@import
url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

*  {
  box-sizing: border-box;
  transition: all ease-in-out 250ms;
}


body  {
  margin: 0;
  font-family: 'Raleway', sans-serif;
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 95%;
  max-width: 70em;
  margin: 0 auto;
}

.container-contact {
  width: 80%;
  max-width: 70em;
  margin: 0 auto;
}

@media (min-width: 60rem) {
  .container-contact {
    width: 60%;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.clearfix::after,
section::after,
footer::after {
  content: '';
  display: block;
  clear: both;
}


/* column system
================= */

[class^=col-] {
  width: 100%;
  margin-top: 1em;
}

[class^=col-]:first-child {
  margin-top: 0;
}

.col-1 {
  width: 33.333334%;
  float: left;
}

.col-3 {
  margin-bottom: 1.5em;
}

.col-3 a {
  color: white;
}

@media (min-width: 40rem) {

  [class^=col-] {
    float: left;
    padding: 0 .5em;
    padding-top: 1em;
    margin-top: 0;
  }

  [class^=col-]:first-child {
    padding-left: 0;
  }

  [class^=col-]:last-child {
    padding-right: 0;
  }

  .col-3 {
  width: 50%;
  padding-right: 10%;
  }

  .col-1 {
  width: 16.6666%;
  }
}
/* typography
================= */

h1 {
  font-weight: 300;
  font-size: 1.7rem;
  margin-top: 0;
}

p {
  margin-top: 0;
  line-height: 1.5em;
}

p:last-of-type {
  margin-bottom: 0;
}

.title {
font-size: 2.5rem;
font-weight: 700;
margin-top: 2em;
}

.title span {
  font-weight: 300;
  display: block;
  font-size: .4em;
  margin-top: .7em;
}

.title-cta {
  margin: 0 0 .5em;
}

.title-partner {
  padding-bottom: 1em;
}

@media (min-width: 60rem) {
  .title-partner {
    padding-bottom: 0;
  }
}

.unstyled-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.unstyled-list a {
  text-decoration: none;
  color: white;
}

@media (min-width: 60rem) {
  .title {
    font-size: 4rem;
  }
}

@media (min-width: 115rem) {
  .title {
    font-size: 5rem;
  }
}

.title-blog {
  margin: 0 0 .5em 0;
  text-align: left;
  font-size: 2.8rem;
}

@media (min-width: 60rem) {
  .title-blog {
    font-size: 3.2rem;
  }
}

@media (min-width: 115rem) {
  .title-blog {
    font-size: 3.5rem;
  }
}

/* buttons
================= */


.button {
  display:inline-block;
  font-size: .85rem;
  text-decoration: none;
  text-transform: uppercase;
  border-width: 2px;
  border-style: solid;
  margin-top: .5em;
  padding: .5em 1.5em;
  border-radius: 8px;
}

@media (min-width: 60rem) {
  .button {
    font-size: 1rem;
    margin-top: -1em;
  }
}

@media (min-width: 115rem) {
  .button {
    font-size: 1.2rem;
  }
}

.button-small {
  font-size: .7rem;
  font-weight: 700;
  margin-top: 0;
}

.button-partner {
  font-size: .6rem;
  font-weight: 700;
  margin-top: 1em;
}

.button-accent {
  color: #ff4f66;
  border-color: #ff4f66;
}

.button-accent:hover,
.button-accent:focus {
  background: #ff4f66;;
  color: #FFF;
}

.button-dark {
  color: #232323;
  border-color: #232323;
}

.button-dark:hover,
.button-dark:focus {
  background: #232323;
  color: #FFF;
}

/* header
================= */

header  {
  position: absolute;
  left: 0;
  right: 0;
  margin: 1.3em;
}

nav ul  {
  margin: 0 1em;;
  padding: 0;
  list-style: none;
}

nav li  {
  display: inline-block;
  margin: 1em;
}

nav a  {
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .8rem;
  padding: .5em;
  color: #FFF;
}

nav a:hover,
nav a:focus {
  color: #b3b3b3;
}

@media (min-width: 60rem) {
  .logo {
    float: left;
    margin-left: 1em;
  }
nav {
  float: right;
}

}


/* home-hero
================= */

.home-hero  {
  background-image: url(../img/hero_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10em 0;
  color: #FFF;
}

@media (min-width: 60rem) {
  .home-hero {
    height: 100vh;
    padding-top: 20vh;
  }
}

@media (min-width: 115rem) {
  .home-hero {
    height: 100vh;
    padding-top: 23vh;
  }
}

.blog-hero  {
  background-image: url(../img/blog_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10em 0;
  color: #FFF;
}

@media (min-width: 60rem) {
  .blog-hero {
    height: 80vh;
    padding-top: 15vh;
  }
}

@media (min-width: 115rem) {
  .blog-hero {
    height: 80vh;
    padding-top: 15vh;
  }
}


.home-about-textbox {
background-color: #272727;
background-image: linear-gradient(19deg, #272727 0%, #464646 100%);
padding: 4em;
padding-bottom: 5em;
width: 100vw;
margin-left: -2.5%;
color: #FFF;
position: relative;
}


@media (min-width: 25rem) {
  h1 {
    font-size: 2rem;
  }
}

@media (min-width: 60rem) {
  h1 {
    font-size: 2.5rem;
  }

.home-about {
  background-image: url(../img/who_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 10em;
}

.home-about-textbox {
padding-top: 4.5em;
padding-bottom: 5em;
padding-left: 6em;
padding-right: 6em;
width: 50%;
margin-left: -9.5%;
top: -8em;
text-align: left;
box-shadow: 0 0 4em 0 rgba(0, 0, 0, .35);
}

}


/* contact-hero
================= */

.contact-hero  {
  background-image: url(../img/hero_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 10em 0;
  color: #FFF;
  max-height: 100vh;
}

@media (min-width: 60rem) {
  .contact-hero {
    height: 100vh;
    padding-top: 20vh;
  }
}

@media (min-width: 115rem) {
  .contact-hero {
    height: 100vh;
    padding-top: 23vh;
  }
}


/* portfolio
================= */

.portfolio {
  margin: 3em 0 0;
  padding-left: 1em;
  padding-right: 1em;
}

.port-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e0e0e0;
}

.port-last {
  border-bottom: none;
}

.port-item img {
  display: block;
}

.port-desc {
  position: absolute;
  z-index: 100;
  bottom: 0em;
  left: 0em;
  right: 0em;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding-bottom: 1em;
}

.port-desc p {
  font-size: .8em;
  margin: .5em;
}

.port-desc {
  transform: translateY(150%);
}

.port-item:hover .port-desc {
  transform: translateY(-0%);
}

@media (min-width: 37rem) {
  .port-item {
    width: 50%;
    float: left;
  }
}

@media (min-width: 60rem) {
  .port-item {
    width: 33.33333334%;
    overflow: hidden;
  }

  .port-desc p {
    font-size: .8em;
    margin: 1em;
  }
}

@media (min-width: 115rem) {
  .port-desc p {
    font-size: 1em;
  }
}


/* CTA
================= */

.cta {
  background-color: #a5a5a5;
  background-image: linear-gradient(19deg, #a5a5a5 0%, #e0e0e0 100%);
  padding: 6em 0;
  color: #FFF;
  display: block;
}


/* partners
================= */

.partner {
  margin: 3em 0 0;
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

.part-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border-bottom: solid 1px #e0e0e0;
}

.part-top {
  border-top: solid 1px #e0e0e0;
}

.part-item img {
  display: block;
}

.part-desc {
  position: absolute;
  z-index: 100;
  bottom: 0em;
  left: 0em;
  right: 0em;
  color: white;
  padding-bottom: 1.5em;
}

.part-desc p {
  font-size: .9em;
  margin: 1em;
}

@media (min-width: 37rem) {
  .part-item {
    width: 33.333334%;
    float: left;
    padding-bottom: 1.5em;
    border-bottom: none;
  }

  .part-top {
    border-top: none;
  }
}

@media (min-width: 60rem) {
  .part-item {
    width: 33.33333334%;
    overflow: hidden;
  }

  .part-desc p {
    font-size: .8em;
  }
}

@media (min-width: 115rem) {
  .part-desc p {
    font-size: 1em;
  }
}



/* Blog
================= */

.blog-element {
  background-color: #FFF;
  padding: 4em 2em;
  color: black
  display: block;
}

.article {
  text-align: left;
  padding-top: 1.5em;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 3em;
}





/* footer
================= */

footer {
  background-color: #272727;
  background-image: linear-gradient(19deg, #272727 0%, #464646 100%);
  color: #FFF;
  text-align: left;
  padding: 5em 0;
  line-height: 1.3em;
}


/* Contact
================= */



#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Raleway", Helvetica, Arial, sans-serif; }

#contact {
  background-color: #272727;
  background-image: linear-gradient(19deg, #272727 0%, #464646 100%);
  padding:1em;
  padding-top: .4em;
  padding-bottom: 2em;
  margin:25px 0;
  margin-bottom: 10em;
}

#contact h3 {
	color: #FFF;
	display: block;
	font-size: 30px;
	font-weight: 400;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}

fieldset {
	border: medium none !important;
	margin: 0 0 .3em;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:80%;
	border:1px solid #CCC;
	background:#FFF;
	margin:.2em 0 .3em;
	padding: 5px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

#contact textarea {
	height:100px;
	max-width:80%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:80%;
	border:none;
	background:#b3b3b3;
	color:#FFF;
	margin:0 0 5px;
	padding:.6em;
  font-size:15px;
  border-radius: 5px;
}

#submit {
display: block;
margin: 0 auto;
margin-top: 1em;
cursor:pointer;
width:80%;
border:none;
background:#b3b3b3;
color:#FFF;
padding:.5em;
font-size:15px;
border-radius: 5px;
}

#submit:hover {
	background:#ff4f66;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
