@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

html {
    font-family: "Poppins", sans-serif;
    font-style: normal;
  
}

body {
  background-image: url('../img/bg1.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
}

#logo_img {
    max-width: 630px;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 90vh;
}

.navbar {
    background-color: transparent !important;
    border-style: none;
}

.nav-link {
    color: #C9DFF2;
}
.nav-link:hover {
    color: #FFF;
}
.navbar-nav .nav-link.active {
    color: #C9DFF2;
}

.btn-av { 
  color: #C9DFF2; 
  border-color: #C9DFF2; 
} 
 
.btn-av:hover, 
.btn-av:focus, 
.btn-av:active, 
.btn-av.active, 
.open .dropdown-toggle.btn-av { 
  color: #C9DFF2; 
  background-color: #011c40; 
  border-color: #C9DFF2; 
} 
 
.btn-av:active, 
.btn-av.active, 
.open .dropdown-toggle.btn-av { 
  background-image: none; 
} 
 
.btn-av.disabled, 
.btn-av[disabled], 
fieldset[disabled] .btn-av, 
.btn-av.disabled:hover, 
.btn-av[disabled]:hover, 
fieldset[disabled] .btn-av:hover, 
.btn-av.disabled:focus, 
.btn-av[disabled]:focus, 
fieldset[disabled] .btn-av:focus, 
.btn-av.disabled:active, 
.btn-av[disabled]:active, 
fieldset[disabled] .btn-av:active, 
.btn-av.disabled.active, 
.btn-av[disabled].active, 
fieldset[disabled] .btn-av.active { 
  background-color: ; 
  border-color: #C9DFF2; 
} 
 
.btn-av .badge { 
  color: ; 
  background-color: #C9DFF2; 
}

@media (max-width:992px) {
    .col-6 {
        width: 100%;
    }
    
}


