/* ==========================================================================
   Global styles
   ========================================================================== */


h1, h2, h3, h4, h5, h6, p, .btn, .form-control, .list-inline {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 72px;
  line-height: 72px;
  color: #231F20;
  font-weight: 900;
  font-style:italic;
  margin-bottom:15px;
}

h2 {
  font-family: 'Playfair Display', Georgia, sans-serif;
  font-size: 24px;
  line-height: 34px;
  color: #464646;
  font-weight:400;
  font-style:italic;
  /* margin-bottom:-15px; */
}

h3 {
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  font-weight: 900;
  font-style:italic;
  text-transform: uppercase;
  text-shadow: 0px 1px 20px #000;
  margin-bottom:15px;
}

h4 {
  font-family: 'Playfair Display', Georgia, sans-serif;
  font-size: 30px;
  padding:15px 0 0;
  color: #333;
  font-weight: 400;
  font-style:italic;
  margin-bottom:15px;
}

h5 {
  font-size: 24px;
  color: #231F20;
  font-weight: 900;
  font-style:italic;
  padding:5px 0;
}

p {
  font-size: 24px;
  line-height: 35px;
  color: #464646;
  font-weight: 200;
}

.success {
  font-size:19px;
  line-height:30px;
}

a {
  color: #2E4D88;
  font-weight: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  color: #4E699C;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

::selection {
  background: #231f20; /* Safari */
  color: #FFFFFF;
  text-shadow:none;
}
::-moz-selection {
  background: #231f20; /* Firefox */
  color: #FFFFFF;
  text-shadow:none;
}


/*------------------Buttons---------------------*/
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline: none;
}

.btn {
  border-radius: 2px;
  border: none;
}

.btn-lg {
  font-size: 13px;
  line-height: 1.33;
  padding: 22px 30px;
  font-weight: 400;
}

.btn-sm {
  font-size: 11px;
  line-height: 1.33;
  padding: 10px 18px;
  font-weight: 400;
}

.btn-wide {
  width: 100%;
  font-size: 18px;
  line-height: 1.8em;
  padding: 18px 28px;
  letter-spacing: 0.5px;
  font-weight: 700;
}

.btn-primary {
  background-color:#5E823B;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #7B9B5C;
  color: #ffffff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


/* ==========================================================================
   Main styles
   ========================================================================== */
header {
  width: 100%;
  padding: 3% 1%;
  height: 100vh;
}

.newsletter_logo {margin:0 auto 15px;width:100%;margin-bottom:20px;}

@keyframes scrolling {
0% {
    opacity: 0;
    top: 5px;
}
30% {
    opacity: 1;
    top: 10px;
}
100% {
    opacity: 0;
    top: 25px;
}
}

.pad-xl {
  padding: 200px 0px;
}

.pad-lg {
  padding: 160px 0px;
}

.pad-sm {
  padding: 80px 0px;
}

.pad-xs {
  padding: 30px 0px;
}

hr.line {
  width: 100%;
  border: 2px solid;
}


/* ==========================================================================
   Form styles
   ========================================================================== */
.form-control {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #dadada;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #333;
    display: block;
    font-size: 18px;
    height: 65px;
    line-height: 1.42857;
    padding: 6px 18px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-control::-moz-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-webkit-placeholder, .form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control::-o-placeholder {
    color: #d9d9d9;
    font-size: 15px;
    opacity: 1;
}

.form-control:input:focus {
        outline: none;
        outline: 2px solid blue;
        box-shadow: 0 0 2px #9DBA73;
      }


/* ==========================================================================
   Mobile styles
   ========================================================================== */
/* Landscape phones and down */
@media (max-width: 480px) {

.container{padding-top:5px;}

h1 {font-size:40px;margin:0;}
h2 {font-size:18px;margin:0 0;}
h4 {font-size:20px;margin:-10px auto 5px;}
h5 {font-size:18px;}
p {font-size:15px;line-height:24px;}
.success {font-size:15px;line-height:24px;}

.pad-xs {
  padding: 15px 0px;
}

.btn-lg {
  font-size: 16px;
  line-height: 1.33;
  padding: 20px 13px;
  letter-spacing: 0px;
}


.btn-wide {
  width: 100%;
  font-size: 16px;
  line-height: 1.33;
  padding: 20px 13px;
  letter-spacing: 0px;
}

}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {

.container {width:80%;padding:0;}

h1 {font-size:40px;margin:0;}
h2 {font-size:20px;margin:-5px 0 5px;}
p {font-size:18px;line-height:26px;}

}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

.container {
    width: 750px;
}

h1 {font-size:45px;}
h2 {font-size:20px;}
p {font-size:19px;line-height:28px;}

}



/* Desktops and laptops ----------- */
@media (min-width: 992px) and (max-width: 1199px) {

.container {
    width: 970px;
}

h1 {font-size:55px;}
h2 {font-size:24px;}
p {font-size:20px;line-height:28px;}

}

/* Large screens ----------- */
@media (min-width: 1200px) and (max-width: 3000px) {

.container {
    width: 1170px;
}

}
