
@font-face {
    font-family: 'Belleza-Regular';
    src: url('../fonts/Belleza-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aleo-Regular';
    src: url('../fonts/Aleo-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 1em;
    font-family: Aleo-Regular, Helvetica, Arial, sans-serif;
    font-size: 1em;
    color: black;
    background-image: url(/images/background.jpg);  
}

body {  
    margin: 0px;
} 

.header-logo-container{
    display: flex;
    justify-content: center;
    height: 100%;
}

.header-logo{
    height: inherit;
}

.title-container{
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    justify-content: center;
}

.text-center{
    text-align: center;
}

.hr-divider1{
    border: 2px solid black;
    border-radius: 5px;
}

.text-header-slogan{
    font-size: 1.0em;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-header-title h1{
    font-size: 2.8em;
    text-transform: uppercase;
    margin: 2px;
    font-family: Belleza-Regular; 
    color: #004aad;
    padding: 2px;
    margin: 10px;
}

.text-header-description{
    font-size: 2.0em;
    text-transform: uppercase;
    font-family: BebasNeue-Regular;
    color: #004aad;
    padding: 2px;
    margin: 1px;
}

.header-container{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

/* Mobile */

@media only screen and (max-width: 600px) {
    .header-logo{
        content:url("../images/header-image-low.png");
    }

    body{
        width: 100vw; 
    }  
    .header-logo{
        width: 80vw;
    }
    .text-header-slogan{ 
        width: 80vw;
    }

    .details-container{
        display: grid; 
        grid-template-columns: auto !important;
        grid-template-rows: auto auto !important;
    }

    .image-man1{
        /* display: none; */
        margin-bottom: 50px !important;
    }

    .text-services {
        grid-row: 1;
        
    }

    .text-services p{
        width: 80vw;
    }
    
    .services-description-container{
        width: 70vw; 
    }

    .services-description2-container{
        width: 70vw; 
    }
}

/* Desktop */

@media only screen and (min-width: 600px) {
    .header-logo{
        content:url("../images/header-image-high.png");
    }
    .header-logo{
        height: 70vh;
    }
    .text-header-slogan{ 
        width: 30vw;
    }

    .details2-container{
        display: flex;
        flex-direction: row;
    }

    .text-services p{
        width: 20vw;
    }

    .services-description-container{
        width: 50vw; 
    }

    .services-description2-container{
        width: 50vw; 
    }
}

/* Content */

.spacer{
    height: 20px;
}

.content-container{
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
}

.content-container div{
    text-align: center;
    margin: 0 auto;
}

.services-description-container{
    line-height: 2em;
    font-weight: bold;
}

.services-description2-container{
    line-height: 2em; 
}

.contact-container{
    font-weight: bold;
}

.text-quote{
    color: #004aad;
}

.text-services-description{
    text-align: center;
    font-weight: bold;
}

.text-services-description2{
    text-align: center; 
}

.details-container{
    display: grid;
    grid-template-columns: auto 30vw;
}

.details-container div{
    margin: 10px;
}

.text-services{
    text-align: center;
    line-height: 2em;
    color: #004aad;
    font-weight: bold;
}


/* footer */
.footer {
    width: 100%;
    background-color: #1c375d;
    text-align: center;
    /* grid-column: 1 / span 2; */ 
    padding: 1px;
    text-align: center;
    font-weight:normal;
    font-size: .5em;
    color: lightgray;
}

.footer p{
    margin: 10px;
}
