@font-face {
    font-family: 'Heavitas';
    src: url('../fonts/heavitas-webfont.woff') format('woff'),
         url('../fonts/heavitas-webfont.woff2') format('woff'),
         url('../fonts/heavitas-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	padding: 0;
	margin: 0;
}

.container {
	width: 80%;
	max-width: 1140px;
	margin: auto;
	overflow: hidden;
}

ul {
	margin: 0;
	padding: 0;
}


/* HEADER section*/

header {
	background: #EF4C23;
	color: white;
	padding-top: 22px;
	min-height: 70px;
}

header a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

header #logo {
	margin-bottom: 20px;
    text-align: center;
}

header li {
	float: left;
	display: inline;
	padding: 0 20px;
	font-family: Poppins;
}

header nav {
	text-align: right;
	margin-top: 15px;
}


/* HERO section*/

#hero {
	height: 438px;
	background-image: url("../img/Hero bkg.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: white;
	border-bottom: #2B3A42 3px solid;
}

#hero h1 {
	padding-top: 113px;
	font-size: 28px;
	font-family: Arvo;
	line-height: 2;
	font-weight: 700;
	max-width: 790px;
	margin: 0 auto;
}

.highlight {
	color: #EF4C23;
	background-color: white;
	padding: 5px 10px; 
}


/* CURSURI section*/

#cursuri{
	min-height: 530px;
	margin: 0 auto;
	color: white;
	text-align: center;
	background-image: url("../img/courses bkg.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #2B3A42 3px solid;
}

#cursuri h2 {
	text-align: center;
	margin: 0 auto;
	color: white;
	font-family: Poppins;
	font-weight: 500;
	padding-top: 105px;
}

#cursuri p {
	text-align: center;
	margin: 0 auto;
	color: white;
	font-family: Arvo;
	max-width: 630px;
	line-height: 1.9;
	padding-top: 35px;
}

#cursuri img {
	display: block;
    margin: auto;
    padding-top: 40px;
}


/* ICONOMAT section*/

#iconomat{
	min-height: 530px;
	margin: 0 auto;
	color: white;
	text-align: center;
	background-image: url("../img/iconomat.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #2B3A42 3px solid;
}

#iconomat h2 {
	text-align: center;
	margin: 0 auto;
	color: white;
	font-family: Poppins;
	font-weight: 500;
	padding-top: 105px;
}

#iconomat h1 {
    font-family: Heavitas;
}

#iconomat p {
	text-align: center;
	margin: 0 auto;
	color: white;
	font-family: Arvo;
	max-width: 630px;
	line-height: 1.9;
	padding-top: 35px;
}

    
#iconomat h3 {
	height: 44px;
	width: 225px;
	text-align: center;
	margin: 0 auto;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 500;
	color: white;
	margin-top: 58px;
	background-color: #D1495B;
	border-radius: 8px;
	line-height: 44px;
	margin-bottom: 120px;
    }

}


/* GET INVOLVED section*/

#involved {
    min-height: 530px;
	margin: 0 auto;
	color: white;
	text-align: center;
	background-image: url("../img/iconomat.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom: #2B3A42 3px solid;
}

#involved .box {
	display: inline-block;
	text-align: center;
	width: 30%;
	padding: 10px;
	padding-top: 60px;
	vertical-align: top;
    margin-bottom: 70px;

}

#involved h2{
	text-align: center;
	margin: 0 auto;
	font-family: Poppins;
	font-weight: 500;
	padding-top: 85px;
}

#involved h3{
    font-family: Poppins;
    font-weight: 500;
    margin-bottom: 10px;
}

#involved h4{
	text-align: center;
	margin: 0 auto;
	font-family: Poppins;
	font-weight: 400;
	padding-top: 20px;
	max-width: 66%;
	line-height: 1.9;
}

#involved p{
	text-align: center;
	margin: 0 auto;
	font-family: Arvo;
	font-size: 16px;
	line-height: 1.9;
}


/* SUBSCRIBE section*/

#contact {
	text-align: center;
	height: 530px;
	background-image: url("../img/contact bkg.png");
	background-repeat: no-repeat;
	background-size: cover;

}

#contact h2 {
	font-family: Poppins;
	font-weight: 500;
	color: white;
	padding-top: 120px;
	margin: 0;
}

#contact p {
	font-family: Arvo;
	color: white;
	line-height: 1.9;
	margin: 0 auto;
	max-width: 460px;
	padding-top: 32px;
}

#contact input{
	margin-top: 40px;
	width: 415px;
	height: 50px;
	text-align: center;
	border-style: none;
	border-radius: 7px;
	font-family: Poppins;

}

#contact h4{
	height: 44px;
	width: 225px;
	text-align: center;
	margin: 0 auto;
	font-family: Poppins;
	font-size: 16px;
	font-weight: 400;
	color: white;
	margin-top: 35px;
	background-color: #2b3a42;
	border-radius: 8px;
	line-height: 44px
}

/* FOOTER section*/

footer {
	min-height: 430px;
	background-color: #2b3a42;
}

footer p{
    padding-top: 110px;
	font-family: Arvo;
	font-weight: 400;
	color: white;
	text-align: center;
	font-size: 13px;
	line-height: 1.9;
	width: 450px;
	margin: 0 auto;
}

.social {
	text-align: center;
	margin-top: 35px;
}

.social img{
	padding: 0 28px;
}

.copy {
	padding: 0 0 45px 0; 
    margin-top: 70px;
}



/* ////// MEDIA QUERIES //////*/

/* HAMBURGER*/

@media only screen and (max-width: 845px) {

	.container {
		width: 90%;
	}


/* HERO*/

	#hero {
		min-height: 400px;
		background-position: center center;
	}

	#hero h1 {
		font-size: 1.5em;
		width: 100%;
	}


/* COURSES*/

	#cursuri {
		min-height: 500px;
	}

	#cursuri h4 {
		margin-bottom: 60px;
	}

    
/* INVOLVED*/

	#involved h2{
		margin-top: 85px;
	}

	#involved .box {
		width: 26%;
	}

	#involved .box p {
		font-size: 15px;
	}

	#involved h3 {
		margin-bottom: 65px;
	}


/* FOOTER*/

	.copy {
		padding-bottom: 45px;
		margin-top: 70px;
	}

}


@media only screen and (min-width: 471px) and (max-width: 990px) {
    
    #involved{
        text-align: center;
    }
    
    #involved .box {
        width: 29%;
    }
    
    #involved h2{
		margin-top: 0px;
	}
    
    #involved h3{
		margin-bottom: 5%;
	}
}


@media only screen and (max-width: 470px) {


    #hero {
        height: 430px;
    }
    
	#hero h1 {
		font-size: 19px;
        padding-top: 100px;
	}


/* COURSES*/

    #cursuri{
        background-position: center center;
    }
    
	#cursuri p {
		font-size: 14px;
		font-weight: 400;
		padding-top: 30px;
	}

	#cursuri h4 {
		width: 100%;
		margin-bottom: 60px;
	}

	#cursuri h2 {
		padding-top: 120px;
	}
    
    #cursuri img {
        display: block;
        margin: auto;
        padding-top: 40px;
        width: 66%;
}



/* ICONOMAT*/
	
    #iconomat {
        height: 530px;
        background-position: center center;
    }
    
    #iconomat h2 {
        padding-top: 80px;
    }

/* INVOLVED*/

	#involved .box {
	display: block;
	width: 100%;
	padding: 0px 0 0 0;
	}
    
    #involved h2{
        padding-top: 0px;
    }

	#involved h4{
		font-size: 14px;
		max-width: 90%;
		padding-bottom: 70px;
	}

	#involved h3{
		width: 100%;
		margin-top: 20px;
        margin-bottom: 0px;
	}
    
    #involved p{
        padding-top: 0px;
    }
    

/*CONTACT*/

	#contact {
		max-height: 430px;
		background-position: center center;
	}

	#contact h2 {
		padding-top: 70px;
	}

	#contact p {
		font-size: 14px;
	}

	#contact input{
		width: 98%;
		margin-top: 33px;
	}

	#contact h4 {
		margin-top: 15px;
		width: 100%;
		margin-bottom: 65%;
	}

/* FOOTER*/

	footer {
		max-height: 530px;
	}

	footer p{
	font-weight: 400;
	font-size: 14px;
	width: 90%;
	margin:0 auto;
    padding-top: 80px;
	}

	.social img {
		padding: 0 20px;
	}

	.copy {
		padding-bottom: 45px;
		margin-top: 70px;
	}

/* STICKY HEADER

	header {
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	#hero {
		position: relative;
		top: 70px;
	}*/

}	








































