/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-decoration: none;
    font-size: 100%;
}

body {
    overflow-x: hidden;
    width: 100%;
    background-image: url(../pictures/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
}

#wrapper {
    z-index: 1;
    margin: 0 auto;

}

p {
    color: #ffffff;
    letter-spacing: -.3px;
    font-weight: 400;
    font-size: 16px;
    font-family: Roboto;
    line-height: 170%;
}

h6 {
    font-weight: 400;
    font-size: 14px;
    font-family: Montserrat;
    text-transform: uppercase;
}

h5 {
    color: #ffffff;
    letter-spacing: 4px;
    font-weight: 400;
    font-size: 14px;
    font-family: Montserrat;
    line-height: 24px;
}

h4 {
    color: #ffffff;
    letter-spacing: 5px;
    font-weight: 200;
    font-size: 18px;
    font-family: Montserrat;
}

h3 {
    color: #ffffff;
    letter-spacing: 7px;
    font-weight: 200;
    font-size: 20px;
    font-family: Montserrat;
}

h2 {
    color: #ffffff;
    letter-spacing: -.5px;
    font-weight: 200;
    font-size: 24px;
    font-family: Montserrat;
}

h1 {
    color: #ffffff;
    text-align: center;
    letter-spacing: 7px;
    font-weight: 200;
    font-size: 24px;
    font-family: Montserrat;
}


/* SOCIAL MEDIA ICONS */


#smi {
    display: none;
}



/* HEADER CSS */

header {
    margin-bottom: 120px;
}

.headerbg img {
    display: none;
}

.headerbg {
    height: 10%;
    width: 100%;
    background-image: url(/pictures/headerbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    cursor: pointer;
}



.bg {}

.text {
    display: block !important;
    margin: 0;
    padding: 0;
    width: 60%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5%;
    position: absolute;
    float: left;
}

.hamburger {
    display: block !important;
    width: 32px;
    right: 2%;
    padding: 5%;
    border-radius: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}


/* NAVBAR CSS */

nav {}

#navdiv {}

nav ul {
    display: none;
    transition: height .3s;
    margin: 25% 10px;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 30px;
    padding: .5% 0;
    position: relative;
    z-index: 1020;

}

nav ul li {
    padding: 3% 8%;
    border-radius: 40px;
    margin: 3% 3%;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.1);
}

nav ul li a {}

.open {
    display: block;
    z-index: 1000;

}

.stick {}

#button h6 {
    color: white;
    padding: 20px;
    background-color: #de2239;
    width: 210px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
    transition: background-color .3s;
    border-radius: 50px;
    z-index: 1;
    box-shadow: 0px 5px 20px -5px rgba(222, 34, 57, 0.43);
}




/*	home content */

#video {
    width: 90%;
    margin: 0 auto;
}



#video h4 {
    padding: 25px 0 0;
    color: #de2239;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
}

#video h2 {
    padding: 10px 0;
    text-align: center;
    font-weight: 800;
    text-transform: capitalize;
}

#video h5 {
    padding: 20px 0 5px 0;
    text-align: center;
    line-height: 20px;
}

#home_video {
    width: 100% !important;
    display: block;
    border-radius: 10px;
    margin: 0 auto;

}

#buy {
    margin: 0px auto;
    padding: 10px 0 40px 0;
    width: 282px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

#buy amazon {
    float: right;
    width: 100px;
}

#description a {
    color: white text-decoration: underline;
}

#description a:visited {
    color: white;
}

#description {
    margin: -4px auto 0 auto;
    padding: 20px 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    text-align: center;
}

#description p {
    margin: 0 auto;
    width: 90%;
}

#description p a {
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
}

#description p a:visited {
    color: #ffffff;
}

#description p a:hover {
    color: #de2239;
}

/* press stying */
#reviews {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
}

#reviews a {}

#reviews ul {
    text-align: center;
    margin: 0 auto;
    list-style: none;
}

#reviews ul li {
    position: static;
    margin: 0px auto;
    padding: 0px;
}

#reviews h2 {
    padding: 0px 0 22px 0;
    color: white;
    text-align: center;
    transform: translateY(-4px)
}

#reviews img {
    margin: 10px;
    width: 300px;
    height: 300px;
    border-radius: 15px;
}

#review {
    position: static;
}

#reviews h5 {
    margin: 0px;
    padding: 20px 20px 18px;
    background-color: #de2239;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    -webkit-transition: background-color .5s ease, color .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease;
    -ms-transition: background-color .5s ease, color .5s ease;
    -o-transition: background-color .5s ease, color .5s ease;
    transition: background-color .5s ease, color .5s ease;
}



#overlay {
    position: absolute;
    z-index: 10;
    display: block;
    margin: 10px auto;
    min-height: 10em;
    width: 300px;
    height: 300px;
    background: rgba(0, 0, 0, 0.60);
    vertical-align: bottom;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;

}

#reviews p {
    padding: 16px 18px;
    max-width: 250px;
    text-align: left;
    letter-spacing: -0.2px;
    line-height: 150%;
    font-size: 16px;

}

#overlay:hover {
    opacity: 1;
}

#sm {
    margin: 20px auto;
    width: 100%;
    height: 450px;
    display: none;
}

#sm h5 {
    padding: 10px 10px;
    background-color: rgba(0, 0, 0, 0.22);
    text-align: center;
}

#facebook {
    padding: 0px;
    width: 90%;
    overflow: hidden;
    height: 400px;
    margin: 20px auto;
}

#twitter {
    overflow: scroll;
    margin: 0;
    padding: 0;
    width: 90%;
    height: 450px;
    margin: 20px auto;

}

.fb-page {
    width: 300px;
}

#twitter script {
    height: 400px;
}

.fb-page {
    margin: 0px;
    padding: 0px;
}


/* Bio Content */

#bio {
    width: 90%;
    margin: 30px auto;
}

#bio h1 {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 50px;
    margin-bottom: 1px;
}

#bio h5 {
    text-align: center;
    margin-bottom: 30px;
    opacity: .3;
}

#bio img {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

#bio p {
    margin-top: 7px;
    margin-bottom: 20px;
    text-align: left;
}


/*big Band Styling*/



#big_band {
    width: 90%;
    margin: 40px auto;
}

#big_band_block {
    width: 100%;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.22);
    text-align: left;
    margin-bottom: 40px;
}

#big_band_block img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#text_area {
    padding: 35px 40px;
}

#text_area h6 {
    background-color: #de2239;
    display: block;
    text-align: center;
    border-radius: 30px;
    line-height: 16px;
    padding: 14px 24px 12px;
    color: white;
    box-shadow: 0px 5px 20px -5px rgba(222, 34, 57, 0.13);
    transition: box-shadow .3s, background-color .3s;
    margin-bottom: 30px;
    transform: translateX(-2px)
}

#text_area h6:hover {
    box-shadow: 0px 5px 20px -5px rgb(222, 34, 57);
    background-color: #ff344c;
}

#text_area h2 {
    margin-bottom: 10px;
}

#text_area p {
    margin-bottom: 40px;
}

#text_area p:after {
    margin-top: 20px;
    content: "";
    float: left;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    height: 2px;
    border-radius: 1px;
}

#text_link {
    color: #de2239;
    font-family: Montserrat;
    letter-spacing: -.5px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 0px solid rgba(222, 34, 57, 0);
    transition: border-bottom .3s, color .3s;
    line-height: 30px;
}

#text_area br {}

#text_link:hover {
    color: #ff344c;
    border-bottom: 3px solid #ff344c;
}


/* Tour Content */

#rn {
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    height: 705px;
}

.widget_iframe {
    width: 100% !important;
}

/* Media Content */

#epk h3 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    transform: translateY(-9px)
}

#epk {
    margin: 0 auto;
    width: 90%;
    border-bottom: thin double gray;
}

#wepk {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

#wepk h3 {
    margin: 20px 0px;
    text-align: center;
    letter-spacing: 2px;
}

#epk iframe {
    margin: 20px auto;
    width: 100% !important;
    height: 60%;
}

#pp {
    margin: 5px auto;
    /*border-top: thin double gray; */
    padding-top: 20px;
    width: 100%;
}

#pp h3 {
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}

#pp ul {
    list-style: none;
}

#pp li {
    position: relative;
    overflow: hidden;
    margin: 10px auto;
    width: 300px;
    height: 300px;
}

#pp img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#pp .portrait {
    width: 100%;
    height: auto;
}


/* Contact Content */

#contact a {
    color: white;
    text-decoration: underline;
}

#contact a:visited {
    color: white;
}

#contact {
    min-height: 100px;
    width: 90%;
    margin: 0 auto;
}

#contact h4 {
    padding-bottom: 10px;
}

#contact h2 {
    line-height: 20px;
}

#contact h3 {
    margin-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.22);
    color: #de2239;
    font-size: 14px;
}

#contact p {
    padding-bottom: 5px;
    color: #d6d6d6;
}


/* Footer Styles */

footer {
    margin: 20px auto;
    padding-top: 20px;
    width: 280px;
    border-top: thin double gray;
    clear: both;
}

footer img {
    margin-right: 6px;
    margin-left: 6px;
    padding-bottom: 12px;
    width: 40px;
    opacity: 0.2;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

footer img:hover {
    opacity: 1.0;
}

footer ul li {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
}

footer p {
    margin-bottom: 10px;
    color: gray;
    text-align: center;
    font-size: 12px;
    font-family: helvetica;
}

footer a:link {
    color: #b2b2b2;
}

footer a:visited {
    color: #de2239;
}

footer a:hover {
    color: #ffffff;
}

#pl_album {
    width: 100%;
    height: 200px;
    margin: 30px 0;
    background-image: url(../pictures/newalbum/Mobile_website.jpg);
    background-size: cover;
}
