/* CSS Document */

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

html {
    margin: 0 auto;
}

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

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

    min-width: 1280px;
    width: 1280px;
}

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: 300;
    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 ul li img {
    padding: 4.5px 0;
    width: 45px;
}

#smi {
    position: absolute;
    z-index: 100;
    margin-top: 10px;
    margin-left: 10%;
    padding: 4.5px 0;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.30);
}

#smi ul {
    margin: auto;
    margin-top: 12px;
    width: 45px;
    list-style: none;
}

#smi p {
    position: absolute;
    z-index: 100;
    margin-top: -57px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 10px;
    padding-left: 67px;
    width: 200px;
    height: 15px;
    line-height: 20px;
    opacity: 0;
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
    -webkit-transition: padding-top 0.2s, opacity 0.2s, filter 0.2s;
    -moz-transition: padding-top 0.2s, opacity 0.2s, filter 0.2s;
    -ms-transition: padding-top 0.2s, opacity 0.2s, filter 0.2s;
    -o-transition: padding-top 0.2s, opacity 0.2s, filter 0.2s;
    transition: padding-top 0.2s, opacity 0.2s, filter 0.2s;
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
}

#smi p:hover {
    padding-top: 12px;
    opacity: 100;
    -webkit-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
}


/* HEADER CSS */

#headerbg {
    margin-left: -50%;
    width: 2560px;
    height: 241px;
    background-color: #000000;
}

.bg {
    position: relative;
    left: 50%;
    z-index: 2;
    margin-left: -960px;
    width: 1920px;
    background-color: #000000;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
}

.text {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 3;
    overflow: hidden;
    margin-left: -450px;
    width: 900px;
}


/* NAVBAR CSS */

nav {
    position: absolute;
    top: 160px;
    left: 50%;
    z-index: 4;
    clear: both;
    margin-left: -1280px;
    width: 2560px;
    background-color: rgba(0, 0, 0, 0.28);
}

#navdiv {
    margin: 0 auto;
    width: 1000px;
}

nav ul {
    display: table;
    margin: 5px auto;
}

nav li {
    display: inline-block;
    margin: 2px 5px;
    border-radius: 25px;
    text-align: center;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
}

nav li a {
    display: block;
    margin: 0px;
    margin-top: 0px;
    margin-left: -1px;
    padding: 9px 15px 7px 20px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
}

nav li:hover {
    background: rgba(255, 255, 255, 0.17);
}

nav li a:hover {
    color: #ffffff;
}

.stick {
    position: fixed;
    top: 0;
    z-index: 101;
}

#button h6 {
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.22);
    width: 210px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 2px;
    transition: background-color .3s;
    border-radius: 60px;
}

#button h6:hover {
    color: white;
    background-color: rgba(0, 0, 0, 0.40);
}


/*	home content */

#video {
    position: static;
    clear: both;
    margin: 20px auto;
    width: 1280px;
}

#video iframe {
    margin: 20px auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

#video h4 {
    padding: 25px 0;
    color: #de2239;
    text-align: center;
}

#video h2 {
    padding: 10px 0;
    text-align: center;
    letter-spacing: 5px;
    text-transform: uppercase;
}

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

#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: 800px;
    background-color: rgba(0, 0, 0, 0.22);
    text-align: center;
}

#description p {
    margin: 0 auto;
    width: 780px;
}

#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;
}

#reviews {
    margin: 0 auto;
    margin-bottom: 50px;
    width: 818px;
}

#reviews a {}

#reviews ul {
    margin: 0 1.5px;
    list-style: none;
}

#reviews ul li {
    position: static;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#reviews h2 {
    padding: 30px 0 22px 0;
    color: white;
    text-align: center;
}

#reviews img {
    margin: 10px;
    width: 249px;
    height: 249px;
}

#review {
    position: static;
}

#reviews h5 {
    margin: px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.22);
    color: #de2239;
    text-align: center;
    -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;
}

#reviews li:hover h5 {
    background-color: #de2239;
    color: #ffffff;
}

#overlay {
    position: absolute;
    z-index: 10;
    display: table-cell;
    margin: 10px;
    min-height: 10em;
    width: 250px;
    height: 250px;
    background: rgba(0, 0, 0, 0.90);
    vertical-align: bottom;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

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

#overlay:hover {
    opacity: 1;
}

#sm {
    margin: 20px auto;
    width: 800px;
    height: 450px;
}

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

#facebook {
    float: left;
    padding: 0px;
    width: 390px;
    height: 400px;
}

#twitter {
    float: right;
    overflow: scroll;
    margin: 0;
    padding: 0;
    width: 390px;
    height: 450px;
}

#twitter script {
    height: 400px;
}

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


/* Bio Content */

#bio {
    width: 700px;
    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*/

#float_left {
    float: left;
}

#float_right {
    float: right;
}

#big_band {
    width: 1000px;
    margin: 40px auto;
}

#big_band_block {
    width: 480px;
    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: inline-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: 900px;
    height: 705px;
}


/* Media Content */

#epk h3 {
    margin: 0 auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 600px;
    text-align: center;
}

#epk {
    margin-top: 31px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    width: 900px;
    height: 565px;
    border-bottom: thin double gray;
}

#wepk {
    margin-right: auto;
    margin-left: auto;
    width: 900px;
}

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

#frame {
    margin: 20px auto;
    width: 900px;
    height: 450px;
}

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

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

#pp ul {
    list-style: none
}

#pp li {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px 8px 8px 8px;
    width: 280px;
    height: 280px;
}

#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 {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    min-height: 100px;
    width: 900PX;
}

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

#contact h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

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

#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: 1280px;
    height: 400px;
    margin: 30px 0;
    background-image: url(../pictures/newalbum/Facebook.jpg);
    background-size: cover;
}
