
html {
    margin: auto;
}

body {
	width: 100%;
	min-height: 100%;
    background-color: black;
    position: absolute;
    background-attachment: fixed;
    width: 100%;
    top: 0px;
	padding-top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 0px;
}


h1 {
    
    color: white;
	font-family: "Lato", sans-serif;
	font-weight: 300;
	margin-bottom: 25px;
    margin-top: 5%;
    -webkit-font-smoothing:antialiased;

}

h2 {
    font-family: 'Lato', sans-serif;
    font-size: 40px;
    color: white; 
    -webkit-font-smoothing:antialiased;
    text-align: center;
    
}

h3 {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing:antialiased;
    text-align: center;
    font-weight: 300;
    padding-top: 5px;
    padding-bottom: 5px;
}

#social {
    width: 110px;
    margin-top: -30px;
    float: right;
}

#social ul {
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: inline-block;
    z-index: 1000;
}

#social ul li {
    position: relative;
    height: 25px;
    display: inline-block; 
    text-align: center;
    margin-bottom: 7px;
    
}

#social ul li img {
    position: relative;
    max-height: 100%;   
    text-align: center;
}

.social-icon {
	margin-left: 15px;
}

#social a:link {  
    opacity: .4;
    text-align: center;
}

#social a:hover {
    opacity: 1;
    background-color: transparent;
    position: relative;
    height: 25px;
    display: inline-block; 
    width: 25px;
    text-align: center;
}


#container {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
}

section {
    position: relative;
    width: 100%;
    min-height: 100%;
    z-index:990;
    margin: 0px; 
    left: 0px;
    right: 0px;
    top: 0px;
    overflow-x: hidden;
    bottom: 0px;
}

#home {
   position: relative;
    min-height: 100%
    z-index:990;
}

#myVideo {
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    right: -50%;
    left: -50%;
    margin: auto;
    min-width: 100vh; 
    min-height: 100vh;
}

#myGif {
    display: none;
}

#artists {
	position: relative;
    width: 100%;
    min-height: 110%;
    z-index:990;
    margin: 0px; 
    left: 0px;
    right: 0px;
    top: 0px;
    background-color: black;
    background-image: url("images/Artist-BackGround.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;

}

#artists h1 {
    text-align: center; 
    font-size: 3em;
    text-shadow: black 0.1em 0.1em 0.3em;
}
    

#artists ul {
	z-index: 900;
	width: 100%;
    text-align: center;
    vertical-align: center;
}

#artists ul li {
    display:inline-block;
    width: 15%;
    min-width: 180px;
    margin-top: 30px;
    margin-left: 2%; 
    margin-right: 8%;
    margin-bottom: 2%;  
}   

#artists ul li img {
    position: relative;
    width:100%; 
    max-height: 100%;
}

#artists ul li a:link {
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;   
    width:100%; 
    max-height: 100%;
}

#artists ul li a:hover {
    width:100%; 
    max-height: 100%;
    -webkit-filter: invert(100%);
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;  
    background-color: transparent;
}

.selected-artist{
    width:100%; 
    max-height: 100%;
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'-1.0 0 0 0 1.0 -1.0 0 0 0 1.0 -1.0 0 0 0 1.0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: invert; /* IE6-9 */
    -webkit-filter: invert(100%); /* Chrome 19+ & Safari 6+ */
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;  
}

.blur-logo img {
    -webkit-filter: blur(3px);
	-moz-filter: blur(3px); 
	-o-filter: blur(3px); 
	-ms-filter: blur(3px); 
	filter: url(blur.svg#blur);
}

.artist-box {
	position: relative;
	display: none;
	background-color: #000000;
    width: 100%;
    margin-left: -40px !important;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    overflow: hidden;
    z-index:1100;
}


.pressshot{ 
	position: relative;
	float: left;
    width: 40%;
    max-height: 550px;
    min-width: 150px;
    clear: both;
    vertical-align: top;
    overflow-y: hidden;
}

.pressshot img {
	width: 100%;
}


.artist-box-content {
	position: relative;
	background-color: #000000;
    height: 85%;
    width: 55%;
    max-width: 950px;
    float: left;
    text-align:left;
    vertical-align: top;
    padding-left: 2%;
    padding-right: 3%;
    padding-top: 20px;
    margin-bottom: 15px;
}

.artist-box-logo {
    text-align: center;
    margin-top: -5px;
    margin-bottom: -5px;
}
.artist-box-logo img {
    width: 40%;
}

.artist-box-content p {
    
    color: white;
    font-family: sans-serif;
    -webkit-font-smoothing:antialiased;
    
}


.artist-box-content a:link, a:visited {
    color: white;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
    -webkit-font-smoothing:antialiased;
    text-decoration: none;
}

.artist-box-content a:hover, a:active {
    color: #1A1A4D;
    background-color: white;
    margin-right: 15px;
    display: inline-block;
    text-align: center;
    font-family: sans-serif;
    -webkit-font-smoothing:antialiased;
    
}


#booking {
    position: relative;
    width: 100%;
    height: 100%;
    z-index:990;
    margin: 0px; 
    left: 0px;
    right: 0px;
    top: 0px;
    padding-top: 7%;
    padding-bottom: 5%;
    background-color: #E6E6E7;
    background-image: url("images/Book-an-Artist-Page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
    overflow: hidden;
}

#booking-container {
	max-width: 600px;
	min-height: 450px;
	margin-left: auto;
	margin-right: auto;
	
	

}	

#booking-container h1 {
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-top: -10px;
    color: #E6E6E7;
    font-size: 3em;
    text-shadow: black 0.1em 0.1em 0.3em;
	
	
	
}

.booking-form {
    width: 60%;
    min-width: 290px;
    float: 	left;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.6);
    padding: 20px 30px 20px 30px;
    font: 12px "Lato", sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #000;
    border:none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.booking-form h1 {
    font: 25px "Lato", sans-serif;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom: 1px solid #444;
    margin: -10px -30px 30px -30px;
    color: #FFF;
}
.booking-form h1>span {
    display: block;
    font-size: 1em;
}
.booking-form label {
    display: block;
    margin: 0px 0px 5px;
}
.booking-form label>span {
    float: left;
    min-width: 50px;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #E6E6E7;
    font-family: "Lato", sans-serif;
    font-size: 1em;
    -webkit-font-smoothing:antialiased;
}
.booking-form input[type="text"], .dark-matter input[type="email"], .booking-form textarea, .booking-form select{
    border: none;
    color: #959596;
    font-size: 1em;
    -webkit-font-smoothing:antialiased;
    background-color: rgba(0,0,0,1);
    height: 20px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 6px 12px;
    width: 68%;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    font: normal "Lato", sans-serif;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.booking-form select {
    background: #FFF url('images/down-arrow.png') no-repeat right;
    background: #FFF url('images/down-arrow.png') no-repeat right;
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 75%;
    height: 30px;
    background-color: rgba(0,0,0,1);
}
.booking-form textarea{
    height:100px;
    width: 67%;
}
.booking-form .button {
    background: #F5F5F6;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #333;
    border-radius: 0px;
}
.booking-form .button:hover {
    color: black;
    background-color: rgba(255,255,255,.4);
    outline: none;
}

.booking-form .button:focus {
	outline: none;
}

#contact {
    
    background-image: url("images/Contact-Page.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;  
    height: 100%;
    width: 100%;
    padding-bottom: 5%;
}



#contact-content {
    vertical-align: top;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top:20%;
    width: 100%;
    
    
}

.contact-sub {
    position: relative;
    float: left;
    width: 29%;
    min-width: 28px;
    height: 150px;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 5%;
    background-color: rgba(0,0,0,.5);
    
}

#contact h1 {
    color: #E6E6E7; 
    font-weight: 300;
    text-align: center;
    max-width: 100%;
    min-width: 280px;
    font-size: 43px;
    margin-left: 5%;
    margin-right: 5%;
    
    
}

#contact h3 {
    color: white;
    background-color: rgba(0,0,0,0);
    text-align: center;
    max-width: 100%;
    min-width: 350px;
    font-size: 39px;
    font-weight:700;
    
    
    
}

#contact-content p{
    font-size: 12px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    text-align: center;
    color: #E6E6E7;
}

