#bootstrapoverride .navbar-default  {
    background-color: white;
    border-color: white;
    color:black;
}

@media only screen and (min-width: 767px){
    div.navigation_menu.affix + div.navigation-menu-padder {
        display: block;
        content: " ";
        height: 50px;
        width:100%;
    }
}
#bootstrapoverride ul.nav a:hover,
#bootstrapoverride ul.nav a:focus,
#bootstrapoverride ul.nav a:active
{
    color: #fff;
}


#myCarousel .carousel-img-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#myCarousel .carousel-img-container img {
    position: relative;
    min-height: 100%;
    min-width: 100%;
    height: unset;
    width: unset;
    max-width: unset;
}

#services a {
    color:black;
}

#references a {
    color:black;
}

#whyus a {
    color:black;
}

#juki {
    padding-top:0px;
    padding-bottom:0px;
}

#juki a {
    color:red;
    text-decoration: underline;
    font-size:20px;
}

#juki a:hover {
    color:grey;
}


#whyus {
    padding-top:0px;
    padding-bottom:0px;
}

#services {
    padding-bottom:0px;
}
#services a:hover {
    color:grey;
}

#references {

}

#solar3 a:hover {
    color:grey;
}

#references a:hover {
    color:grey;
}

#whyus a:hover {
    color:grey;
}

#whyus a:hover {
    color:grey;
}

#contactus label {
    min-width: 125px;
    color:white;
}

#contactus input {
    min-width: 200px;
}

#contactus textarea {
    resize: none;
    color:black;
}  

#feedbackForm {
    background-color:red;
    color:white;
    padding:20px;
    margin-bottom:150px;
}

#feedbackForm a {
    background-color:white;
    color:red;
    padding:15px;
}

#feedbackForm input {
    color:black;
}
    #feedbackForm textarea {
        color: black;
        width: 100%;
    }

#map-canvas {
    height:500px;
    width:100%;
}

/* Logo in the header*/
@media screen and (max-width: 989px) {
    #copernicusLogoHeader {
        float:left;
    }
}

/* Tablets screens */
@media screen and (max-width: 800px) {
    .carousel-text h1 {
        font-size: 2.5em;
    }

    .carousel-list li {
        font-size: 1em;
    }

    .carousel-text .enigma_blog_read_btn {
        font-size: 1em;
        padding: 5px 5px 5px 5px;
    }

    #map-canvas {
        height:300px;
        width:100%;
    }
}

/* Phones */
@media screen and (max-width: 400px) {
    #map-canvas {
        height:150px;
        width:100%;
    }

    .carousel-text h1 {
        font-size:1.5em;
    }

    .carousel-list li {
        font-size: 0.7em;
    }

    .carousel-text .enigma_blog_read_btn {
        font-size: 1em;
        padding: 5px 5px 5px 5px;
    }

    .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%;
    }
}

/* bookmark scroller */

/* Style the header: fixed position (always stay at the top) */
.progress-header {
    background-color: white;
    width: 100%;
    z-index: 1;
    border-top: 2px solid whitesmoke;
}

.progress-header.snap {
    position: fixed;
    top: 50px;
}

.progress-header a:not(:nth-last-child(2)) {
    border-right: 1.5px solid darkgray;
}

.progress-header a h2 {
    font-size: x-large;
}

/* The progress container (grey background) */
.progress-container {
    position: relative;
    bottom: -56px;
    width: 100%;
    height: 8px;
    background: #ccc;
}

.snap .progress-container {
    position: absolute;
    bottom: -8px;
}

/* The progress bar (scroll indicator) */
.progress-bar {
    position: relative;
    bottom: 56px;
    height: 8px;
    background: #4caf50;
    width: 0%;
}

.snap .progress-bar {
    position: relative;
    bottom: 0;
}

.target-able {
    padding-top: 100px;
    margin-top: -85px;
    padding-bottom: 0;
}

@media only screen and (max-width: 992px) {
    .progress-header {
        display: none;
    }
}

.body {
    margin-bottom: 100px;
}

.entry {
    border-top: 2px solid red;
}

.footer-text-container {
    margin: 0 auto;
    font-weight: bold;
}

.footer-text-container > a {
    color: white;
    text-decoration: underline;
    margin: 0 5px;
}