iframe{
	width:1280px;
	height:782px;
}
img,iframe{
width:100%;
}
.card{
	background:none!important;
}
.card-header{
	border-radius:22px 22px 0 0!important;
}
.card-header:hover{
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.4), 0 6px 20px 0 rgba(255, 255, 255, 0.39);
}
.nav-item{
	padding-top: .5rem;
    padding-bottom: .5rem;
}
.nav-item:hover{
	padding-top: .5rem;
    padding-bottom: .5rem;
	background-color:rgba(255,255,255,0.5);
}
nav{
	padding-top:0px!important;
	padding-bottom:0px!important;
	height:9%!important;
}

.pageHead{
	
	font-size: 80px;
	font-family: 'Quicksand',sans-serif;
	font-weight: 300;
	color: white;
}
@media (max-width: 992px) {
	
	nav{
	padding-top: .5rem!important;
    padding-bottom: .5rem!important;
	height:9%!important;
}

.pageHead{
	
	font-size: 47px;
	font-family: 'Quicksand',sans-serif;
	font-weight: 300;
	color: white;
}
	

}

@media (max-width: 576px) {	

	table{
		    font-size: 12px!important;
			
	}
	.pageHead{
		
		font-size: 35px;
		font-family: 'Quicksand',sans-serif;
		font-weight: 300;
		color: white;
	}
	.whatididul{
		font-size:15px;
	}
	#whatididinthisproject{
		    font-size: 30px;
	}
	iframe{
		height:auto;
	}
	.card-header{
		    font-size: 14px!important;
	}
	
}
.light{	
background-color:#9b8158;!important;
}