@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	color: black;
	
}

body {
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 1.4em;
	align-self: center;
	vertical-align: bottom;
    font-weight: lighter;
  
}

h2 {
	font-size: 1em;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	align-self: center;
  
}

h3 {
    font-family: avenir next condensed;
    font-size: 46px;
    font-weight: 500;
    padding-bottom: 0px;
    padding-top: 10px;


  
}
    
 h4 {
    font-family: bodoni;
    text-align: center;
	font-size: 22px;
     padding-bottom: 11px;
     font-weight: lighter;


    
    }


.music {
	padding-top: 2em;
}

.film {
	padding-top: 2em;
}

header {

}

footer {
	background-color: #F5F5F5;
	padding: 1em;
	margin: auto;
	text-align: center;
     text-transform: lowercase
}

.style-logo {
	padding: 1em;
	align-self: center;
	padding-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-height: 100%;
}

nav {
	padding: 0.5em;
	text-align: center;
	font-size: 16px;
	word-spacing: 0.5em;
     

}
ul {
    margin: 0;
    padding: 0;
    color: white;
}

li {
	display: inline; 
    color: white;

}

a {
	text-decoration: none;
}

li a:hover {
	color: dimgray;
}

.row {

}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.img-line {
	width: 90%;
	height: 3px;
}

.img-lineheader {

	width: 50%;
	height: 3px;
    padding-top: 0px;
}
col {
	width: 100%;
}


/*Tablet View*/
	@media (min-width: 766px){
	.style-logo {
	float: left;
	display: inline;
	}
	
		
.img-line {
	width: 80%;
	display: inline;
		}
        
        
.col-lg-one-fourth {
	width: 40%;
	}
		
}




/*Desktop View*/
	@media (min-width: 1024px){
.style-nav {
	font-size: 1.4em;
	padding-top: 1em;
		}
.col-lg-one-fourth {
	width: 40%;
	}
.img-line {
	width: 80%;
		}

}
