/*!
 * Start Bootstrap - Landing Page v5.0.0 (https://startbootstrap.com/template-overviews/landing-page)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-landing-page/blob/master/LICENSE)
 */

/***********FONTS***********/

@import url('https://fonts.googleapis.com/css?family=Arvo:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

body {
  font-family: 'Open Sans', Arial, sans-serif;
}

h1, h3 {
    font-family: 'Arvo', Arial, sans-serif;
}

h3 {
    font-size: 1.25em;
    padding-bottom: 10px;
    text-transform: uppercase;
}


/*********NAVBAR**********/

nav {
    background: #47657c;
    height: 200px;
}

.logo {
    margin: 0 auto;
}

/*********HEADER**********/

header.masthead {
  position: relative;
  background: #343a40 url("../img/header-bg.jpg") no-repeat center bottom / cover;
  height: 800px;
}

.masthead .container {
    color: #fff;
    display: table;
    height: 100%;
    margin: 0 auto;
}

.masthead .container h1 {
    display: table-cell;
    font-size: 5em;
    text-align: center;
    text-shadow: 1px 1px 12px rgba(0, 0, 0, 0.25);
    vertical-align: middle;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

/************SHOWCASE***********/

@media only screen and (min-width: 1790px) {
    .my-auto {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}
.showcase .right {
    background: #e4bbc4;
}

.showcase h2 {
    font-size: 2em;
    font-weight: 700;

}
.showcase .left p {
    font-size: 1.5em;
}

.showcase .left a {
    color: #fff;
    text-decoration: none;
}

.showcase .left {
    background: #47657c;
}

/************CALL TO ACTION**********/

.call-to-action {
  color: #47657c;
  position: relative;
  background-color: #343a40;
  background: #c0d9d1;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

#mc_embed_signup_scroll {
    padding: 0 20px;
}

#mc-embedded-subscribe {
    margin-top: 10px !important;
    height: 60px !important;
    width: 150px !important;
}

.email {
    margin-top: 10px !important;
    height: 60px !important;
}


#mc_embed_signup .button {
    background: #606060 !important;
    border-radius: 0px !important;
    color: #fff !important;
}
#mc_embed_signup input.email {
    border-radius: 0px !important;
}

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}
/**********BOTTOM************/

.bottom {
    background: #272d46;
    padding: 80px 0;
}

.bottom img {
    max-width: 300px;
}

/***********FOOTER************/

footer {
    background: #47657c;
    height: 200px;
}

footer .logo {
    width: 250px;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 800px) {
  header.masthead {
    background: #343a40 url(../img/header-bg.jpg) no-repeat center center / cover;
  }
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
    nav .logo {
        width: 450px;
    }
    
    .email {
        height: 60px !important;
        width: 600px !important;
    }
    
    .submit_button {
        margin-left: -5px;
    }
  
}

@media (max-width: 767px) {
 
    nav .logo {
        max-width: 300px;
    }
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

