input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height:100% !important;
}

#contact label {
    color: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.5;
}

header h1 {
    line-height: 1.5;
}

@media (min-width: 768px) {
    header .intro-text h2 {
        font-size: 70px;
        margin-bottom:20px;
    }
}

section h2 {
    font-size: 36px;
    text-align: center;
}

section#contact {
    background-color: #222;
    background-image: url(../img/map-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}

header .intro-text h1 {
    line-height: 1.5;
    font-size: 34px;
    font-style: italic;
    font-weight: normal;
}
@media (min-width: 768px) {
    header .intro-text h1 {
        line-height: 1.5;
        font-size: 34px;
        font-style: italic;
        font-weight: normal;
    }

}

.portfolio-modal .modal-body {
    overflow-y: auto;
}