html,
body,
.cover {
    height: 100%;
    max-width: 1365px;
    margin: 0 auto ;
    float: none;
}

body {
    position: relative;
    overflow: auto;
}

#navwidth{
    max-width: 1365px;
    margin: 0 auto ;
    float: none;
}

#boyicon#{
   text-decoration-color: #d9534f;
}


   
.cover {
    background: url('img/logocentrale1.png') top left no-repeat;
    background-size: cover;
    display: table;
    width: 100%;
    padding: 0 20%;
    box-shadow: inset 0 0 100px #000;
}

#myCarousel {
	margin-top: 50px;
    margin-bottom: 0;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
	font-size: 24px;
}

.carousel-caption h4 {
	font-size: 32px;
}

.carousel-slide {
    background: #333;
}

#myCarousel .item { height: 538px; }

#slide1 {
	background: url(img/logocentrale_ijkidm/1356x538%20FINAL.jpg) top center no-repeat;
}


.cover-text {
    text-align: center;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.cover-text h1 {
    margin: 0;
    font-size: 70px;
    letter-spacing: -3px;
}

nav.navbar-inverse {
    background: rgba(0, 0, 0, 1);
    border: none;
}

.testimonial {
    background: #222;
}

blockquote {
    border: none;
    margin: 0;
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 32px;
    color: white;
}

blockquote cite {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    color: #888;
    margin-top: 40px;
}


section {
    padding: 90px;
}

h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 60px;
}

h2 + p {
    text-align: center;
    margin-top: -60px;
}

#team {
    background: url('img/fan.jpg') top left no-repeat;
    background-size: cover;
    color: white;
    text-align: center;
}

footer {
    background: #222;
    color: grey;
    text-align: left;
    padding: 20px;
    font-family: Georgia, Times, serif;
    font-size: 0.75em
}

footer a {
    color: hotpink;
}

.back-lightblue {
    background-color:#00C0FF;
    border-color: #00C0FF;
}

.panel-style-head {
    background-color:#00C0FF;
    border-color: #00C0FF;
    color: white;
    font-size: 20px;
    /* unvisited link */
}

.table-style {
    
    border-top:none;
    color: white;
}


.blackpanel {
    background-color:#000;
    border-color: #000;
   
}


.panel-style-footer {
    background-color:#00C0FF;
    border-color: #00C0FF;
    color: white;
    /* unvisited link */
}


   
.panel-style-footer a:link {
    color: white;
}

/* visited link */
.panel-style-footer a:visited {
    color: white;
}

/* mouse over link */
.panel-style-footer a:hover {
    color: lightgray;
    text-decoration: none;
}

/* selected link */
.panel-style-footer a:active {
    color: slategrey;
    border-color: #000;
}


.text-danger {
    color:#BE382C
}


#property {
    font-size: 1.5em;
}

footer a:hover {
    color: deeppink;
    text-decoration: none;
}

.location {
    background: #00C0FF;
}

.contacts {
    background: whitesmoke;
}

.services {
    background: whitesmoke;
}

#phoneicon {
   color: limegreen;
}

#locationtext {
    color: #BE382C;
}

footer p {
    color: whitesmoke;
}

#servicecolor{
    color: #BE382C;
}

.google-maps {
        position: relative;
        padding-bottom: 40%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
}

.contacts {
    background: #337ab7;
}

#pianoicon {
    color: #a94442;
    display: inline;
    
    background: red;
}

#theorybook {
    background: white;
    margin: auto;
    height: auto;
}

.explanation {
    text-align: justify;
}

#teacher {
    /*background: #333;*/
    background: #000;
}


#offer {
     /*background: #333;*/
    background: #000;
}

#textteacher {
    color: whitesmoke;
    text-align: justify;
}


#textoffer {
    color: whitesmoke;
    text-align: center;
}

#navlogo {
    height: 50px;
}




/* Media Queries */

@media only screen and ( max-width : 568px ) {
   
    
.cover h1 {
     font-size: 40px;
    }
section {
    padding: 20px;
    }
    


.google-maps {
        position: relative;
        padding-bottom: 100%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }

.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
    
.cover {
    background: black;
    background-size: cover;
    display: table;
    height: 100%;
    width: 100%;
    padding: 0 20%;
    box-shadow: inset 0 0 100px #000;
    
}

h2 {
    margin: 0;
}

footer {
    text-align: left;
}
    
#myCarousel .item { height: 159px; }

#slide1 {
	background: url(img/logocentrale_ijkidm/401x159_FINAL.jpg) center center no-repeat;
    
}
    
#myCarousel {
	margin-top: 50px;
}

} /*end of media queries*/ 


































