:root {
--title-font-size: 64px;
--font-size: 24px;
--line-height: 80px;
--smaller-line-height:25px;
--margin-divider:40px;
--primary-color: #114186;
}


.divider {
    margin-top:var(--margin-divider);
}



* {
    box-sizing: border-box;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
 }

.outer-content-wrapper {
    padding:2% 10% 5% 10%;
}

.navigation-links-container {
    display:flex;
    align-items: center;
}


.navigation-link {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    line-height: var(--smaller-line-height);
    letter-spacing: 0.1em;
    color: black;
    text-decoration: none;
    margin: 0 15px;
}

section:nth-of-type(3),
section:nth-of-type(4),
section:nth-of-type(5)
 {
    margin:175px 0;
}


/* panel section */

    .panel-container {
        min-height:calc(100vh - 95px);
    }
    .panel-hero {
        padding-left:35px;
        height:100%;
    }
    .panel-hero, .panel-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .panel-hero h1 {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-size: var(--title-font-size);
        line-height: var(--line-height);
        color: var(--primary-color);
    }

    .panel-hero p {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 300;
        font-size: var(--font-size);
        line-height: var(--smaller-line-height);
        color: #222222;
    }

    .panel-image img {
        max-width: 100%;
    }

        .base-button {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-size: var(--font-size);
        line-height: 30px;
        letter-spacing: 0.1em;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        text-decoration: none;
        padding:5% 8%;
        min-width:240px;
        text-transform: uppercase;
        white-space: nowrap;
        display: inline-block;
        text-align: center;
        transition:0.5s;

    }

    .base-button:hover {
        box-shadow: rgb(0 0 0 / 42%) 0 14px 26px -12px, rgb(0 0 0 / 12%) 0 4px 23px 0, rgb(0 0 0 / 20%) 0 8px 10px -5px;
        -moz-box-shadow: rgba(0,0,0,.419608) 0 14px 26px -12px,rgba(0,0,0,.117647) 0 4px 23px 0,rgba(0,0,0,.2) 0 8px 10px -5px;
        -webkit-box-shadow: rgb(0 0 0 / 42%) 0 14px 26px -12px, rgb(0 0 0 / 12%) 0 4px 23px 0, rgb(0 0 0 / 20%) 0 8px 10px -5px;
        outline: none;
        text-decoration: none;
        transition: 0.5s ease-in-out;
    }

    .panel-buttons-container .button-hero {
        background: var(--primary-color);
        color:white;
        margin-right:15px;
    }
    .panel-buttons-container .button-alt {
        background: #CCCACA;
        color:#222;
    }

    .download-icon {
        text-decoration: none;
        padding-right:15px;
    }

    .download-icon img {
        width:50px;
        height:50px;
    }
/* end panel section */



/* advert section */

.section-image img {
    max-width: 100%;
}

.right-align {
    text-align: right;
}
.hero-container-title {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: var(--title-font-size);
    line-height: var(--line-height);
    color: var(--primary-color);
}

.advert-description {

    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: var(--smaller-line-height);
    color: #222222;
}

.card-container {
    border: 2px solid rgba(73, 46, 97, 0.3);
    
    border-radius: 5px;
    height:100%;
    padding:15px;
    text-align: center;
}

.card-container h4 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: var(--smaller-line-height);
    color: var(--primary-color);
}

.card-container p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #222222;
}
/* end advert section */


/* information section */

.informations-container {
    height:100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.informations-container h1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: var(--title-font-size);
    line-height: var(--line-height);
    color: var(--primary-color);
}

.informations-container p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: var(--smaller-line-height);
    color: #222222;
}

.informations-container .section-image {
    margin-top:60px;
}

/* end information section */


/* features section */

.features-container .section-image {
    padding: 0 15px;
    border-radius:5px;
}

.features-container h1 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: var(--title-font-size);
    line-height: var(--line-height);
    color: var(--primary-color);
}

.image-phone {
    background:url('../img/4.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100%;
}

.image-phone-two {
    background:url('../img/5.png');
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    height:100%;
}



.features-container p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: var(--smaller-line-height);
    color: #222222;
}

.download-icons-flex-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* end features section */


/* contact section */



.contact-section-title{
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    font-size: var(--title-font-size);
    line-height: var(--line-height);
    text-align: center;
    color: var(--primary-color);
    margin-bottom:100px;
}

.contact-container p {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: 30px;

    color: #222222;
}
.contact-container .section-image img {
    max-width:100%;
}

/* end contact section */


/* footer */

footer {
    height: 100px;
    background: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer p {
    margin:0;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    font-size: var(--font-size);
    line-height: 30px;
    text-align: center;

    color: #FFFFFF;
}


/* tweaks */

.card-box-container {
    margin:15px 0;
}

.display-mobile {
    display: none;
}

img.display-mobile {
    max-width:100%;
}

.image-phone,
.image-phone-two {
    min-height:250px;
}

a.navigation-link:hover {
    color:var(--primary-color);
}


.contact-title {
    color:var(--primary-color);
    font-weight: bold;
}

#panel {
    margin-top:50px;
}

#logos {
    display:flex;
    width:100%;
    gap:60px;
    justify-content: center;
    align-items: center;
    margin-bottom:40px;
}

#logos div img {
    height:120px;
    max-width: 100%;
}
