/*------------------------------
------------- CSS --------------
------------------------------*/

* {
    margin: 0;
    padding: 0;
    border: border-box;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

body#home, body#gigBody, body#gallery, body#about{
    position: relative;
    background: url('../images/landing_logo.jpg') no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body#gigBody{
    background: url('../images/psych_01.jpg') no-repeat fixed; 
    background-size: cover;
}
body#musicBody{
    background: url('../images/psych_01.jpg') no-repeat fixed; 
    background-size: cover;
}
body#gallery{
    background: url('../images/musicbg.jpg') no-repeat fixed;
}
body#about{
    background: url('../images/bg1.jpg') no-repeat fixed;  
}

.no-spaces{
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 600px){
    .col-xxs{
        width: 50%;
    }
}
@media screen and (max-width: 450px){
    body#home{
        position: relative;
        background: url('../images/landing_logo.jpg') no-repeat fixed;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-color: rgb(0,88,147);
    }
    #landing{
        max-height: 35vh;
    }
    .phone-hide{
        display: none;
    }
    .phone-show{
        display: block;
    }
    body#gigBody{
        background-size: cover;
    }
    .col-xxs-100{
        width: 100%;
    }
    
}
@media screen and (min-width: 455px){
    .phone-show{
        display: none;
    }
}
@media screen and (min-width: 1500px){
    .col-xl{
        width: 20%;
        height: auto;
    }
}

/*------------------------------
---------- NAVIGATION ----------
------------------------------*/

.navbar{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    z-index: 1000;
}
.navbar-default{
    margin: 0;
    width: 100%;
    border: none;
    border-radius: 0;
    background: #343434;
}
/*.navbar-collapse{
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
}*/
.navbar-default .navbar-nav>li>a{
    padding: 15px 15px;
    font-size: 12px; 
    letter-spacing: 5px;
    color: #cecece;
    border-radius: 0;
    text-transform: uppercase; 
}
.navbar-default .navbar-nav>li>a:hover{
    color: #fff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #fff;
    font-weight: 200;
    border: none;
    background: rgb(204,77,37);
}

#blNavbar, #contactGigs, #contactUS, #contact{
    top: 0;
    position: sticky;
    position: -webkit-sticky;
}
#contact, #contactHome, #contactUS{
    top: 60px;
}
#contactGigs{
    top: 50px;
}



/*---------- CONTENT ----------*/

.contentWrapper{
    margin: 0;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.6);
}

.content{
    padding: 20px 0 15px 0;
    margin: 0 auto;
    margin-top: -20px;
    max-width: 1000px;
    position: relative;
}

/*------------------------------
------------- HOME -------------
------------------------------*/

/*---------- LANDING ----------*/

#landing{
    width: 100%;
    height: calc(100vh - 50px);
}

/*---------- CONTENT ----------*/

.tile{
    padding: 0;
    margin: 15px 0;
    color: #fff;
    top: 0px;
}

.tile .wallpaper{
    background: rgba(0, 0, 0, 0.5);
}
.tile .title{
    padding: 5px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgb(204,77,37);
    color: #fff;
}
.tile .title h4{
    font-size: ;
}
.tile .image img{
    width: 100%;
}
.tile .info{
    padding: 15px;
}
.tile .info .i_date{
    background-image: url(../images/dateIco.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: relative;
    display: table-cell; 
    vertical-align: middle;
}
.tile .info .i_date > h4{
    text-align: center;
    color: #444;
    font-size: 15px;
}
.tile .info .gig_info{
    padding-top: 0;
}
.tile .info .gig_info h5 span{
    font-weight: 300;
    color: #c6c6c6;
}
.tile .info i{
    margin-right: 8px;
    margin-bottom: 15px;
}
.tile h4{
    margin: 0;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
}
.tile .info h5{
    margin-top: 30px;
    color: rgb(204,77,37);
    font-weight: 300;
}

/*-- fixed / first entry styling --*/

.tile p {
    font-size:14px;
    line-height:20px;
    letter-spacing: 1px;
    font-weight:400;
}

#quote_block_home{
    padding:10px 20px 10px 20px;
    margin:20px 0 20px 0px;
    background-color:rgba(255,255,255,0.1);
}

#quote_block_home p{
    font-size:13px;
}

.tile .info h6{
    margin-bottom: 30px;
    color: rgb(204,77,37);
    font-weight: 400;
    font-size:14px;
}

/*-- end --*/

#mc_embed_signup{
    background: transparent; 
    clear: left; 
    font: 14px; 
    width: 100%;
    margin-top: 30px;
    color: #444;}

label{
    color: rgb(204,77,37);
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.email{
    padding: 5px;
    width: 100%;
    background: transparent;
    border: solid 1px #fff;
}
input{
    color: #fff;
}
.button{
    padding: 5px;
    background: rgb(204,77,37);
    border: solid 1px transparent;
    margin-top: 15px;
    color: #f5f5f5;
}

/*----- ICONS -----*/

#insta-icon{
    font-size: 30px;
    color: #fff;
    background: -webkit-linear-gradient(to top right, rgb(230,176,59), rgb(246,7,24), rgb(195,0,141));
    background: -o-linear-gradient(to top right, rgb(230,176,59), rgb(246,7,24), rgb(195,0,141));
    background: -moz-linear-gradient(to top right, rgb(230,176,59), rgb(246,7,24), rgb(195,0,141));
    background: linear-gradient(to top right, rgb(230,176,59), rgb(246,7,24), rgb(195,0,141));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*--YouTube on home page--*/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------
------------  GIGS  ------------
------------------------------*/

/*---------- HEADER ----------*/



.gig-content > header{
    height: 400px;
    overflow: hidden;
    margin-bottom: 65px;
}
.gig-content > header > img{
    width: 100%;
    min-height:  100%;
}

#gigPage .wallpaper{
    background: transparent;
}
.upcoming{
    text-align: center;
    margin-bottom: 2.5px;
}
.upcoming-date{ 
    padding: 0;
    margin: 0;
}
.upcoming-date > div{
    margin: 0 auto;
    width: 50%;
    height: 90px;
    background-image: url(../images/dateIco.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.upcoming-date h3{
    font-size: 18px;
    padding-top: 16px;
    font-weight: 300;
    color: #444;
}
.upcoming-info{
    margin: 0;
    text-align: left;
}
.upcoming-info h5{
    margin-top: 0;
    letter-spacing: 1.5px;
    line-height: 20px;
}
.upcoming-info h5 span{
    font-weight: 300;
    color: #c6c6c6;
}
.upcoming-info p{
    margin: 10px 0;
    color: #c6c6c6;
}
.upcoming-info p.ticket-link{
    color: #444;
}
.upcoming-info p.ticket-link > a{
    color: rgb(204,77,37);
}
.upcoming-img img{
    margin-bottom: 15px;
    cursor: pointer;
}

.month-separator{
    margin-top: -10px;
    background: rgb(204,77,37);
    z-index: 9999;
}
.month-separator h3{
    padding: 10px;
    font-weight: 300;
    letter-spacing: 2px;
}

@media screen and (max-width: 420px){
    .upcoming-info, .upcoming-img{
        padding: 10px 5px;
    }
    .upcoming-date > div{
        margin: 5px 20px;
        width: 60%;
        height: 70px;
    }
    .upcoming-date h3{
        font-size: 18px;
        padding-top: 20px;
        font-weight: 300;
        color: #444;
    }
    .upcoming-info{
        text-align: left;
    }
    .upcoming-img img{
        width: 50px;
    }
}
@media screen and (max-width: 320px){
    .upcoming-date h3{
        padding-top: 15px;
    } 
}

/* MODAL */

.modal-content{
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: transparent;
}
.modal-body{
    padding: 0;
    border-radius: 0;
}

/*------------------------------
-----------  GALLERY -----------
------------------------------*/

.gallery{
    padding-top: 0;
    padding-bottom: 0;
}
.gallery > .content{
    padding-bottom: 0;
}
.thumb{
    padding: 2px;
    margin-top: 2px;
    overflow: hidden;
}

.thumb > img{
    width: 100%; 
}

/*------------------------------
------------  MUSIC ------------
------------------------------*/

#musicPage .wallpaper{

}

#musicPage .tile p {
    font-size:14px;
    line-height:17px;
    letter-spacing: 0px;
    font-weight:400;
}

.music-entry{
    padding: 0;
    margin: 15px 0;
}
.vid-wrapper{
    padding: 0;
    margin: 0;
    height: 200px;
}
.vid-wrapper > iframe{
    height: 100%;
}
.music-wrapper{
    padding: 0;
    margin: 0 auto 10px auto;
    text-align: center;
    height: 200px;
}
.music-wrapper > iframe{
    height: 100%;
}
/*------------------------------
------------  ABOUT ------------
------------------------------*/

#aboutTxt, #mark, #jack, #dave{
    top: 60px;
    position: sticky;
    position: -webkit-sticky; 
}
.about-content{
     background: rgba(0, 0, 0, 0.5);
}

/*---------- HEADER ----------*/

.about-content > header{
    height: 400px;
    overflow: hidden;
    margin-bottom: 65px;
}
.about-content > header > img{
    width: 100%;
    min-height:  100%;
}

/*---------- CONTENT - image ----------*/

.about-content > .row{
    margin-bottom: 65px;
}

.about-image{
    margin-left: 25px;
}
.about-image img{
    width: 100%;
}

/*---------- CONTENT - text ----------*/

.about-text h2{
    margin: 0 0 20px 0;
    color: rgb(204,77,37);
    letter-spacing: 10px;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.about-text p{
    margin-right: 25px;
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 25px;
    text-align: justify;
}

@media screen and (max-width: 320px){
    .about-text h2{
        font-size: 16px;
    } 
    .about-text p{
        letter-spacing: 1px;
        font-size: 12px;
    }
}
@media screen and (max-width: 736px){
    
    #aboutTxt, #mark, #jack, #dave{
        position: relative;
        top: 0;
    }
    
    /* HEADER */
    .about-content > header{
        height: 170px;
    }
    
    .about-image{
        margin: 0;
    }
    .about-image img{
        padding: 15px;
    }
    
    #aboutTxt{
        display: none;
    }
    
    .about-text h2{
        text-align: center;
    }
    .about-text p{
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
    }
    
}