body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #778899;
    background-color: #FFFFFF;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #212121;
}

h2 {
    font-size: 40px;
}

h3 {
  color: #424242;
  text-transform: none;
  padding: 5px;
}

p {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
    color:#78909c;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

ul {
    color: #778899;
    margin: 0 0 35px;
}

a {
    color: #778899;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: underline;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #778899;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #ff8a65;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
	letter-spacing: 1.6px;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #424242;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #424242;
    text-decoration: none;
}

.navbar-custom li {
    font-size: 16px;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #424242;
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a:hover {
    color: #424242;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
	    background-position-x: 0px;
	    background-position-y: 0px;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0 0 0;
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 75px;
		margin-top: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.content-section {
    padding-top: 100px;
    background-color: #FFFFFF;
}

.extra-section {
    width: 100%;
    background-color: #FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.lists li {
  text-align: left;
  font-size: 16px;
  padding: 5px;
}

#apply li {
  font-size: 20px;
}

#faq p {
  text-align: left;
  font-size: 18px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 50px;
    }

    .extra-section {
        padding: 15px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
  position: relative;
  vertical-align: top;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  padding: 15px;
  font-size: 20px;
  color: #ff6e40;
  text-align: center;
  text-decoration: none;
  background: #FFFFFF;
  border-color: #ff6e40;
  border:2px solid;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn:hover {
  background:#ff6e40;
  border-color: #ff6e40;
  color:#FFFFFF;
}

.btn:active,
.btn:focus {
  background:#FFFFFF;
  border-color: #ff9800;
  color:#ff9800;
}

.btn-small {
  padding: 8px;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #ff6e40;
  text-align: center;
  text-decoration: none;
  background: #FFFFFF;
  border-color: #ff6e40;
  border:2px solid;
  border-radius: 10px;
}

.horizontal-mailchimp .mc-field-group,
.horizontal-mailchimp .clear {
     display: inline-block;
}

.horizontal-mailchimp label {
     display: block;
     height: 1px;
     text-indent: -9999px;
}

.horizontal-mailchimp {
     margin: 20px auto;
     padding: 0px 20px 20px 20px;
     text-align: center;
}

@media only screen and (max-width: 768px) {

     .horizontal-mailchimp .mc-field-group,
     .horizontal-mailchimp .clear,
     .horizontal-mailchimp input {
          display: block;
          width: 100%;
     }

     .horizontal-mailchimp .mc-field-group {
          margin-bottom: 5px;
     }

}


.email-input{
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
border: 2px solid;
-webkit-appearance: none;
outline: none;
line-height: 1.5em;
margin-left: 5px;
padding: 5px;
}

::placeholder{
  color: #78909c;
}


footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
	font-size:16px;
}

footer a {
  text-decoration: none;
}

footer a:hover, a:focus {
  text-decoration: none;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}
