@charset "utf-8";
/* CSS Document */

.jumbotron{
	background-color: #265CAB;
	background-size:cover;
	margin-top: 0px;
	margin-bottom: 0px;
	min-height: 150px;
	color: white;

}

.navbar{
margin-bottom: 0px;
padding: 2% ;
padding-bottom: 2%;
font-size: 1.2em;
border: 0;
}

#brand-image{
	height: 200px;
	padding-top: 5;
	padding-bottom: 5;
	margin-bottom: 0;
	margin-top: -50px;

}

#icon {
	max-width: 350px;
	margin: 10% auto;
}
body{ 
	marin:0;
	padding: 0;
	text-align: center;

}
.container{
	margin: 4% auto;
}
.btn{
	margin-bottom: 50px;
}

h2{
	text-align: center;
	margin-bottom: 29px;
	}
h1{
	
	text-align: center;
	margin-bottom: 20px;	
	}
h3{
	text-align: center
}

.contact-form{
	margin-bottom: 25px;
}

#contact h3{
	padding-bottom: 0px;
}

#about {
	background-color: #262626;
	color: white;
	margin-bottom: 0px;
}

#head{
	
	padding-let: 100px;
	margin-bottom: 20px;
	margin-top: -30px;
}

#face{
	text-align: center
		
}
#contact {
	background-color: #50A1B7;
	background-position:center;
	background-size: cover;
	color: white;
	margin-bottom: 0px;
}

footer{
	width: 100%;
	background-color: #262626;
	color: white;
	margin-top: 0px;
}



.fab{
	padding: 20px;
	font-size: 25px;
	color: white;
}

.fab:hover{
	text-decoration: none;
}

carousel slide{
	margin-bottom: 0px;
	margin-top: 0px;
}

@media (max-width:900px){
	
	.fab{
		font-size: 20px;
		padding: 10px;
	}
	
}


@media (max-width:600px){
	
	#icon{
		max-width: 320px;
		max-height: 500px;
	}
	
	#resume{
		max-height: 320px;
		max-width: 500px;
	}

	.contact-form2{
		align-content: center
			
	}
	
	
	




}