body {
    font-size: 16px;
    font-family: 'Conv_Magistral_Bold';
}

.overflow {
    overflow: hidden;
}

.topmenu {
    text-align: right;
    font-size: 1rem;
    margin-top: 2rem;
}

.topmenu a:hover {
    color: #007dcb;
    border-bottom: 1px dotted #007dcb;
    text-decoration: none;
}

.header {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.logo {
    text-align: center;
}

.logo img {
    height: 20vh;
}

.brand {
    text-align: center;
    margin-top: 1rem;
    font-size: 2.4rem;
    font-weight: bold;
}

.desc {
    text-align: center;
    font-size: 1.15rem;
    margin-top: 2.5rem;
}

.line {
    background-size: 85% auto;
    margin-left: -15%;
    margin-right: -15%;
    padding-bottom: 10%;
    /*padding-bottom: 10vh;*/
    width: 130%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgd2lkdGg9Ijc1MCIgaGVpZ2h0PSI4OTcuNSIgdmlld0JveD0iMCAwIDc1MCA4OTcuNSI+ICA8ZGVmcz4gICAgPHN0eWxlPiAgICAgIC5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgICAgc3Ryb2tlOiAjZmY1ODE2OyAgICAgICAgc3Ryb2tlLXdpZHRoOiA3cHg7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPGVsbGlwc2UgY3g9IjM3NSIgY3k9IjMzNyIgcng9IjY2MCIgcnk9IjU1NyIgY2xhc3M9ImNscy0xIi8+PC9zdmc+);
}

.text {
    text-align: center;
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.phone {
    font-family: Ailerone, 'Conv_Magistral_Bold';
    font-size: 20px;
    text-align: center;
    margin-bottom: 1rem;
}

.mail {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.site {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.site a:hover {
    color: #ff5816;
    border-bottom: 1px dotted #ff5816;
    text-decoration: none;
}


.orange {
    color: #ff5816;
}

.gray {
    color: #4c4c4c;
}

.blue {
    color: #007dcb;
}

.bold {
    font-weight: bold;
}

.ps-imgs {
    max-height: 50px;
    padding-top: 10px;
}