@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700);
html, body { 
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
/*    overflow-x: hidden;*/
}

body {
    background: url(../images/background.jpg) no-repeat;
    background-size: cover;
    font-family: 'Roboto Condensed', sans-serif;
    background-attachment: fixed;
}

.clear {
    clear: both;
}

/* Reusable column setup */
.col {
  border: 0 solid rgba(0,0,0,0);
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding-box !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}

/* 1. 12 Column Grid 0px - Infinity
    -----------------------------------------------------------------------------

    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%

    ----------------------------------------------------------------------------- */
/*    @media screen and (min-width: 0px) {*/
.col {
  margin-left: 0;
  padding: 0;
}
.row .col:first-child {
  margin-left: 0;
}
.span_1 {
  width: 8.33333333333%;
}
.span_2 {
  width: 16.6666666667%;
}
.span_2-5 {
  width: 20%;
}
.span_3 {
  width: 25.0%;
}
.span_4 {
  width: 33.3333333333%;
}
.span_5 {
  width: 41.6666666667%;
}
.span_6 {
  width: 50.0%;
}
.span_7 {
  width: 58.3333333333%;
}
.span_8 {
  width: 66.6666666667%;
}
.span_9 {
  width: 75.0%;
}
.span_10 {
  width: 83.3333333333%;
}
.span_11 {
  width: 91.6666666667%;
}
.span_12 {
  margin-left: 0;
  width: 100%;
}

nav {
    background: #111111;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99;
    display: none;
}

nav ul {
    margin: 0;   
}

nav > ul > a > li {
    display: inline-block;
    padding: 20px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
}

.nav-img {
    position: absolute;
    padding: 10px;
    padding-bottom: 3px;
}

.left-space {
    margin-left: 60px;   
}

/*
nav ul li:nth-of-type(2) {
    margin-left: 40px;
}
*/

nav ul li:hover {
    background: #afaa16;
}

nav ul a {
    color: #FFFFFF;
}

nav ul a:hover {
    color: #333;
}

h1 {
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
}

h2 {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    padding: 15px 20px;
}

.header-bg {
/*    width: 100%;*/
    background: RGBA(44, 44, 44, .7);
    padding: 15px 20px;
}

p {
    font-size: 16px;
    font-weight: 200;
    color: #FFFFFF;
    line-height: 32px;
}

.contact p {
    padding: 5px 20px;
}

blockquote {
    color: #afaa16;
    font-size: 40px;
    font-weight: 100;
    margin: 30px auto;
    width: 90%;
    position: relative;
} 

blockquote:before {
    content: "\201C"; /*Unicode for Left Double Quote*/

    /*Font*/
    font-family: Georgia, serif;
    font-size: 80px;
    font-weight: bold;
    color: #afaa16;

    /*Positioning*/
    position: initial;
    left: -50px;
    top: -20px;
}

blockquote:after {
    /*Reset to make sure*/
    content: "";
}

.citation {
    color: #afaa16;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 20px;
}


p.callout {
    border-left: 4px solid #9e0b0f;
    padding: 10px 20px;
    color: #FFFFFF;
    font-weight: 400;
}

p.center {
    margin: 0 auto;
    text-align: center;
}

.content-wrap {
    width: 85%;
    margin: 20px auto;
}

#home {
    position: initial;
}

#home a {
    text-decoration: none;   
}

#home .icons {
    position: fixed;
    right: 30px;
    top: 30px;
}

#home .icons a {
    color: #FFF;
    font-size: 40px;
    margin: 5px 10px;
    transition: .3s;
}

#home .icons a:hover {
    color: RGBA(158, 11, 15, 1)
}

#about {
    background: RGBA(33, 33, 33, .9);
}

#about-school {
    background: RGBA(66, 66, 66, .9);
    position: relative;
}

#about-school p {
    margin-top: 10%;   
}

#quote {
    position: relative;   
}

#about-instructor {
    background: RGBA(33, 33, 33, .9);
}

#calendar {
    background: RGBA(99, 99, 99, .9);
}

#contact-me {
    background: RGBA(33, 33, 33, .4);
}


.home-logo {
    background: url(../images/home-logo.png);
    width: 390px;
    height: 376px;
    margin: 80px auto 40px auto;
    opacity: .6;
    
}

.wrapper-home-btn {
    width: 424px;
    margin: 0 auto;
}

.home-btn {
    background: RGBA(158, 11, 15, .6);
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 150px;
    padding: 10px;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}

.home-btn:hover {
    background: RGBA(158, 11, 15, 1);
    cursor: pointer;
}

.photo-btn {
    background: RGBA(158, 11, 15, .6);
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    width: 31.4%;
}

.photo-btn:hover {
    background: RGBA(158, 11, 15, 1);
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    width: 31.4%;
}

.stay-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.arrow-down {
    background: url(../images/arrow-down.png);
    width: 48px;
    height: 25px;
    margin: 20px auto;
    opacity: .2;
    
}

.arrow-down:hover {
    opacity: .5;    
}

.location {
    margin-top: 20px !important;   
}

p.loc {
    padding: 0 20px;
    margin: 10px 0;
}

.schedule {
    border-left: 2px solid #9e0b0f;
}

.schedule p {
    padding: 0 20px; 
    margin: 3px 0;
}

#contact-form {
    width: 80%;
    margin: 10px auto;
}

input[type=text] {
    width: 85%;
    padding: 8px;
    margin: 10px;
    border: none;
    border-left: 3px solid #9e0b0f;
}

textarea {
    width: 85%;
    padding: 8px;
    margin: 10px;
    border: none;
    border-left: 3px solid #9e0b0f;
    
}

input[type=submit] {
    width: 89%;
    padding: 5px;
    margin: 12px;
    border: none;
    background: #9e0b0f;
    color: #FFFFFF;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #FFFFFF;
    color: #9e0b0f;
    cursor: pointer;
}

.sign-up-btn {
    margin-left: 15px;
    background: RGBA(158, 11, 15, .6);
    color: #FFFFFF;
    font-size: 10px;
    padding: 5px;
    text-decoration: none;
}

.sign-up-btn:hover {
    background: RGBA(158, 11, 15, 1);
}

.photo-overlay, .video-overlay {
    background: #333333;
    position: absolute;
/*
    top: 0;
    left: 0; 
*/
    z-index: 7;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
    border-top: 3px solid RGBA(158, 11, 15, 1);
    border-bottom: 3px solid RGBA(158, 11, 15, 1);
}

.overflow {
    overflow-y: scroll;   
}

.scroll-notice {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background: RGBA(158, 11, 15, .6);
    width: 40%;
    padding: 10px;
    z-index: 8;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.masonry { /* Masonry container */
    column-count: 4;
    column-gap: 1em;
    -moz-column-count: 4;
    -moz-column-gap: 1em;
    -webkit-column-count: 4;
    -webkit-column-gap: 1em;
}

.video-overlay .col {
    padding: 5px;
}

.photo-overlay img, .video-overlay img {
    background-color: #eee;
    display: inline-block;
    width: 100%;
    background: #666666;
    padding: 0.25em;
}

.overlay-close {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 8;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #333333;
    font-size: 30px;
    cursor: pointer;
    background: RGBA(255, 255, 255, .9);
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 997px) {
    h1 {
        font-size: 20px;   
    }
    
    .col {
        width: 100%;
    }
    
    .home-logo {
        background: url(../images/home-logo.png) no-repeat;
        background-size: contain;
        width: 95%;
        margin: 80px auto 40px auto;
        opacity: .6;
    }
    
    .wrapper-home-btn {
        width: 100%;
        margin: 0 auto;
    }
    
    .home-btn {
        font-size: 12px;
        width: 98px;

    }
    
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}