﻿/*CONTACT*/

.iframe-container {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 4em;
}

    .iframe-container > * {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        border-radius: .25rem;
    }


.text-field {
    border-radius: .25rem;
    background-color: rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 300px;
    padding: 20px 50px;
    text-align: left;
    font-size: 18px;
    margin-bottom: 2em;
}

    .text-field h3 {
        color: rgba(255, 255, 255, 1);
        font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
    }

    .text-field p {
        line-height: 2;
        margin-top: 20px;
    }

    .text-field span {
        font-weight: 300;
        font-size: 14px;
    }

    .text-field hr {
        color: rgba(255, 255, 255, 0.8);
        height: 2px;
        border-width: 0;
        background-color: rgba(255, 255, 255, 0.8);
    }

.btn-send {
    margin-top: 2em;
    margin-bottom: 4em;
}

h3.section-heading {
    margin: 2em auto 1em;
    /*margin-top: 2em;
    margin-bottom: 1em;*/
}

/*ABOUT*/

.about-maintext {
    margin: 0px auto 100px;
    height: auto;
}

.center-heading {
    margin: 0 auto;
}

.about-h3 {
    font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-style: italic;
    color: #868e96;
}

.about-maintext p {
    line-height: 22px;
}
#icon-settings-size {
    max-width: 50%;
    padding: 20% 0 0;
}
#icon-roller-brush-size {
    
    padding: 15% 0 0 10%;
}
.icon-fluid {
    max-width: 60%;
    padding: 10% 0 10%;
}
.timeline > li .time-line-icon {
    background-color: #fff;
    border: none;
}

/*NAVIGATION MENU*/
/*make the menu sub-menu items drop down on mouse hover */
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin: -0.2em 0 0;
}


/*Drop-items formatting*/
.service-drop-nav {
    background-color: #212529;
    padding-left: 1em;
    border: none;
}

#mainNav .nav-dropdown-item {
    display: block;
    padding: 0.5em;
    font-size: 90%;
    font-weight: 400;
    letter-spacing: 1px;
    color: white;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#mainNav .nav-dropdown-item.active, #mainNav .nav-dropdown-item:hover {
    color: #cc0000;
    text-decoration: none;
}

/*SERVICES*/
.img-services {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 20px;
    margin:2em 0em;
}

.img-services-examples {
    display: block;
    height: auto;
    max-width: 100%;
}

.intro-subheading-main{
    padding-top:1em;
}

.btn-quote{
    margin-bottom:2em;
}