@charset "UTF-8";
/* CSS Document */

body{
	background-color: #D9C2BA;
}
*{box-sizing:border-box;
}

.banner{ 
	background-color:#4B3B42; 
	color: white;
	font-family: "mixta-didone", serif;
	font-weight: 700; 
	font-style: normal;
	text-align: center;
	padding: 10px}
	
.navigation{
	list-style-type:none;
	background-color: #9C8481;
	margin: 0px;
	padding:10px 0px 10px 0px;
	text-align: center;
	font-family: "mixta-pro", serif; 
	font-weight: 900; 
	font-style: normal;
	font-size:18px;
	}
	
li {
		display: inline;
		padding: 0px 100px 0px 100px; 
		text-align: center;
	}
	li a {
		text-decoration:none;
		color: inherit; 
	}
	li a:hover{
		font-weight: bold; 
		color: #98AEB6; 
	}
.contact {
	background-color:#4B3B42; 
	color: white;
	font-family: "mixta-didone", serif;
	font-weight: 700; 
	font-style: normal;
	text-align: center;
	font-size: 22px;
	padding: 12px;
	color: black;
	float:left;
	width: 100%;
	margin-top: 10px;
	
}
.pictures {
	padding: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	background: #9C8481;  
	float: left;
	margin-left: 65px;
}
.paragraphs {
	font-family: "rufina", sans-serif;
	font-weight: 400;
	font-style: normal;
	float: left;
	padding: 10px;
	background-color: #98AEB6;
	width: 500px;
	height: 500px;
	font-size: 20px; 
	text-align: center;
	color: white;
	padding-top: 30px;
	margin-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 20px;
}
	
	.bannerheadings {
		font-family: "mixta-didone", serif;
		font-weight: 900; 
		font-style: normal;
		font-size:17px;
		background: #4B3B42;
		color: #98AEB6;
		padding: 5px 8px 5px 8px;
		margin: 10px;
		text-align: left; 
		float: left;
		width: 100%;
}

.resume {
	margin-top: 40px;
	padding: 20px;
	margin-right: 400px;
	margin-left: 400px;
	background:#4B3B42;
}
.resumecap {
	text-align: center;
	font-family: "rufina", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	margin-top: 10px;
	
}
.div3 {
	font-family: "mixta-didone", serif;
	font-weight: 700; 
	font-style: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	background-color:#98AEB6;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	color: white;
	text-decoration: none;
	float: left;
}
.icon2 {
	background: #4B3B42;
	padding: 10px;
	margin-top: 20px;
	width: 250px;
	float:left;
	margin-bottom: 20px;
}
.center {
	padding-left: 300px;
	
}
.cover {
	background: #98AEB6;
	padding: 10px;
	float: left;
	margin-right: 15px;
}	
.title {
	font-family: "rufina", sans-serif;
	font-weight: 900px;
	font-style: normal;
	font-size: 20px;
	text-align: center;	
	text-decoration: underline;
	float: left;
	color: #4B3B42;
}
.text {
	font-family: "rufina", sans-serif;
	font-weight: 100px;
	font-style: normal;
	font-size: 17px;
	float: left;
	width: 900px;
	height: 250px;

}
.title a {
		text-decoration:none;
		color: inherit; 
	}
.title a:hover{
		font-weight: bold; 
	color: #98AEB6; }
.intro {
	color: white;
	font-family: "mixta-didone", serif;
	font-weight: 700; 
	font-style: normal;
	text-align: center;
	padding: 10px;
	font-size: 100px;}
.contact a {
	text-decoration: none;
	color: white;
}
.contact a:hover{
	color: #98AEB6;
}
@media screen and (max-width : 880px ){
	.div1{
		width: 100%;
		height: auto;
	}
	.div2{
		width: 100%;
		height: auto;
	}
	li { 
		display:inline;
		padding: 15px 0px 15px 10px;
		margin: auto;
	}
	.pictures {
		width: 75%;
		height: auto;
		display: block;
	}
	.contact {width: 100%;
		height: auto;}
	
	.paragraphs {width: 90%;
		height: auto;
	display: block;
	margin-top: 5px;}
	.bannerheadings {width: 100%;
		height: auto;}
	.resume {width: 100%;
		height: auto;
	margin-left: 3px;
	}
	.resumecap {width: 100%;
		height: auto;
	}
	.text {
		width: 90%;
		height: auto;
		margin-left: 30px;
	}
	.cover{
		margin-left: 30px;
	}
	.title {
		margin-left: 30px;
	}
	.center{width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		display: inline;}
	.icon2{width: 50%;
		height: auto;
		margin-left: auto;
		margin-right: auto;}
	
	.div3{
		width: 100%;
		height: auto;}
