/* ----- BASIC SETUP ----- */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #fff;
	text-rendering: optimizeLegibility;
	font-size: 30px;
	font-weight: 900;
	scroll-behavior: smooth;
}

/* ----- REUSABLE ELEMENTS ----- */
.row {
	max-width: 1140px;
	margin: 0 auto;
}


.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.span-1-of-3 {
	width: 32.26%; 
}


.container {
	width: 80%;
	margin: 0 auto;
	padding:5%;
}


.center {
	text-align: center;
}

.img-container {
	float: left;
	
	overflow: hidden;
	margin-top: 50px;
}


.clearfix {
	overflow: auto;
	zoom:1;
	padding: 0 30px;
	height: 649px;
}

body {
color: #485460;
font-size: 80%;
line-height: 20px;
word-spacing: 2px;
}

hr{
	position: center;
	opacity: 0.1;
}

/* ----- HEADER ----- */

header {
	background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.7)), url(resources/css/img/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

.headline {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 30px;
	position: static;
	margin-bottom: 20px;

}

.about-headline {
	margin: 0 0 15px;
	padding: 0 0 0 15px;
}

.about-headline h1 {
	text-align: left;
}

.subheader {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	position: static;
}


.logo {
	height:60px;
	width: auto;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	}

/* ----- TOP NAVIGATION ----- */
.main-nav {
	float: right;
	clear:right;
	list-style: none;
	margin-top: 40px;
	margin-right: 50px
 }

.main-nav li {
	display: inline-block;
	margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited {
	padding: 7px 0;
	color: #808E9B;
	word-spacing: 50px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 90%;
	border-bottom: 1.3px solid transparent;
	transition: border-bottom 0.2s;
}


.main-nav li a:hover,
.main-nav li a:active {
	color:#fff;
	border-bottom: 1.3px solid #05C46B;
}


/* ----- THUMBNAILS ----- */

.section-work{
margin-top: 0;
}

.portfolio-thumbnails{
list-style: none;
width:100%;

}

.portfolio-thumbnails li {
display: inline-block;
float:left;
width: 25%;
overflow: hidden;
height: 580px;
border:solid;
border-color: white;
}


.project-cover {
	width: 100%;
	margin: 0;
	overflow: hidden;
	background-color: #000;
	height: auto;
}


.project-cover img {
	opacity: 0.7;
	width:100%;
	height: auto;
	transform: scale(1.15);
	transition: all 0.3s;
}


.project-cover img:hover {
opacity: 1;
transform: scale(1.03);
}




body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 100;
	font color: #485460;
}


p{
	padding: 20px;
	color: #808E9B;
}
 
 /* ----- HEADINGS ----- */

h1 {
	color: #2A363D;
	margin-top: 50px;
}

h1, h4 {
	font-size:250%;
	line-height: 120%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	text-transform: lowercase;
	letter-spacing: 1px;
	word-spacing: 4px;
}

h2 {
	color: #485460;
	font-size:140%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	line-height: 140%;
	word-spacing: 2px;
	font-weight: 50;
	margin-top: : 30px;
}



h2 {
	color: #485460;
	font-size:140%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	line-height: 140%;
	word-spacing: 2px;
	font-weight: 50;
	margin-top: : 30px;
}



h3 {
	color: #485460;
	font-size:180%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	line-height: 180%;
	word-spacing: 2px;
	font-weight: 50;
	margin-top: : 30px;
}

 h4 {
	color: #fff;
}


  h5 {
	color: #fff;
	font-size:140%;
	font-family: 'Raleway', sans-serif;
	text-align:center;
	line-height: 140%;
	word-spacing: 2px;
	font-weight: 50;
	margin-top: : 30px;

}

 /* ----- BUTTONS ----- */

.btn {
	margin: 0 5px;
	padding: 12px 10px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 200px;
	background-color: #05C46B;
	border: 1px solid #05C46B;
	color: #fff;
	transition: background-color 0.2s;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.btn:hover {
	background-color: #049250;
	border: 1px solid #049250;
}


.green-btn {
	margin: 0 5px;
	padding: 12px 10px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 200px;
	background-color: #049250;
	border: 1px solid #049250;
	color: #fff;
	transition: background-color 0.2s;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}


.green-btn:hover {
	background-color: #048147;
	border: 1px solid #048147;
}



.btn-outline{
	margin: 0 5px;
	padding: 12px 10px;
	font-weight: 300;
	text-decoration: none;
	border-radius: 200px;
	background-color: #fff;
	border: 1.5px solid #05C46B;
	color: #485460;
	transition: all 0.2s;
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 18px;
}

.btn-outline:hover {
	background-color: #049250;
	border: 1px solid #049250;
	color:#fff;
}

/* ----- REUSABLE COMPONENTS ----- */

section{
padding: 0px 0;
min-height: 550px;

}

.section-grey {
padding: 80px 0;
background-color: #F8F8F9;
min-height: 400px;
}

.section-green {
	background-color: #05C46B;
	width: 100%;
	min-height: 400px;
	padding-top: 50px;
}


/* ----- FORM ----- */

form {
	padding: 40px;
	width: 600px;
	display: block;
	margin: auto;
}

input, select, textarea {
	width: 100%;
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-color: #808E9B;
	display: block;	
}


textarea {
	height: 160px;
}

input {
	height: 40px;
}


form .btn {
	margin: 0 0;
	height: initial;
}


 /* ----- FOOTER ----- */


footer {
	background-color: #2A363D;
	font-size: 70%;
	text-align:center;
	width: 100%;
	display: inline-block;
	padding: 40px 0;
}

i {
	color: #485460;
	font-size:30pt;
}

 /* ----- BACK TO TOP ----- */
.back-to-top a {
	color: #808E9B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 130%;
	scroll-behavior: smooth;
}

.back-to-top a:hover {
	color:#485460; 
}

 /* ----- SOCIAL ICONS ----- */

.social-icons {
	list-style: none;
}

.social-icons li{
	display: inline-block;
	margin-right: 25px;
}


.social-icons li: last-child{
	margin-right: 0;
}


.social-icons i:hover {
	color:#808E9B;
}

 /* ----- NO BLUE OUTLINE ----- */
*:focus {outline:none;}







 