

html{
    background-color: #020031;
}

nav{
    background-color: white;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

nav{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.logo-piece{
    background-color: #0c4d85;
    padding: 5px 10px 5px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-piece h2{
    color: white;
    font-family: Geneva, Verdana, sans-serif;
    font-weight: bolder;
    font-size: 30px;
}

.logo{
    height: 75px;
}

nav ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;

}

nav ul li a{
    text-decoration: none;
    margin: 0 28px;
    color: #274c6f;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 28px;
    transition: 0.5s;
}
nav ul li a:hover{
    color: black;
}

h1{
    position: absolute;
    top: 22%;
    left: calc(11vw - 109px);
    text-wrap: no-wrap;
    color: white;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 52px;
    font-weight: bolder;
}
.hero-text{
    position: absolute;
    width:40%;
    top: 30%;
    left: calc(10vw - 109px);
    color: white;
    font-family: Geneva, Verdana, sans-serif;
    font-size: 28px;
    line-height:38px;
}

.hero-image{
    background-image: linear-gradient(to right, #020031 30%, rgb(223,223,223));
    width: 100%;
    min-height: 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.hero1{
    background-image: linear-gradient(to right, #020031 40%, rgba(0, 0, 0, 0.0)), url('images/hero1.jpg');
}

.hero2{
    background-image: linear-gradient(to right, #020031 30%, rgba(0, 0, 0, 0.0)), url('images/hero2.jpg');
}

.hero3{
    background-image: linear-gradient(to right, #020031 30%, rgba(0, 0, 0, 0.0)), url('images/hero3.jpg');
}

.hero4{
    background-image: linear-gradient(to right, #020031 30%, rgba(0, 0, 0, 0.0)), url('images/hero4.jpg');
    background-position: center;
}

.hero5{
    background-image: linear-gradient(to right, #020031 30%, rgba(0, 0, 0, 0.0)), url('images/hero5.jpg');
}