body{
    margin: 0px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: white;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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


/* Header Contact Us logo */
header{
    padding: 0px 40px;
    text-align: right;
    z-index: 7;
    position: relative;
    height: 30px;
}

header img{
    margin-top: 10px;
    max-width: 100px;
    width: 100%;
    transform: translateY(1px);
}

/* Navigation Bar */
nav{
    top: 0;
    background-color: white;
    z-index: 6;
    position: sticky;
}

nav .topContainer{
    display: flex;
    justify-content: space-between;
    padding: 15px 40px;
    padding-bottom: 10px;
    align-items: center;
    z-index: 6;
    position: relative;
}

nav #logo{
    max-width: 150px;
}

nav h4{
    margin: 0px;
    color: rgb(189, 2, 2);
    padding: 10px 14px;
    border-radius: 10px;
    transition: 0.4s;
}

nav h4:hover{
    color: white;
    background-color: rgba(211,18,69,255);
}

nav #buttonContainer{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}   

nav #burgerBar{
    display: none;
}

nav #burgerFoto{
    height: 50px;
    transition: 0.3s;
    border-radius: 10px;
    vertical-align: bottom;
}


nav #dropDown{
    background-color: white;
    width: 100%;
    position: absolute;
    height: 0;
    transition: 0.4s;
    transform-origin: top;
    overflow: hidden;
}

nav #dropDown h4{
    border-top : 1px solid rgba(0, 0, 0, 0.5);
    padding: 6px 25px;
}

nav #dropDown h4:hover{
    background-color: rgba(12, 146, 199, 0.412);
    transition: 0.3s;
}


/* Opening */
.opening{
    position: relative;
}

.opening img{
    max-width: 100vw;
    width: 100%;
    min-height: 150px;
    height: auto;
    object-fit:cover;
    overflow:auto
}

.opening #text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8%;
    color: rgba(211,18,69,255);
    font-size: 2rem;
    text-shadow: 0px 2px 2px #00000055;
}

.opening #text h1{
    margin: 0px;
    margin-bottom: 20px;
}

.opening #text p{
    font-size: 1.2rem;
    margin: 0px;
    margin-left: 6px;
    padding-bottom: 35px;
}

/* About Us */
.Heading{
    text-align: center;
    color: white;
    background-color: rgba(211,18,69,255);
    transform: translateY(-4px);
    word-spacing: 4px;
}

.Heading h2{
    margin: 0;
    padding: 20px 15px;
    text-wrap: pretty;
}

.Heading img{
    margin-top: 20px;
    max-width: 80px;
    max-height: 80px;
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.Timeline{
    max-width: 99vw;
    margin: 0px 25px;
}

.Timeline-mark{
    position: relative;
    width: 70%;
    margin: auto;
    height: 100px;
    margin-top: 65px;
}

.Timeline-mark ul{
    padding: 0;
    margin: 0;
    padding-top: 15px;
    z-index: 5;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

.Timeline-mark li{
    list-style: none;
    float: left;
    width: 20%;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
    font-size: 1.3em;
}

.Timeline-mark li::before{
    content: "";
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 2px rgba(211,18,69,255);
    transition: all ease 0.3s;
}

.Timeline-mark li::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: gray;
    margin: auto;
    border: solid 7px white;
    border-radius: 50%;
    margin-top: 15px;
    box-shadow: 0 2px 13px -1px rgba(0,0,0,0.3);
    transition: all ease 0.3s;
    z-index: 9;
}

.Timeline-mark li.active::before, .Timeline-mark li.active:after{
    background: rgba(211,18,69,255);
}

li.active #year{
    color: rgba(211,18,69,255);
}

li:hover #year{
    color: rgba(180,18,69,255);
}

.Timeline-mark li:hover::before, .Timeline-mark li:hover:after{
    background: rgba(180,18,69,255);
}

.Timeline-mark li:hover::before{
    border: solid 2px rgba(180,18,69,255);
}

.Timeline-mark #line{
    width: 80%;
    margin: auto;
    background: #eee;
    height: 6px;
    position: absolute;
    left: 10%;
    top: 54px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.9s;
}

.Timeline-mark #line-process{
    content: " ";
    width: 5%;
    height: 100%;
    background: rgba(211,18,69,255);
    background: linear-gradient(to right, rgba(150,18,69,255) 0%, rgba(211,18,69,255) 100%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all ease 0.9s;
}

.Timeline-desc{
    position: relative;
    width: 70%;
    margin: auto;
    height: auto;
    margin-bottom: 65px;
    text-align: center;
    text-wrap: balance;

}

@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.desc-section{
    display: none;
    word-spacing: 2px;
    animation: FadeInUp 700ms ease 1;
    animation-fill-mode: forwards;
}

.desc-section#active{
    display: block !important;
}

.missions{
    display: flex;
    margin: 45px 90px;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 80px;
    row-gap: 40px;
    align-content: center;
}

.missions .item{
    transition: 0.4s;
    border-radius: 20px;
    padding-bottom: 5px;
    text-align: center;
    box-shadow: 0px 0px 10px hsla(0, 0%, 0%, 0.4);
    max-width: 300px;
    width: 100%;
    cursor: pointer;
}

.missions .item:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 10px hsla(0, 0%, 5%, 0.8);
}

.missions img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.missions h4{
    margin: 10px;
    margin-bottom: 20px;
}

.missions p{
    color: rgba(0, 0, 0, 0.5);
    margin: 0px 25px;
    margin-bottom: 20px;
}

/* Footer */
footer{
    margin: 5px 0px;
}

footer .containerFooter{
    padding: 20px 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    position: relative;
}

footer .about{
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 10px;
}

footer .about img{
    max-width: 170px;
}

footer .about #aboutOptions{
    margin: 0;
    /* padding: 10px 0px; */
    color: rgba(0, 0, 0, 0.623);
    display: inline-block;
    text-indent: 15px;
    font-size: 1.2em;
}

footer .about #aboutOptions:hover{
    color: rgba(211,18,69,255);
}

footer .about a{
    width: fit-content;
}

footer .about #imageAnchor{
    max-height: 61px;
}

footer #tradeMarks{
    color: #D31245;
    display: inline-block;
    font-size: 0.9rem;
    position: absolute;
    bottom: 0;
}

.containerFooter .mediasWrapper{
    margin-bottom: 10px;
    margin-top: auto;
}

.containerFooter .mediasWrapper h2{
    color: rgba(0, 0, 0, 0.623);
}

.containerFooter #medias{
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

#Instagram,#Facebook,#Twitter{
    position: relative;
}

#Instagram span, #Facebook span, #Twitter span{
    background-color: black;
    border-radius: .33em;
    bottom: -1.4em;
    color: #fff;
    display: none;
    font-size: 1rem;
    left: 50%;
    margin: 0;
    padding: .2em .5em;
    position: absolute;
    transform: translate(-50%,0);
    visibility: visible;
    width: auto;
    z-index: 1;
}

#Instagram:hover span, #Facebook:hover span, #Twitter:hover span{
    display: block;
}

@media only screen and (max-width: 768px) {
    header{
        padding: 0px 30px;
    }

    /* Navbar */
    nav .topContainer {
        padding: 15px 30px;
        margin-top: 10px;
        align-items: baseline;
    }

    nav #buttonContainer{
        display: none;  
    }
 
    nav #burgerBar{
        display: block;
    }

    nav h4{
        border-radius: 0px;
    }

    /* Header */
    .opening #text h1{
        font-size: 7vw;
        width: 50%;
    }

    .opening #text p{
        display: none;
    }


    /* Content */
    .Heading img{
        max-width: 12vw;
        margin: 0px;
        margin-top: 5px;
    }

    .Heading h2{
        max-width: 50vw;
        font-size: 4vw;
        padding: 0px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 5px;
    }

    .Timeline{
        margin: 0px 10px;
        margin-bottom: 30px;
    }

    .Timeline-mark{
        width: 100%;
    }

    .desc-section{
        word-spacing: 0px;
    }

    .missions{
        flex-direction: column;
    }

    .missions .item{
        width: 70vw;
    }

    /* Footer */
    footer .containerFooter{
        padding: 10px 30px;
        padding-bottom: 45px;
        flex-direction: column;
        row-gap: 5px;
    }    

    footer .about{
        align-items: center;
        row-gap: 15px;
    }

    .containerFooter .mediasWrapper{
        margin-bottom: 0px;
    }

    .containerFooter .mediasWrapper h2{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    footer .about #aboutOptions{
        text-indent: 0px;
    }

}

@media only screen and (min-width: 769px){
    nav #dropDown{
        height: 0;
    }
}