@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;
}

.navi li a:link {
	color: #FE8DE2;
	font-size: 1.5em;
	text-decoration: none;
	
}

.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;
}


.hr{
	padding-top: 20%;
	border: #A5DECD; 
	border-bottom-style: solid;
		
}

.about{
	background-color: rgba(255,255,255,0.80);
	

}


.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;
	
	
		
}

.coursetitle h1{
	text-align: center;
	opacity: 80%;
	padding-top: 5%;
	align-content: center;
	color: #707070;
		
}


.col{
	width: 50%;
	padding: 2%;
	margin: 4% auto;
	box-sizing: border-box;
	border-radius: 30px;
	
	
}


.col img{
	width:80%;
	height: auto;
	opacity: 120%;
	align-content: center;
	padding-bottom: 8%;
	
}


.col2{
	width: 80%;
	padding: 2%;
	margin: 4% auto;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 120%;
	font-stretch: expanded;
	
	
}



.col2 img{
	width:80%;
	height: auto;
	opacity: 120%;
	align-content: center;
	padding-bottom: 8%;
	
}


.col3 img{
	width:60%;
	height: auto;
	opacity: 120%;
	align-content: center;
	padding-bottom: 8%;
	padding-left: 8%;
	
}


.col4{
	width: 510%;
	padding: 2%;
	margin: 4% auto;
	box-sizing: border-box;
	border-radius: 30px;
	font-size: 120%;
	font-stretch: expanded;
	
	
}



.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%;
}


@media screen and (max-width:600px) {
	
	.left-nav{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	
	.footer .right-nav{
		display:none;
	
	}
		
	
	.coursetitle{
		font-size: 70%;
	}
	
	.col{
		display: none;
	}
	
	
	.col2{
		font-size: 100%;
	}
	
	
	.row1{
		display: flex;
		flex-direction: column;
		justify-content: center;
		
	}
	
	
	
	
	
		.foot .end h1{
		display: none;
		
	}
	
	.foot img{
		width: 50%;
	}
	
	.foot img{
		width: 50%;
	
	}
	
	
	.ico{
		align-content: flex-start;
	}
	
	
	.fooot{
		padding: 30%;
		
	}
	

	
	
	.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%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}
