/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

p{
	line-height: 1.15;
}

p a{
	text-decoration: underline;
}

*{
  font-family: 'Open Sans', sans-serif;
	color: #24292e;
}

ul{
  list-style:none;
}

html{
	padding-bottom: 50px;
}

h1{
	text-transform: uppercase;
}

.container{
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
}

.section{
  display: flex;
  flex-wrap: wrap;
}

header .name{
  width: 100%;
  text-align: center;
  font-size: 70px;
  margin-top: 20px;
}

header .name span{
  letter-spacing: 21px;
}

header .name-suffix{
  margin-top: 10px;
  text-align: center;
}

header .name-suffix{
  text-transform: uppercase;
}

header nav{
  margin-top: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

header ul{
  display: flex;
}

header ul li{
  width: calc(100% / 3);
  text-align: center;
}

header ul li a{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

.presentation{
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  width: 100%;
}

.presentation h1{
  margin-top: 30px;
  font-size: 22px;
  font-weight: 400;
}

.presentation p{
  margin-top: 5px;
}

.presentation .links{
  margin-top: 10px;
}

.presentation .links * {
  float: left;
}

.presentation .links *:first-child{
  margin-left: 0;
}

.presentation .links *{
  margin-left: 5px;
}

.projects{
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 2px solid black;
  padding-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}

.projects h1{
  margin-top: 15px;
  font-size: 22px;
  font-weight: 400;
}

.projects > span{
  margin-top: 5px;
  width: 100%;
}

.projects .project-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 100%;
}

.projects .project-list .project{
  width: 50%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  text-decoration: none;
}

.projects .project-list .project:nth-child(even){
  padding-left: 10px;
}

.projects .project-list .project:nth-child(odd){
  padding-right: 10px;
}

.projects .project-list .project .project-image{
  width: 50%;
}

.projects .project-list .project .project-image img{
	max-width: 150px;
	display: block;
	margin: auto;
}

.projects .project-list .project .text{
  width: 50%;
}

.contact{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  width: 100%;
}

.contact h1{
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
}

.contact p{
  margin-top: 5px;
  margin-left: 10px;
}

.project-presentations{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  width: 100%;
  border-bottom: 2px solid black;
}

.project-presentations h1{
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
}

.project-presentations p{
	margin-top: 5px;
}

.project-presentations a{
	margin-top: 10px;
	display: block;
	width: 100%;
}

.project-features{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	width: 100%;
	border-bottom: 2px solid black;
}

.project-features h1{
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
}

.one-feature{
	width: 100%;
	height: 520px;
}

.project-feature-img{
	box-sizing: border-box;
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project-feature-img img{
	max-height: 100%;
}

.project-desc{
	box-sizing: border-box;
	width: 100%;
	height: 120px;
	background-color: lightgray;
	padding: 10px;
}

.project-desc h2{
	padding-top: 10px;
	font-size: 20px;
	font-weight: 400;
}

.project-desc p{
	margin-top: 5px;
}

.bxslider-container{
	width: 80%;
	margin: 20px auto 0 auto;
}

.project-services h1{
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
}

.project-services p{
	margin-top: 5px;
}

.project-services ul{
	margin-top: 20px;
	list-style-type: disc;
	padding-left: 30px;
}

.project-services li{
	margin-top: 5px;
}

.project-banner{
	width: 100%;
	height: auto;
	margin-top: 20px;
}

@media screen and (max-width: 768px) {
	.projects .project-list .project {
		width: 100%;
	}
	
	.bxslider-container{
		width: 100%;
	}
	
	.projects .project-list .project:nth-child(even){
		padding-left: 0;	
	}
	
	.projects .project-list .project:nth-child(odd) {
		padding-right: 0;	
	}
	
	.projects .project-list .project .project-image img{
		max-width: 80%;
	}
	
	.project-desc {
		height: 280px;	
	}
}
