@charset "utf-8";
*{
	padding: 0;
	margin: 0;
	
	
	
}





	body {
			background: url("images/darkhomepage.png") no-repeat fixed center;
			background-size:120% cover;
			colour: #FFFFFF;
			font-family: Rockwell;
			
}





.header{
	background-color: #A5DECD;
	display:flex;
	flex-direction: row;
	
}

.header_logo{
	padding-left: 3%;
	padding-top: 1%;
}


.header_left{
	display: flex;
	flex-direction: row;

}

.header_nav{
	width: 50%;
}

footer {
    background-color: #A5DECD;
    color: rgb(170, 255, 127);
    height: 100px;
    font-size: 20px;
    align-items: center;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    font-family: Rockwell;
}


.footer .left-nav {
    list-style-type: none;
    text-decoration: none;
    width: 50%;
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    gap: 2%;
    align-items: center;
    margin-left: 20px;
}

.footer .right-nav {
    list-style: none;
    text-decoration: none;
    width: 50%;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 2%;
    margin-right: 20px;
}

.textfirst{
	color: #FFFFFF;
	padding-left: 5%;
	padding-top: 10%;
	padding-right: 15%;
	font-size: 20px;
	font-family: Rockwell;
	

}

.left-nav li a:link {
	color: #707070;
	font-size: 1.5em;
	text-decoration: none;

}
	
	
.right-nav{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 10%;
	width: 100%;
}

.right-nav li a:link {
	color: #707070;
	font-size: 1em;
	text-decoration: none;
	
}


input[type=submit] {
  width: 100%;
  background-color: #A5DECD;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}


input[type=submit]:hover {
  background-color: #2F886D;
}



.button1{
	margin-top: 4%;
	margin-right: 85%;
}

.button2{
	margin-left: 40%;
	margin-right: 40%;
	
		
}



.hr{
	padding-top: 20%;
	border: #A5DECD; 
	border-bottom-style: solid;
		
}





.row {
	height: 20%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:5%;
	align-color:center;
	align-content: center;
	padding-left: 10%;
	padding-right: 10%;
	color: #707070;
	
		
}

.row1 {
	height: 20%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap:5%;
	align-color:center;
	align-content: center;
	padding-left: 10%;
	padding-right: 10%;
	color: #707070;
	
		
}

.home{
	background-color: rgba(255,255,255,0.80);
	
}




.coursetitle h1{
	text-align: center;
	padding-top: 8%;
	align-content: center;
	color: #707070;
		
}


.col{
	width: 30%;
	padding: 2%;
	margin: 4% auto;
	box-sizing: border-box;
	border-radius: 30px;
	
	
	
	
}


.col img{
	width:97%;
	height: auto;
	align-content: center;

}


.col h2{
	text-align: center;
	color: #707070;
	
}


.col2{
	width: 30%;
	padding: 2%;
	margin: 4% auto;
	box-sizing: border-box;
	border-radius: 30px;
	text-align: right;
	
	
	
}


.col2 img{
	width:97%;
	height: auto;
	align-content: center;

}


.col2 h2{
	text-align: center;
	color: #707070;
	
}






.course{
	align-content: center;
}



.button2 {
	text-align: center;
	padding-bottom: 10%;
	align-content: center;
	color: #707070;

}


.hr1{
	border: #A5DECD; 
	border-bottom-style: solid;
}


.hq{
	display:flex;
	width: 200%;
	padding-left: 10%;
	padding-right: 10%;
	
	
}


.foot{
	background-image: url("images/footer.png");
	
	
}


.end{
	padding-top: 10%;
	padding-left: 37%;
	display: flex;
	
}


.end h1{
	font-size: 300%;
	padding-top: 3.5%;
	padding-left: 2%;

}

.ico{
	display: flex;
	list-style: none;
    list-style-type: none;
    text-decoration: none;
	column-gap: 8%;
	padding-left: 35%;
	font-size: 120%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.icon hr1{
	border-bottom-style:hidden;

	
}


.fooot{
	display: flex;
	column-gap: -4%;
	padding-bottom: 7%;
}

.fooot p{
	padding-top: 2%;
	font-size: 120%;
}

.ico li a:link {
	color: #707070;
	font-size: 1em;
	text-decoration: none;
}
	
	
	


.phone{
	display: flex;
	column-gap: 1%;
	padding-left: 34%;
	padding-top: 2%;
}


.mail{
	display: flex;
	column-gap: 1%;
	padding-right: 20%;
	padding-top: 2%;
}




.mail li{
	display: flex;
	column-gap: 1%;
	padding-right: 20%;
	padding-top: 2.5%;
	list-style: none;
    list-style-type: none;
    text-decoration: none;
	
}


.mail li a:link {
	color: #000000;
	text-decoration: none;

}







.copy{
	font-size: 70%;
	color: #707070;
	padding-left: 48%;
	padding-bottom: 2%;
	padding-top: 3%;
}


.hide{
	opacity: 0%;
}












@media screen and (max-width:600px) {
	
	.left-nav{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	
	.footer .right-nav{
		display:none;
	
	}
		
	
	
	
	
	.textfirst{
		font-size: 90%;
	}
	

	.button1{
		margin-right: auto;
	}
	
	.row .col {
		width: 70vw;
	}
	
	
	.row{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-content: flex-start;
		align-content: flex-end;
		
	}
	
	
	.row1{
		display: none;
	}
	
	
	.button1{
		margin-left: 30%;
		margin-right: 30%;
	}
	
	
	.button2{
		margin-left: 30%;
		margin-right: 30%;
	}
	
	
	.button3{
		margin-left: 30%;
		margin-right: 30%;
	}
	
		.fooot img{
		display: none;
	}
	
	.foot .end h1{
		display: none;
		
	}
	
	.foot img{
		width: 50%;
	}
	
	.fooot .mail li{
		margin-left: 40%;
	}
	
	
	.copy p{

		margin-right: 60%;
	}
	
	
	.ico{
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
	
	
	.fooot{
		display: flex;
		flex-direction: column;
		justify-content: center;
	
		
	}
	

	.fooot img{
		display: none;
	}
	
	
	.fooot .mail li{
		margin-left: 40%;
	}
	
	
	.copy p{

		margin-right: 60%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
	






