@charset "utf-8";

html {
    height: 100%;
}

body {
  border: solid 5px #E4F4EF;
  background: #ffffff;
  font-family: "lato",sans-serif;
  border-top: none;
  border-bottom: none;
  min-height: 100%}

h1 {
  font-family: "brandon-grotesque";
  padding: 50px 0 10px;
  margin: 0; 

  color: #32C483;
  font-size: 70px;
  font-weight:100;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #10A083;
  font-size: 24px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  text-align: center;
}

h4 {
  color: #999;
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  padding: 0;
  text-align: center;
}

p {
  font-size: 24px;
  line-height: 40px;
  color: #4E5152;
  font-weight: 200;
}

i {
  font-style: italic;
}

small {
  font-size: 12px;
}

.caption {
  margin-top: 0;
  line-height: 10px;
}

.center {
	text-align: center;
	font-size: 18px;
}

.pcenter {
  text-align: center;
}

a:link, a:visited{
  color: #32C483;
  text-decoration: none;
}

a:hover {
  color: #666
}

iframe {
  margin: 20px auto 20px auto;
  display: block;
}

img {
/*  margin-left: 25px;
*/}

.top-border {
    position: fixed;
    border-top: solid 5px #E4F4EF;
    top: 0;
    left: 0;
    right: 0;
}

.bottom-border {
    position: fixed;
    border-bottom: solid 5px #E4F4EF;
    bottom: 0;
    left: 0;
    right: 0;
}

.container {
  width: 75%;
  margin: 0 auto;
}

.nav {
  height:70px;
  width: 75%;
  display: block;
  margin: 25px auto 25px auto;
  text-align: center;
}

.nav a {
  color: #4E5152;
  text-decoration: none;
  font-weight: 200;
}

.nav a:hover {
  color: #000;
}

.nav ul {
  margin: 0;
  padding: 0;
}

.nav ul li {
  margin: 0;
  font-size: 30px;
  color: #333;
  display: inline-block;
  padding: 0 30px 0 30px;
  vertical-align: middle;
}

ul {
  list-style: none;
}

.main {
  width: 80%;
  padding-bottom: 80px;
  margin: 0 auto;
}

.main img {
  width: 100%;
}

.projects {
  margin: 0 auto;
  padding: 0 0 100px 0;
  width: 75%;
  line-height: 40px;
}

.projects li {
  padding-top:20px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}

.projects li .work ul li {
  padding-top: 0;
  border-top: none;
}

.projects h2 {
  color: #32C483;
  font-size: 18px;
  font-weight: 200;
  padding:  0;
  margin: 0;
}

h2 a:link {
  color: #32C483;
}

h2 a:hover {
	color: #4E5152; 
}

.client {
  width: 30%;
  height: 100%;
  float: left;
  font-size: 18px;
  color: #4E5152;
  font-weight: 200;
  margin-top: 3px;
}

.client ul {
  margin: 0;
  padding: 0;
  float: left;
  border-top: 0;
  width: 75%;
}

.work {
  padding-bottom: 20px;
  width: 70%;
  float: left;
}

.work ul, li {
  margin: 0;
  padding: 0;
  border-top: none;
}

.date {
  color: gray;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  width: 100px;
}

.videoWrapper {
  padding-bottom: 0px; /* 16:9 */
  padding-top: 5px;
  /*You can add " margin-bottom: 10px " here for desktop , change the # to suit*/

}

.videoWrapper div {
  margin: 0 auto;
}



/* This is the Media queries for Mobile Devices */


/* Smartphones (portrait and landscape) ----------- */
@media all and (max-width: 768px) and (min-width: 320px) {
/* Styles */

  h1 {
    font-size: 26px;
    font-weight: 300;

  }
  
  h3 {
	font-weight: 300;
	font-size: 16px;
  }
  
  h4 {
	font-weight: 300;
  }

  p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
  }

  .container {
    width: 100%;
  }

  .center {
	  font-size: 14px;
  }

  .nav ul li {
  font-size: 20px;
  padding: 0 10px 0 10px;
}

  .main {
	width: 100%;
  }
  
  .nav {
	  width: 100%;
	  height: 40px;
  }
  
  .nav a {
  font-weight: 300;
}

.projects {
  padding: 0 0 100px 0;
  width: 100%;

}

.projects li {
  padding-top:20px;
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
}

.projects li .work ul li {
  padding-top: 0;
  border-top: none;
  padding-bottom: 10px;
}

.projects h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  padding:  0;
  margin: 0;
}

.client {
  width: 30%;
  height: 100%;
  float: left;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
  margin-top: 0;
}

.client ul {
  margin: 0;
  padding: 0;
  float: left;
  border-top: 0;
  width: 75%;
}

.work {
  padding-bottom: 20px;
  width: 70%;
  float: left;
}

.work ul, li {
  margin: 0;
  padding: 0;
  border-top: none;
}

.date {
  color: gray;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
  width: 100px;
}

.videoWrapper.vimeo {
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  position: relative;
  width: 100%;
  height: 0;
}

.videoWrapper.vimeo iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    /*You can add " margin-bottom: 50px " here for mobile , change the # to suit*/
  margin-bottom: 50px;
}

.videoWrapper div {
  width: 100% !important;
  height: auto !important;
}

.videoWrapper object {
  width: 100%;
  height: auto;
}




}

