﻿@import url(http://fonts.googleapis.com/css?family=Lato:300,400);
@import url(http://fonts.googleapis.com/css?family=Bitter:400);



html, body {
    height: 100%;        
    /*background: center no-repeat fixed url('../img/cover.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;    
    color: #444;
    font-family: 'Lato', sans-serif;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.events-title{
    margin-top: 25px;
}

.main-header{
    font-size: 150px;
}

.sub-header{
    font-size: 60px;
}
.header-overlay, #section1, #section3 {
    background-color: rgba(0, 0, 0,0.7);
    color: #fff;
    font-family: 'Bitter', serif;
    
}

.landing-section {
    padding-top: 550px;
    padding-bottom: 550px;
    min-height: 100%;
    min-height: calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.section-spacer{
    margin-bottom: 50px;
    margin-top: 50px;
}

.section-break{
    padding-top: 200px;
    padding-bottom: 200px;
}
.title-padding {
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer-text{
    color: white;
    font-weight: bold;
}
.lato {
        font-family: 'Lato', sans-serif;
    }

    .bitter {
        font-family: 'Bitter', serif;
    }
.detail-section{
 
	background-color: #fff;
    background-color: rgba(255, 255, 255,0.5);

}
.map{
    width: 664px;
    height: 400px;
}
.detail-text{
    /*color: #B3A49D;*/
    color: fuchsia;
    text-align:justify;
}

.event-box{
    height:100%;
    position: relative;
    background: #fff;

}

.info{
    border: 1px solid gray;
    padding: 5px;
}

.event-box .info .arrow{
    position: absolute;
    top: 390px;
    left: 25px;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.month-header{
    padding: 10px 5px;
    background-color: plum;
    color: #fff;
    font-size: 1.8em;
}

#fullFat, #slim{
    display:none;
}

.event-price{
    padding: 15px;
    background-color: yellow;
    color: #ff0000;
    font-weight: bold;
    margin-top: 10px;
}
.event-title{
    font-size: 4em;
}
.event-date{
    font-size: 2.5em;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 200px;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-left: -15px;
    display: block;
    padding: 7px 0px;
    text-align: center;
    z-index: -1;
}

#map{
    width: 664px;
    height: 400px;
}
@media (min-width:768px) {
    .v-center {
        height: 50%;
        overflow: visible;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    #slim{
        display:none;
    }
    #fullFat{
        display:block;
    }
    /*.landing-section{
        padding-top: 100px;
        padding-bottom: 100px;
    }*/

}

@media (max-width: 768px) {
    
    
    section {
        padding-top: 100px;
        padding-bottom: 150px;
        min-height: 100%;
        min-height: calc(100% - 0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    h2{
        font-size: 15px;
    }

    .landing-section {
        padding-top: 100px;
        padding-bottom: 190px;
        min-height: 100%;
        min-height: calc(100% - 0);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .main-header{
        font-size: 60px;
    }

    .sub-header{
        font-size: 30px;
        padding-bottom: 30px;
    }

    .scroll-down {
        bottom: 100px;    
    
    }

    .event-title{
        font-size: 2em;
    }
    #slim{
        display:block;
    }
    fullFat{
        display:none;
    }
    .section-spacer{
        margin-bottom: 20px;
        /*margin-top: 20px;*/
    }
}
    
