﻿html, body {
height: 100%;
}

body {
    background-color: #FD4500;
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.center-div {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background-color: #FD4500;
}

.no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.logo {
    width: 130px;    
}
    /*.logo:nth-of-type(1) {
        margin-right: 30px;
    }*/

.email {
    width: 94px;
}

.phone {
    width: 127px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    background-color: aqua;
}

h1, h2, h3 {
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    font-size: 1.3vw;
}

    h2:after {
        
        content: "";
        display: inline-block;
        width: 100%;
    }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgba(24, 24, 24, 0.50);
    text-align: center;
}

a, a:hover, a:visited {
    color: #ffffff;
}

.a-label {
    color: #181818;
}

.a-text {
    color: #ffffff;
    font-weight: normal;
}


@media print {
    .no-select {
        -webkit-filter: invert(1);
        filter: invert(1);
    }
    
    .no-print {
        display: none !important;
    }

    * {
        background-image: none !important;
    }
}