html, body{
    margin:0;
    font-family: 'Signika', sans-serif;
    color: rgb(236	225	74	);
    background-color: rgb(76,13,112);

}

/* NAVBAR */

.navbar{
    position: relative;
    z-index: 10;
    background-color: rgb(76,13,112);
}


a, i{
    color:rgb(236	225	74	);
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
}
/* .nav-link :hover{
    color:rgb(240, 146, 53);
} */

a:hover {
    box-shadow: inset 200px 0 0 0 rgb(240, 146, 53);
    color: white;
    text-decoration: none;
  }

.logo{
    width:50px;
    padding-right: 2%;
}

/* LANDING */

.bg-img{
    position:relative;
    width:100vw;
    height: 90vh;
    margin: 0;
    object-position: center;
    object-fit: cover;
}

.borders{
    border-radius: 20px;
    border-style: solid;
    border-width:1rem;
    border-color: rgb(240, 146, 53);
}

.on-img{
    z-index:2;
    background-color: rgb(76,13,112);
    padding: 2% 10%;
    max-width: 95%;
    text-align: center;
    
    color: rgb(236	225	74	) 
}

.a2023{
    margin: 0.5rem 1.5rem;
    width:30%;
}

.centerd{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

hr {
    border-color:white;
    width: 50%;
}

/* Sections */

section{
    padding: 2.5% 5% ; 
}

iframe, embed{
    margin:2%;
    width:100%;
    aspect-ratio: 1.7;
}

.abtn {
    width:50%;
    padding: 2%;
    color: rgb(240, 146, 53);
    
}

.dwnl{
    text-align: center; 
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;  
}

footer{
    width:100vw;
    background-color: rgb(240, 146, 53);
    color: rgb(76,13,112);
    padding: 1%;
    text-align: center;
}

.col-lg-6{
    text-align: center;
}

.contact{
    text-align: left;
    margin: auto;
}