@charset "UTF-8";

/*Global/Desktop view*/
.Vcontainer{
	max-width: 1000px;
    margin: 0 auto
}

.y-tholder{
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 60%;
}

.y-tholder>iframe
{position: absolute;
	width: 100%;
	height: 100%;
}


header {
    background-color: rgba(0,0,0,0.77);
    padding-top: 15px;
    padding-left: 18px;
    padding-bottom: 15px;
    padding-right: 18px;
}
.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
nav {
    float: right;
}
.mobile-view {
    display: none;
}
.desk-top-view ul li {
    list-style-type: none;
    display: inline-block;
}
.btn-red {
    background-color: #F1603F;
}
.btn-green {
    background-color: #00A287;
}
.desk-top-view ul li a {
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    text-decoration: none;
    color: #FFFFFF;
}
.desk-top-view {
    padding-top: 0px;
    padding-right: 0px;
    margin-top: -73px;
}
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    background-color: #64726D;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: hsla(0,0%,100%,1.00);
}
.main-content-image {
    height: 800px;
    background-image: url(images/mainBackgroundImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    padding-top: 31px;
}
main {
    min-height: 567px;
}
.main-content-image-dates {
    background-image: url(images/tourDatePageBackgroundPic%20copy.jpg);
    padding-top: 33px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
hr {
    border-style: solid;
}
.main-content-image-audio {
    background-image: url(images/musicPageBackgroundPic.jpg);
    padding-top: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
footer {
    height: 117px;
}
.main-content-image-contact {
    background-image: url(images/contactPageBackgroundPic%20copy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 784px;
    padding-top: 33px;
    background-position: center center;
}
.social-icons {
    float: left;
    margin-top: 34px;
    margin-left: 11px;
}
.social-icons a img {
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 0px;
}
.copyright {
    margin-top: 11px;
    margin-right: -14px;
    float: right;
}
.container footer p {
    float: right;
    margin-right: 52px;
    margin-top: 43px;
}
.main-content {
    margin-top: 83px;
    margin-left: 50px;
}
h1 {
    font-size: 47px;
    line-height: 52px;
}
.footer-div-copyright   {
    display: none;
}
.image-grid {
    margin-top: 29px;
    margin-right: -93px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 54px;
}
.col {
    background-color: hsla(0,4%,68%,1.00);
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-right: 1%;
    margin-left: 1%;
}
.image-responsive {
    width: 100%;
    height: auto;
    display: block;
}
.col-lg {
    width: 21%;
}
.float-left {
    float: left;
}
.text-red {
    color: hsla(11,85%,60%,1.00);
}
.col-lg-audio {
    width: 44%;
    margin-left: 1%;
    margin-top: 3%;
}
.video-responsive {
    width: 93%;
}
h2 a {
    color: hsla(0,0%,100%,1.00);
}
.main-content-image-video {
    background-image: url(images/videoPageBackgroundPics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    background-position: center center;
}
.col-song {
    background-color: hsla(345,2%,44%,1.00);
    width: 31%;
}
.Video-Container {
    width: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 30px;
    height: 100%;
    padding-bottom: 56.25px;
}


.Video-Container-iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}





/*Tablet view*/
@media (min-width : 501px ) and ( max-width : 800px ){
.mobile-view {
    display: block;
    float: right;
    margin-top: -92px;
}
.desk-top-view {
    display: none;
    padding-top: 0px;
    margin-top: -36px;
    margin-right: -11px;
    padding-right: 0px;
    padding-left: 0px;
}
.expand {
	display:block;
}	
.desk-top-view ul li a {
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    text-decoration: none;
    color: #FFFFFF;
}
.main-content {
    margin-left: 16px;
}
h1 {
    font-size: 31px;
    line-height: 38px;
}
.footer-div-copyright   {
    display: none;
}
.col-md {
    width: 42%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
}



/*mobile view*/
@media (max-width : 500px ){
.mobile-view {
    display: block;
    float: right;
    margin-top: -86px;
}
.desk-top-view {
    display: none;
    margin-top: 18px;
    margin-right: -19px;
    margin-left: -89px;
    margin-bottom: 23px;
}
.expand {
    display: block;
}	
header a img {
    width: 70%;
    height: 70%;
}
.desk-top-view ul li a {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-decoration: none;
    color: #FFFFFF;
}
.main-content-image {
    height: 632px;
    background-image: url(images/mainBackgroundImage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
    padding-top: 16px;
}
.main-content {
    margin-left: 0px;
    margin-top: 71px;
}
h1 {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
}
main {
    min-height: 420px;
    margin-top: -38px;
}
.social-icons {
    float: left;
    margin-top: 10px;
    margin-left: 67px;
}
.footer-div-copyright   {
    margin-right: 24px;
    float: left;
    margin-left: 41px;
    margin-top: 2px;
    display: block;
}
.social-icons a img {
    padding-left: 18px;
    padding-right: 21px;
    padding-bottom: 0px;
}
.copyright {
    margin-top: -39px;
    margin-right: -30px;
    float: right;
    display: none;
}
.col-xs {
    width: 77%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
.float-left {
}
.video-responsive {
    width: 160%;
    margin-top: -177px;
    margin-left: -31px;
}
.col-lg-audio {
    width: 47%;
    margin-left: 9%;
    margin-top: 19%;
}
.main-content p {
    text-align: center;
    padding-right: 14px;
    padding-left: 0px;
}
}
.col-md {
}
.main-content p a {
    color: hsla(0,0%,100%,1.00);
}
.image-grid:after {
    display: block;
    content: "";
    padding-bottom: 0px;
    padding-top: 0px;
}
