/* BASIC STYLE FOR SEIS DE NOS SITE */
/* CREATED BY FREDDY BELLO DEC 2018 */

/* -------------------- */

/* Orange Color #e67e22 */

/*--------------------------------------*/
/* BASIC SETUP */
/*--------------------------------------*/

* {
    
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, 
body {
    
    color: #555;
    font-family: 'Lato', 'Arial' , sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}
.clearfix {zoom: 1}
.clearfix:after {
    
    content : '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    
}

/*--------------------------------------*/
/* REUSABLE COMPONENTS */
/*--------------------------------------*/

/*---- ROWS -----*/

.hideme {
    display: none;
}

.row {
    
    max-width: 1140px;
    margin: 0 auto;
    
}

.row-striped:nth-of-type(odd){
  background-color: #efefef;
  border-left: 4px #000000 solid;
}

.row-striped:nth-of-type(even){
  background-color: #ffffff;
  border-left: 4px #efefef solid;
}

.row-striped {
    padding: 15px 0;
}


/*---- SECTIONS -----*/

section {
    
    padding: 80px 0;
}

.box {
    
    padding: 1%;
}

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

.sdn--big-ico {
    
    font-size: 400%;
    display: block;
    color: #e67e22;
}

.sdn--small-ico {
    
    color: #e67e22;
    
}

/*---- HEADERS -----*/

h1, 
h2, 
h3 {
     
    text-transform: uppercase;
    
    
}

h1 {
    
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 240%;
    color: #fff;
    word-spacing: 3px;
    letter-spacing: 1px;
}

h2 {
    font-weight: 300;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

h3 {
    
    font-weight: 300;
    font-size: 120%;
    margin-bottom: 15px;
      
}

h2:after {
    
    display: block;
    height: 2px;
    background: #e67e22;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}


.Jumbo-Info-Text {
    
    font-weight: 400;
    font-size: 450%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    
}


/* ---- PARAGRAPH ---- */

.long--copy {
    
    line-height: 145%;
    width: 80%;
    margin-left: 10%;
}

.box p {
    
    font-size: 90%;
    line-height: 145%;
    margin-bottom: 30px;
}



/*------ BUTTONS ----*/

.btn:link,
.btn:visited {
    
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px; 
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    
}

.btn--full:link,
.btn--full:visited {
    background-color: #e67e22; 
    border: 1px solid #e67e22; 
    color: #fff;
}

.btn--ghost:link, 
.btn--ghost:visited {
    border: 1px solid #e67e22; 
    color: #e67e22;
}

.btn:hover, 
.btn:active {
    background-color: #bf6516;  
}

.btn--full:hover,
.btn--full:active {
    background-color: #bf6516; 
    border: 1px solid #bf6516; 
}

.btn--ghost:hover, 
.btn--ghost:active {
    border: 1px solid #bf6516; 
    color: #fff;
}



/*===================================

HEADER STYLE

=====================================*/


header {
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(img/6DnOs-min.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    
}

.sdn-text-box {
    
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    
}

.logo {
    
    height: 180px;
    width: auto;
    float: left;
    margin-top: 10px;
    
}

.logo--black {
    display:none;
    height: 50px;
    width: auto;
    float: left;
    margin: 5px 0;
    
}

/*---- Normal Nav ----*/

.main--nav {
    float: right;
    list-style: none;
    margin-top: 40px;
}

.main--nav li {
    display: inline-block;
    margin-left: 40px;
    
}

.main--nav li a:link,
.main--nav li a:visited {
    padding: 8px 0px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
    
}

.main--nav li a:hover,
.main--nav li a:active { 
    
    border-bottom: 2px solid #e67e22;

}

/*--- Sticky ---*/

.sticky {
    
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 2px #f3f3f3;
    z-index: 9999;
    
}

.main--nav {
    margin-top: 15px;
}

.sticky .main--nav li a:link,
.sticky .main--nav li a:visited {
    padding: 15px 0px;
    color: #555;
    
}

.sticky .logo { display: none; }
.sticky .logo--black { display:block; }

/*------------------------------------------*/
/* SECTION THE BAND
/*-------------------------------------------*/

.section--the-band  .long--copy {
    
    margin-bottom: 30px;
    
    
}

.logo--the-band{
    
    width: 70%;
    margin-left: 15%;
    
}


.sdn--image {
    
    height: 180px;
    width: auto;
    margin-top: 10px;
        
}

.logo--format {
    
    display: block;
}

.logo--right{
    
    float: right;
     
}


.logo--left{
    float: left;
    margin-right: 20px;
    
}



.sdn--member {
    
    
}

.sdn--member-text {
    line-height: 145%;
    margin: 20px;
    width: 100%;
}



/*------------------------------------------*/
/* SECTION SHOWCASE
/*-------------------------------------------*/

.sdn--showcase {
    padding: 0;
    margin-bottom: 30px;
}

.sdn--live-show {
    list-style: none;
    width: 100%;
}

.sdn--live-show li {
    display: block;
    float: left;
    width: 20%;
}

.sdn--live-photo {
    
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    
}

.sdn--live-photo img {
    opacity: 0.70;
    width: 100%;
    height: auto;
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
    
    
}

.sdn--live-photo img:hover {
    opacity: 1;
    transform: scale(1.03);
}

.sdn--video-container {
    
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow:hidden;
}

.sdn--video-container ,
.sdn--video-container object,
.sdn--video-container embed {
    
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}

.sdn--youtube-vid {
    
    
    display:block;
    width: 1120px;
    height: 630px;
    margin: 15px 0;
    
    
    
}

/*------------------------------------------*/
/* SECTION SCHEDULE
/*-------------------------------------------*/

.section--sdn-events {
    background-color: #f3f3f3;
}

.sdn--event-date {
    
}

.sdn--event-description {
    
}

.sdn--gig-detail {
    list-style: none;
    width: 100%;
}

.sdn--gig-detail li {
    display: block;
    float: left;
    font-size: 90%;
    margin: 10px;
        
}

.sdn--map-of-venue {
    display: block;
    float: left;
    width:100%;
    height: auto;
    border: 1px;
    box-shadow: 0 2px 2px #f3f3f3;
    
}

/*------------------------------------------*/
/* SECTION CONTACTS
/*-------------------------------------------*/

.sdn--media {
    
     background-color: #f3f3f3;
}

.sdn--video-port {
    width: 200%;
    display: block;
    margin: 15px 0;
    
    
}

/*------------------------------------------*/
/* SECTION CONTACTS
/*-------------------------------------------*/

.sdn--contacts {
    
     background-color: #fff;
}

.sdn--contacts .Jumbo-Info-Text {
    
    background-color: #e67e22;
    color: #fff;
    border-radius: 200px;
    margin: 15px 0;
    text-align: center;
}

/*--------------------------------------------*/
/* FOOTER */
/*---------------------------------------------*/

footer {
    
    background-color: #333333;
    font-size: 80%
}

footer p {
    color: #888;
    text-align: center;
    margin-top: 10px;
}