body{
  font-family: 'Poppins', 'Open Sans', sans-serif;
  color:#4A4A4A;
}
h1, h2, h3, h4, h5{
  font-family: 'Poppins', 'Open Sans', sans-serif;
  color:var(--primary-color);
  font-weight: 600;
  letter-spacing: .1rem;
}
@media only screen and (max-width: 600px){
  h2{
    font-size:2.8rem;
  }
}
a:hover{
  text-decoration: underline;
  transition: all .3s;
}
p {
  color: #272B2E; 
}
@media (max-width: 900px) {
  .row .column.column-10,
  .row .column.column-20,
  .row .column.column-25,
  .row .column.column-33,
  .row .column.column-40,
  .row .column.column-50,
  .row .column.column-60,
  .row .column.column-67,
  .row .column.column-75,
  .row .column.column-80,
  .row .column.column-90 {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    max-width: 100%; 
  } 
}
/*************** Basics ********************/
.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.align-center {
  text-align: center; 
}

.text-aqua{
  color:var(--link-aqua-color);
  font-weight: 400;
}

/*************** Flex classes *******************/
.container .flex-column{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container .flex-column .btn{
  margin: 0px auto;
}

/*************** Buttons *******************/
.btn, .button {
  transition: all .35s;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  height: 4.8rem;
  letter-spacing: .1rem;
  line-height: 4.8rem;
  padding: 0 3.0rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: white;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
  .btn.btn-large, .btn.button-large, .button.btn-large, .button.button-large {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 4.8rem; 
  }

.btn:hover, .button:hover, .btn:focus, .button:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background-color: white;
  color: var(--primary-color);
  border-color: var(--primary-color); 
}
/* MailChimp */
.mc-field-group{
  width: 40%;
  float: left;
  margin-right: 1rem;
}
@media only screen and (max-width: 600px){
 .mc-field-group{
    width: 100%;
  }
}
.mc-field-group label{
  /*top: 1.8rem;
  margin-left: 1.3rem;
  font-weight: 400;
  position: absolute;
  line-height: 1.4rem;*/
  display: none;
}
input::-webkit-input-placeholder { -webkit-transition:.5s;}
input:-moz-input-placeholder { -moz-transition:.5s;}
input::-moz-input-placeholder { -moz-transition:.5s;}
input:-ms-input-placeholder { -ms-transition:.5s;}

input:focus::-webkit-input-placeholder { color:transparent;}
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
.mc-field-group input{
  background-color: #fff;
  border-radius:0px;
  padding: 2.4rem;
  font-size:1.8rem;
}
input[type="submit"]{
  font-size: 1.8rem;
  font-weight: 100;
  height: 5rem;
  margin-bottom: 0px;
}

/* MAIN CONTENT */
.main{
 overflow-x: hidden;
}
.header{
  position: relative;
}
.header .logo-banner{
  position: relative;
  width: 100%;
  background: var(--light-black-color);
  height: 80px;
}
@media only screen and (max-width: 600px){
  .header .logo-banner{
    height: 100%;
  }
}
.header .logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  width: 150px;
  margin: 0px auto;
}
/*.banner-image{
  position: relative;
  display: block;
}*/
.background-banner{
  height:22.5rem;
  background-size: cover;
  background-position: bottom;
}
.banner-image-copy{
    height:100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction:column;
}
.banner-image-copy h2, .banner-image-copy h5{
  color:#fff;
  font-weight: 400;
  margin-bottom:0px;
}






.header .logo img{
  width: 350px;
  z-index: 9
}

@media only screen and (max-width: 600px){
  .header .logo{
    bottom:2rem;
  }
}

.header picture img{
  width: 100%;
}
@media only screen and (max-width: 600px){
  .header .logo img{
    width: 50%;
  }
}
.wrapper{
	margin:3em 5%;
}
.wrapper .container{
  margin-bottom:2rem;
}
.content{
  max-width: 800px;
  margin:0px auto;
  margin-bottom:4rem;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content span{
  margin:1rem 0 0;
}
ul{
  list-style-position: outside;
  list-style-type: none;
  padding-left: 40px;
  position: relative;

}
li::before {
  content: "• ";
  color: var(--primary-color);
  left: 2.2rem;
  position: absolute;
}
.credit{
  font-size: 1.2rem
}
.download-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
@media only screen and (max-width: 600px){
  .download-row .column{
    margin-bottom: 2rem;
    text-align: center;
  }
}
.download-icon{
  width: 24px;
  height: 24px;
}
.footer-form{
    background: url(images/render-02.jpg); /* footer-of-bay.jpg */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    padding: 10rem 0rem;
}
@media only screen and (max-width: 600px){
  .footer-form{
    padding: 5rem 0rem;
  }
}
.sub-footer{
  background:var(--primary-color);
  padding:2rem 0px;
  position: relative;
  bottom: 0px;
  width: 100%;
}
.sub-footer .flex-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-footer img{
  width: 150px;
}
.sub-footer .social-icons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 600px){
  .sub-footer .column {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.social-icons img{
  width: 42px;
}