
header {
    position: relative;
    min-height: auto;
    height: 60vh;
    width: 100%;
    
    background-image: url(../img/header.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    
    margin-top: -20px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(26,26,26,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(26,26,26,1);
    box-shadow: 0px 2px 5px 0px rgba(26,26,26,1);
}

header .header-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 60%;
}

header .header-content .header-content-inner {
    position: relative;
    margin-top: 40px;
    
    min-width: 35%;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    color: #eee;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

header .header-content .header-content-inner .btn {
    width: 75%;
    margin: auto;
    display: block;
}

@media screen and (max-width : 991px) {
    .bg-primary {
        vertical-align: middle;
        text-align: center;
    }
}

@media screen and (max-width : 767px) {
    .bg-primary {
        padding-top: 90px;
    }
}


.bg-primary .callus {
    font-size: 26pt;
    font-weight: 600;
    margin-right: 20px;
    letter-spacing: 2pt;
}

.bg-primary .calltime {
    font-size: 26pt;
    font-weight: 100;
}

.bg-primary .thin {
    font-size: 24pt;
    font-weight: 100;
    margin-left: 5px;
    margin-right: 5px;
}

.bg-primary .phone-number {
    font-size: 26pt;
    font-weight: 800;
    margin-top: 10px;
    margin-bottom: 30px;
    white-space: pre;
}

.phone-number {
    color: #000 !important;
}

.bg-primary .calltext {
    font-size: 26pt;
    font-weight: 200;
}

#service-listing .btn {
    margin-left: 5%;
    width: 60%;
}

#request-text {
    width: 100%;
    height: 100px;
    color: black;
}

.request-form {
    text-align: left;
}