@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

html, body, .wrapper{
    min-height: 100%;
}

html{
    scroll-behavior: smooth !important;
}

body{
    padding:0;
    margin:0;
    position:relative;
    background-color: white;
    font-size: 16px;
    font-family: Segoe UI, sans-serif;
    color: #24282b;
    font-weight: 400;
}

html, body {
    min-height:100vh;
    display: flex;
    flex-direction: column;
}

.navbar{
    background-color: white;
    height: 60px;
}

.navbar-collapse.show{
    margin-top: 12px;
}

.nav-link{
    color: #212529;
}

.wrapper{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.content-wrapper{
    flex: 1;
    padding-top: 100px;
    width: 100%;
}

.footer{
    background-color: #0e1435;
    color: white;
}

.footer a, .footer a:active, .footer a:hover, .footer a:visited{
    color: white;
}

section{
    /*padding: 2em 0;*/
    min-height: 30vh;
    padding: 4em 0;
}

section h3{
    text-transform: uppercase;
    margin-bottom: 2em!important;
}

.section-main{
    padding-top: 100px!important;
    background-color: white;
    min-height: 80vh;
    color: white;
}

.section-main .card-body{
    background-color:  #00236b;
}

.section-about{
    background-color: green;
}

.section-services{
    background-color: #f3f3f3;
}

.section-benefits{
    background-color: #000828 !important;
    color: white;
    padding-bottom: 2rem !important;
    min-height: 0;
}

.section-benefits .card{
    color: #24282b;
}

.bg-grey{
    background-color: #f4f4f4 !important;
}

.bg-dark-grey{
    background-color: #e1e1e1 !important;
}

.text-black{
    color: black;
}

.bg-transparent{
    background: transparent;
}

.contact-info{
    margin-top: 70px;
}

.landing-badge{
    width: 16.6666%;
}