/*
Theme Name: Quantum Child
Description: A child theme of Quantum Theme
Author: Umbrella
Version: 1.0
Template: quantum
*/
@import url("../quantum/style.css");

/* None*/
.animated.none {
    -webkit-animation-duration: 0s;
    -moz-animation-duration: 0s;
    -ms-animation-duration: 0s;
    -o-animation-duration: 0s;
    animation-duration: 0s;
 }

.responsive_logo {
    width: auto !important;
}

#menu-hoofdmenu li a {
    color: #333 !important;
}

#menu-hoofdmenu li a:hover {
    color: #517575 !important;
}

.capture h3 {
    font-style: normal;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
}

.home_top {
    margin-top: 0;
    margin-bottom: 30px;
}
.right_header {
    margin-top: 0px;
}

.project_desc a,
.project_desc a:visited {
    text-decoration: underline;
}

.project_desc ul {
    list-style-type: circle;
}

@media (min-width: 768px) {
    .page-template-default .inner_content {
        width: 768px;
    }
}

@media (min-width: 1080px) {
    .header {
        height: 75px !important;
    }

    .right_header {
        background-color: rgba(255, 255, 255, 0.8);
        padding-right: 25px;
    }

    .page-template-default .inner_content {
        width: 920px;
    }
}

@media (max-width: 1080px) {
    .header {
        height: auto !important;
        padding-top: 0px !important;
        padding-left: 15px;
    }
}

.home .navbar-toggle {
    background-color: #d0cdcd;
    border-radius: 0;
    padding: 8px;
}

.home .navbar-toggle .icon-bar {
    background-color: #fff;
}

.page_top {
    margin-top: 0;
    margin-bottom: 30px;
}

.default_top {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: initial;
}

.contact.sidebar1 {
   padding-top: 25px; 
}

.logo {
    display: none !important;
}

#slides h2 {
    letter-spacing: 15px;
}

#slides h3 {
    letter-spacing: 7px;
}

.content a, .content a:visited, .content a:hover {
    text-decoration: underline;
}

.content .fullwidth {
    width: 100%;
}
