
.container {
	margin: 10px auto;
	padding-left: 5%;
	padding-right: 5%;
}

.widebanner {
	height: 370px;
	width: 1140px;
}

.tiny {
	height: 130px;
	width: 130px;
	margin: 5px 0 -10px 35px;
}
.med {
	width: 500px;
	height: 280px;
	border-radius: 5px;
}

.med:hover { 
	border: 5px solid #5c93c9;
}

.workrow {
	padding-right: 20px;
}

.workTitle a {
	text-decoration: none;
	font-size: 1.3em !important;
	color: #cecece;
	font-weight: bold;
}


h1 {
font-family: 'Francois One', sans-serif;
font-size: 70px;
margin-bottom: -20px;
}

h3 {
font-family: 'Open Sans', sans-serif;
	font-weight: 450;	
	margin-bottom:5px;
}

.topright {
	display: flex;
}

.bgblue {
	background-color: #242424;
	color: #B5B5AE;
	text-align: center;
	padding-bottom: 30px;
}

.thickhr {
	border: 3.5px solid #D0C4AB;
	color: #D0C4AB;
	margin-top: 25px;
	margin-bottom: 20px;	

}

#feat
 {
	color:#B5B5AE;
	margin-top: 30px;
	text-align: center;
	font-size: 30px;
	margin-bottom: 10px;
}

.left-margin {
	padding-left: 33px;
}
.right-margin {
	padding-right: 33px;
}

a:link {
	text-decoration: none;
	font-size:	17px;
	
}

p a {

	color: white;
}


nav {
		margin: 0 auto;
		text-align: center;
}

nav ul {
	list-style: none;
}

nav li {

	display: inline-block;
	margin: 0% 3% 1% 3%;
	font-family: 'Raleway', sans-serif;
	color: #996600;
	
}

nav a {
		color: #996600;
		font-weight: 600;
}


.navbar:hover {
  color: 	black;
}

#current {
  color: 	black;
  font-size: 16px;
}


footer {
text-align: center;
margin-top: 17px;

}
footer img {
	margin: auto;
	width: 50px;
	height: 50px;
}

#sig {
	font-size: 11px;
}

/*  ABOUT ME */


#aboutme {
	margin-top: 5%;
	margin-bottom: 4%;
	padding-left: 20%;
	padding-right: 20%;
	font-family: 'Crete Round', serif;
	font-size: 180%;
	text-indent: 20px;
	text-align: justify;
}

#contact {
	margin-top: 5%;
	margin-bottom: 4%;
	padding-left: 20%;
	padding-right: 20%;
	font-family: 'Crete Round', serif;
	font-size: 180%;
	text-align: justify;
}

.display-inline {
	display: inline;
}





