html,
body {
    height: 100vh;
    width: 100vw;
                                                                        font-family: 'Century Gothic', sans-serif;
}
.bgimg-1 {
position: relative;
top: 39vh;
    
    
}
.logo{
    max-height: 139px;
        
}

.bgimg-1,
.bgimg-2,
.bgimg-3 {
    
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.navbar-expand {
    flex-wrap: nowrap;
    justify-content: center;
}

.nav-item,.nav-link{
   
    color: white;
}

hr {

    border: none;
    border-left: 1px solid white;
    height: 100%;
    width: 5px;
}
.svgico{
    margin-bottom: 4px;
    color: white;
}