

/*------------------------------------------global--------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
body{
    margin: 0px;
    padding: 0px;
    font-family: 'Montserrat', sans-serif !important;
}
.filled_rounded_btn{
    border-radius: 30px;
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #5600AB;
    background: #5600AB;
    color: white;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}
.filled_rounded_btn:hover{
    background: white;
    color: #5600AB;
}
.hollow_rounded_btn{
    border-radius: 30px;
    padding: 8px 20px;
    border: 1px solid #5600AB;
    background: white;
    color: #5600AB;
    text-decoration: none;
}
.hollow_rounded_btn:hover{
    background: #5600AB;
    color: white;
}
.active{
    color: #5600AB !important;
}

/*------------------------------------------global--------------------------------*/


/*------------------------------------------navbar--------------------------------*/
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 990px){
    .centr{
        margin-left: 0px !important;
    }
  }
.centr{
    margin-left: 20%;
}
nav{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.navbar-brand{
    font-size: 25px !important;
    font-weight: 500;
}
.nav-link{
    font-weight: 500;
    margin-right: 20px;
}

/*------------------------------------------navbar--------------------------------*/


/*------------------------------------------footer--------------------------------*/

.footer{
    background: #5600AB;
    color: white;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer .segment{
    width: 80%;
}
.footer a{
    text-decoration: none;
    color: white;
    font-weight: 700;
}
.footer i{
    font-size: 30px;
    margin-right: 30px;
}
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px){
    .footer .segment{
        margin: auto;
        text-align: center;
        border-bottom: 1px solid rgb(255, 255, 255);
        padding-bottom: 10px;
    }
  }
/*------------------------------------------footer--------------------------------*/
