
@font-face {
    font-family: 'Blancha';
    src: url('fonts/Blancha.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Blancha';
    src:  url('fonts/Blancha.otf')  format('opentype'),
           url('fonts/Blancha.woff') format('woff'), url('fonts/Blancha.ttf')  format('truetype'), url('fonts/Blancha.svg#Blancha') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap');

body,html{
    font-family: 'Open Sans', sans-serif;
}
img {
    max-width: 100%;
}

.welcome-text h2, .subscription-form h2 {
    font-size: 40px;
    color: #1789c7;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.subscription-form h2 {
    font-size: 30px;
}
.welcome-text p {
    font-size: 18px;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 30px;
}

.welcome-text h1 {
    font-family: 'Blancha' ,'Open Sans', sans-serif;
    color: #333;
    font-size: 36px;
}

footer {
    text-align: center;
    padding: 30px 0;
    background: #1789c7;
    margin-top: 50px;
    color: #fff;
}
.left-text p {
    text-align: center;
    font-size: 22px;
    color: #1789c7;
    font-style: italic;
    z-index: 2;
    position: relative;
    line-height: 2;
}

.img-bg {
    padding: 15px;
}

.img-bg img {
    margin-bottom: 15px;
    transform: scale(1);
    transition: all 300ms ease-in-out;
    margin: 0 auto 15px;
}

header {
    margin-bottom: 30px;
}
.img-bg:hover img, .img-bg.slide-3:hover img,.img-bg.slide-1:hover img {
    transform: scale(1.1);
}

.top-bar {
    position: relative;
    padding: 15px 0;
}
.formStyle {
    background-color: #ffffff;
    padding: 10px 0;
    width: 400px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ecf0f1;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    font-size: 1em;
    font-weight: 100;
    color: #1789c7;
}
  
  .formButton {
    float: right;
    background-color: #1789c7;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 24px;
    margin-top: 15px;
    margin-right: 60px;
    text-decoration: none;border: none;
}
div#mail-status {
    position: absolute;
}  
  .formButton:hover {
      background-color: #27ae60;
    color:#ffffff;
  }
  
  .formButton:active {
      position:relative;
      top:3px;
  }
  .welcome-text {
    padding-left: 15px;
}
.welcome-text {
    padding-left: 15px;
}
  /*To remove the outline that appears on clicking the input textbox*/
  input:focus {
    outline: none;
  }
  
  /* To format the placeholder text color */
  ::-webkit-input-placeholder {
     color: #66bbe8;
  }
  
  :-moz-placeholder { /* Firefox 18- */
     color: #66bbe8;  
  }
  
  ::-moz-placeholder {  /* Firefox 19+ */
     color: #66bbe8;  
  }
  
  :-ms-input-placeholder {  
     color: #66bbe8;  
  }

.img-bg.slide-3 img {transform: scale(1);}

#frmContact {padding:10px;}
#frmContact div{margin-bottom: 15px}
#frmContact div label{margin-left: 5px}

.error{background-color: #FF6600;border:#AA4502 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.success{background-color: #12CC1A;border:#0FA015 1px solid;padding: 5px 10px;color: #FFFFFF;border-radius:4px;}
.info{font-size:.8em;color: #FF6600;letter-spacing:2px;padding-left:5px;}
@media only screen and (max-width: 600px) {
    .logo {
        margin-bottom: 25px;
    }
  }