/* https://fonts.google.com/ */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;515;600;700&display=swap');

@font-face {
    font-family: calibri_bold;
    src: url(../font/calibri/CalibriBold.TTF);
}

body {
    font-family: Quicksand, sans-serif;
}

.section-header {
    /* font-family: Quicksand, sans-serif; */
    font-size: 38px;
    font-weight: 700;
    text-align: center;
}

.odd-section {
    background-color: rgb(239, 241, 246);
}

.icon-container {
    margin-bottom: 1rem;
}

.icon {    
    height: 64px;
    width: 64px;
}

/* Company section */

.logo {
    line-height: 0.6em;
    /* bottom: 0; */
    height: 0.9em; 
}

.logo-red {
    font-family: calibri_bold;
    color:#FF0000;
}

.logo-blue {
    font-family: calibri_bold;
    color:#002060;
}

.logo-red-big {    
    font-size: 100px;       
}

.logo-blue-big {    
    font-size: 69px;       
}

.logo-red-small {    
    font-size: 20px;       
}

.logo-blue-small {    
    font-size: 14px;       
}

.company-title {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
}

.company-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.company-image {
    width: 35%;
    height: auto;
}

/* End of section */


/* App Store section */

.app-icon {    
    border-radius: 22.5%;
}

.app-screen {
    border-radius: 10%/4.7%;
}

/* End of section */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
    
}

/* Medium devices (tablets, 768px and up) */
@media  (min-width: 768px) { 
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .logo {
        line-height: 0.9em;
        /* bottom: 0; */
        height: 0.9em; 
    }

    .logo-red-big {    
        font-size: 176px;       
    }
    
    .logo-blue-big {    
        font-size: 122px;       
    }

    .company-title {
        font-size: 38px;
        font-weight: 700;
        text-align: left;
    }
    
    .company-subtitle {
        font-size: 20px;
        font-weight: 500;
        text-align: left;
    }

    .company-image {
        width: 100%;
        height: auto;
    }    
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    
}


/* .logo-red-big {    
    font-size: 176px;       
}

.logo-blue-big {    
    font-size: 122px;       
} */


/* .icon-application-development {            
    height: 74px;
    background-image: url(../images/application-development.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icon-server {            
    height: 74px;
    background-image: url(../images/server.png);
    background-position: center;
    background-repeat: no-repeat;
}

.icon-infrastructure {            
    height: 80px;
    background-image: url(../images/infrastructure.png);
    background-position: center;
    background-repeat: no-repeat;
} */