/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 /* Custom Styles */
 .fa-bars {
    color: white;
 }
 .gallery {

   /* Flexbox Styles */
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row /* works with row or column */
   flex-wrap: wrap;
   flex-direction: row;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;

 }
 .gallery img {
    width: 260px;
 }  
 .left {
    text-align: left;
 }

/* About Section */
.about {
    text-align: left;
}
@media (min-width: 767px) {
    .about .about-img {
        max-height: 500px;
    }
}
.about h2 {
    text-align: center;
}
.about p {
    margin-bottom: 1em;
}

/* Contact Section */
.antispam { display:none;}
.contact {
    background: url('https://slidetheorysurfcraft.com/img/contact-bg.png'); 
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.contact .social-container {
    display: inline-block;
    float: left;
}
.contact .social-container a {
    margin-right: .5em;
}
.contact .social-container a span {
    display: none;
    font-size: 14px;
}
.contact .social-container a:hover span{
    display: inline-block;
}
.contact form input, .contact form textarea {
    background: rgba(255,255,255,.25);
    color: white;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.contact form input::-webkit-input-placeholder, .contact form textarea::-webkit-input-placeholder {
    color: rgba(255,255,255,.7);
}
.contact form input::-moz-placeholder, .contact form textarea::-moz-placeholder {
    color: rgba(255,255,255,.7);
}
.contact form input:-ms-input-placeholder, .contact form textarea:-ms-input-placeholder {
    color: rgba(255,255,255,.7);
}
.contact form input:-moz-placeholder, .contact form textarea:-moz-placeholder {
    color: rgba(255,255,255,.7);
}

/* Custom Button Styles */
.btn-custom-1, .btn-custom-2 {
    background: transparent;
    border: 2px solid #EF4836;
    padding: 10px 20px;
}
.btn-custom-2 {
    border: 2px solid #222;
}
.btn-custom-3 {
    background: #EF4836;
    border: 2px solid #EF4836;
    color: #FFF;
}
.btn-custom-1:hover, .btn-custom-1:focus, .btn-custom-1:active, .btn-custom-1.active {
    background: #EF4836;
    border: 2px solid #EF4836;
    color: #FFF;
}
.btn-custom-2:hover, .btn-custom-2:focus, .btn-custom-2:active, .btn-custom-2.active {
    background: #222;
    border: 2px solid #222;
    color: #FFF;
}
.btn-custom-1.inverse {
    background: #EF4836;
}
.btn-custom-1.inverse:hover {
    background: white;
    border: 2px solid #EF4836;
    color: #EF4836;
}

/* General Styles */
body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

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

a {
    color: #FFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #11505d;
}

.light {
    font-weight: 400;
}
.margin-top {
    margin-top: 1em;
}

/* Navbar Styles */
.navbar-custom {
    background: rgba(0,0,0,.75);
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    color: white;
}
@media(min-width:767px) {
    .navbar-custom .navbar-brand {
        font-size: 18px;
        line-height: 20px;   
    }
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-toggle {
    color: black;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #000;
}

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

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li.active {
    outline: none;
    background-color: #EF4836;
    /*background-color: rgba(255,255,255,.3);*/
}

.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;
    color: white;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li a:focus {
    background-color: transparent;
}
.navbar-custom .nav li a.active {
    background-color: transparent;
}
@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -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;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: black;
    }
    
    .top-nav-collapse .nav li a {
        color: white;   
    }
    .top-nav-collapse .navbar-brand {
        color: white;   
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.25);
    }
}

.intro {
    margin-top: 3em;
    display: table;
    width: 100%;
    height: auto;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.thank-you .intro, .error .intro {
    margin-top: 0;
}

.intro .logo {
    margin: 0 auto;
    max-width: 260px;
}
@media (min-width: 767px) {
    .intro .logo {
        max-width: 340px;
    }
}
.thank-you .intro .logo, .error .intro .logo {
    max-width: 200px;
}

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

.intro .intro-body .brand-heading {
    font-size: 40px;
    margin-bottom: .1em;
}

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

.intro-text{
    color:#000;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

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

    .intro .intro-body .brand-heading {
        font-size: 80px;
        margin-bottom: 35px;
    }

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

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding: 50px 0;
}

@media(min-width:767px) {
    .content-section {
        padding: 75px 0;
    }
}
@media(min-width:767px) {
    .content-section {
        padding: 100px 0;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #219ab3;
    color: #219ab3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #219ab3;
    outline: 0;
    color: #000;
    background-color: #219ab3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

p {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

footer {
    padding: 20px 0;
}

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

::-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);
}
form {
    max-width: 450px;
    margin: 0 auto;
}
h2::after {
    content: "";
    display: block;
    width: 25%;
    max-width: 135px;
    height: 3px;
    background-color: #EF4836;
    margin: 2rem auto 2.5rem;
}
.big-img {
    width: 100%;
}
.white {
    background-color: white;
    color: black;
}
.white h3 {
    line-height: 1.25;
    margin-bottom: 15px;
}
h3.no-margin {
    margin-bottom: 0;
}
.about.white h3 {
    margin-top: 35px;
    margin-bottom: 15px;
}
.small {
    text-align: center;
}
@media(min-width: 767px) {
    .about.white h3 {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .small {
        padding: 40px 0;
    }
    .white h3 {
        font-size: 25px;
        line-height: 1em;
    }
    .btn-circle {
        margin-bottom: 0px;   
    }
}
@media(min-width: 992px) {
    .about .about-img {
        float: right;
    }
    .white h3 {
        line-height: 3em;
        margin-bottom: 0
    }
    #cta #cta-btn {
        line-height: 6em;   
    }
    .btn-circle {
        margin-bottom: 40px;   
    }
}
/*
     FILE ARCHIVED ON 16:36:17 Mar 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:25:28 Jun 27, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 116.52
  exclusion.robots: 0.099
  exclusion.robots.policy: 0.09
  RedisCDXSource: 26.363
  esindex: 0.01
  LoadShardBlock: 65.467 (3)
  PetaboxLoader3.datanode: 130.706 (5)
  CDXLines.iter: 21.614 (3)
  load_resource: 309.815 (2)
  PetaboxLoader3.resolve: 150.082 (2)
*/