h1, h2, h3, h4, h5, h6 {
    color: #cc0000;
}

@media screen and (max-width: 736px){
    #main {
        padding: 5em 0 0.5em 0;
    }
}

#header {
    height: 6em;
    line-height: 6em;
}

#contact {
    background-color: #333333 !important;
}
#contact h2 {
    color: #999999 !important;
}
#contact h3 {
    color: #999999 !important;
}
#contact p {
    color: #999999 !important;
}
#contact a, #contact a:hover, #contact label {
    color: #999999 !important;
}
#contact input[type="text"],
#contact input[type="password"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="search"],
#contact input[type="url"],
#contact select,
#contact textarea {
    border-color: #888888 !important;
    color: #ffffff !important;
}

#contact input[type="text"]:focus,
#contact input[type="password"]:focus,
#contact input[type="email"]:focus,
#contact input[type="tel"]:focus,
#contact input[type="search"]:focus,
#contact input[type="url"]:focus,
#contact select:focus,
#contact textarea:focus {
    border-color: #aaaaaa !important;
    color: #ffffff !important;
}

#contact input[type="reset"] {
    background-color: #666666;
    color: #999999 !important;
}

#footer {
    background-color: #990000 !important;
}

#map-canvas {
	width: 100%;
	height: 500px;
}
#map-canvas img {
	max-width: none;
	background-color: transparent;
}

#gallerysmart {
    display: none !important;
}
@media screen and (max-width: 736px){

    #gallerysmart {
        display: block !important;
    }
    
}

@media screen and (max-width: 736px){

    #gallery {
        display: none !important;
    }
    
}

.features > section {
    width: calc(50% - 5em) !important;
}

.cutimage {
    /*
    display: flex !important;
    */
    justify-content: center !important;
    align-items: center !important;
    max-height: 350px !important;
    overflow: hidden !important;
}
@media screen and (max-width: 736px){

    .cutimage {
        max-height: 3000px !important;
    }
    
}

.logo {
    max-width: 280px !important;
    margin-top: 1.0rem !important;
}

.icon {
    background-color: #eeeeee !important;
}

.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
    color: #cc0000;
}