@media (min-width: 768px) {
    .services {
        margin-bottom: 0px;
        margin-top: 0px;
    }
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
    .rowmargin {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

.allcaps {
    text-transform: uppercase;
}

.rowmargin {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.white-area {
    background-color: white;
    color: black;
}

.dark-area {
    background-color: #474747;
    color: #e6e6e6;
}


.dark-area .line {
    background: #e6e6e6;
}

.contactform input, .contactform textarea {
    margin-bottom: 10px;
    background-color: #f0f0f0;
    color: black;
    border: none;
    border-radius: 0 !important;
}

.contactform textarea {
    height: 200px;
}

.portrait-text {
    color: #1d1d1b;
    font-weight: bold;
    font-style: italic;
}


.services {
    margin-bottom: 50px;
    margin-top: 50px;
}

.lineheading {
    margin: 0px;
    padding: 0px;
}

.line {
    background-color: black;
    width: 70px;
    height: 4px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 30px;
}

#mobile-toggle {
    background: none;
}

#mobile-toggle i {
    font-size: 2em !important;
}

#messageSentModal {
    color: black;
}

.cert {
    padding: 5px;
    position: relative;
}

.cert .inner {
    width: 100%;
    background-color: white;
    color: #575757;
    font-weight: bold;
    height: 60px;
    position: relative;
}

.cert .inner div {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cert .inner div p {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.certmain .inner {
    padding: 5px;
    color: black !important;
}

.certlink {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;

    z-index: 1;

    background-image: url('/img/empty.gif');
}
