/************************
Fonts
************************/

@font-face {
	font-family: 'Source Sans';
	src: url(../fonts/SourceSansPro-Regular.eot);
	src: url(../fonts/SourceSansPro-Regular.otf);
	src: url(../fonts/SourceSansPro-Regular.woff);
	src: url(../fonts/SourceSansPro-Regular.woff2);
    src: url(../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
	font-family: 'Source Sans Light';
	src: url(../fonts/SourceSansPro-Light.eot);
	src: url(../fonts/SourceSansPro-Light.otf);
	src: url(../fonts/SourceSansPro-Light.woff);
	src: url(../fonts/SourceSansPro-Light.woff2);
	src: url(../fonts/SourceSansPro-Light.ttf);
}

@font-face {
	font-family: 'Source Sans Bold';
	src: url(../fonts/SourceSansPro-Bold.eot);
	src: url(../fonts/SourceSansPro-Bold.otf);
	src: url(../fonts/SourceSansPro-Bold.woff);
	src: url(../fonts/SourceSansPro-Bold.woff2);
	src: url(../fonts/SourceSansPro-Bold.ttf);
}

.body {
  background-image: url("../images/erm-epk-bgd.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #000000;
}


body .jumbotron {
    margin-bottom: 0px;
    position: relative;
    background: none;
    color: #FFF;
  }
  
  .jumbotron .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/control-room-4.jpg);
    background-position:top;
	background-size: 150%;
    background-repeat:repeat;
    -webkit-filter: blur(3px) brightness(65%) hue-rotate(166deg);	
     filter: blur(3px) brightness(65%) hue-rotate(166deg);
     z-index: -1;
}
 		  
		  
	.container {
    padding: 80px 20px 80px 20px;
}

	.containertitle {
    padding: 165px 20px 0px 20px;
}



 .navbar {
	height: inherit;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	background-color: #29292c;
	text-transform: uppercase;
	padding: 5px;
    font-size: 8px;
}
  .navbar li a, .navbar .navbar-brand { 
      color: #d5d5d5 !important;
  }
  .navbar-nav li a:hover {
      color: #fff !important;
  }
  .navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
  }
  .navbar-default .navbar-toggle {
      border-color: transparent;
  }
  
  .open .dropdown-toggle {
      color: #29292c;
      background-color: #29292c !important;
  }
  .dropdown-menu li a {
      color: #000; 
	  background-color: #29292c;
  }
  .dropdown-menu li a:hover {
      background-color: #000 !important;
  }
  
  .form-control {
      border-radius: 0;
  }
  
  
.carousel-inner img { 
    width: 100%; /* Set width to 100% */
    margin: auto;
}

/************************
StyleSheets
************************/

h1{
	font-family: 'Source Sans Bold', Sans-serif;
    color: white;
	line-height: 1.0;
}


h2{
	font-family: 'Source Sans Reg', Sans-serif;
    color: white;
	line-height: 1.0;
}


h3{
	font-family: 'Source Sans Light', Sans-serif;
	font-size: 30px;
    color: white;	
}

h4{
	font-family: 'Source Sans Bold', Sans-serif;
	font-size: 20px;
    color: white;	
	padding-top: 0px;
}


p{
	font-family: 'Source Sans', Sans-serif;
    color: white;
	line-height: 1.3;
	font-size: 20px;
}

b{
	font-family: 'Source Sans Bold', Sans-serif;
	font-size: 20px;
    color: white;	;
}

li{	font-family: 'Source Sans', Sans-serif;
    color: white;
	line-height: 1.5;
	font-size: 20px;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}


.bold{
	font-family: 'Source Sans Bold', Sans-serif;
    color: white;
}


.container{
	padding-right: 60px;
    padding-left: 60px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-divider{
	padding-right: 20px;
    padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.container-footer{
	padding-right: 20px;
    padding-left: 20px;
	padding-top: 30px;
	padding-bottom: 60px;
}

.container-top{
	padding-right: 20px;
    padding-left: 20px;
	padding-top: 60px;
	padding-bottom: 30px;
}


.quote{
	font-size: 40px;
	margin:auto;
	padding-top: 40px;
	vertical-align: middle;
}

.djquote{
	font-family: "Source Sans Bold"; 
	font-size: 18px;
}


.responsive {
  width: 100%;
  height: auto;
}




.carousel {
    margin-left: 15%;
    margin-right: 15%;
}

ul.slides {
    display: block;
    position: relative;
    height: 600px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

ul.slides input {
    display: none; 
}


.slide-container { 
    display: block;
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    width: auto;
    min-width: auto;
    height: 100%;
}


@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
	

/* Add a dark background color to the footer */
footer {
    background-color: #2d2d30;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

