﻿body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    background-color: gray;
}

nav {
    background-color: dodgerblue !important;
    
}

    nav .navbar-brand {
        color: white !important;
    }

        nav .navbar-brand span {
            font-size: 13px;
            color: ghostwhite;
        }

    h5 {
        color: #0d6efd !important;
        font-weight: bold;
    }

a {
    text-decoration: none;
    color: dodgerblue;
}

.whatsapp {
    font-weight: 200;
    font-family: Montserrat;
    font-size: 12px;
    color: gray;
}

.paper {
    background-color:white;
    padding:40px;
}

.tech {
    font-weight: 200;
    font-style: italic;
}

.text {
    margin-top: -12px;
}


/* xs  */
@media (max-width: 575.98px) {
    
}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {
    
}

/* d */
@media (min-width: 768px) and (max-width: 991.98px) {
    table tr td, table tr th, .text, .title, p, span {
        font-size: 12px;
    }
    h4, h5 {
        font-size: 14px;
    }
}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/* xl */
@media (min-width: 1399.98px) {
    
}