@import url("https://fonts.googleapis.com/css?family=Roboto");

:root{
    --blue: #222a6cff;
    --aero: #809db8;  /**Used for hover affects**/
    --white: #F9FAF8; /**For bold white text**/
    --white2: ##E5E7EB; /**For less significant white text following **/
    
}


body{
    margin:0;
    font-family: "Roboto", sans-serif;
    display:flex;
    justify-content:space-between;
    flex-direction:column;
    overflow-x: hidden;
    font-size: 16px;
}

.hero-banner img{
   
    width: 500px;
}

header, footer, .hero-banner{
    background-color: var(--blue);
    color:var(--white);
}



.lists{
    margin-top: 32px;
    display: flex;
    justify-content: space-around;
    width: 1000px;
    font-size: 20px;
   color: var(--blue);
}

.lists ul{
    flex-direction: column;
    justify-content: space-between;
    padding: 0px 16px;
    gap: 32px;
    
}

.lists li{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    padding: 16px;
    border-radius: 6px;

}

.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 16px 32px; 
    width: 1000px;
}

.hero-text{
    min-width: 500px;
}


header{
 display: flex;
 justify-content: center;
 align-items: center;
}

.hero-banner{
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 15vh 32px;
}

.hero-banner.about{
    padding: 10vh 32px;
}

.banner{
    display:flex;
    justify-content: space-between;
    width: 1000px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    align-content: center;
    gap: 8px;
}

ul{
    display:flex;
    list-style:none;
    margin:0;
    padding: 0;
    justify-content: space-evenly;
}

header ul{
    gap: 32px;
}



.card-container{
    padding: 72px 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: calc(156px);
}
.contact-container{
    padding-top: 0px;
}


ul a {
    text-decoration:none;
}


.header-title{
    font-weight:bold;
    font-size:24px;
}

.hero{
    margin: 8px 0px;
    font-size:40px;
    font-weight:800;
    
}

.header-link, .hero-text{
    color: var(--white2);
    margin:8px 0px;
}

.hero-text{
    display:initial;
    width: 100%;
}

.hero-banner li{
    padding: 16px 0px;
}

.end{
    align-self: end;
    
}


.hero-banner button{
    border:1px solid var(--blue);
    border-radius:6%;
}

.card-image{
    width: 100px;
    height: auto;
    padding: 25px;
    border-radius: 6%;
    margin-bottom: 16px;
}

.cards.title, .contact.title{
    font-size:40px;
    font-weight:800;
    color:var(--blue);
}

.contact.title{
    padding-bottom: 8px;
}



.section{
   min-width:250px;
   max-width: 500px;
}

.cards-banner{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:16px;
    margin:32px;

}

.card {
    text-align:center;
    max-width:200px;

}



footer{
    padding: 16px;
   text-align: center;
   color: white;
}

.bottom-banner{
    margin:32px;
    display:flex;
    align-items: center;
    justify-content:center;
    
}



.pop-up p{
    margin:0px;
    margin-top:16px;
}

button:hover{
    color:black;
}

a:hover {
    color:var(--aero);
}



.white{
    background-color: white;
    color: var(--blue)
}

.banner img{
    width: 400px;
}

.hero-about .banner{
    width: initial;
}

.hero-about img {
    border-color: white;
    border-width: 70px 0px;
    border-style: solid;
}
.hero-about{
    display:flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    gap: 32px;
}