html{
    scroll-behavior: smooth;
}
body{
    background-color: #1F1A4F;
    font-family: 'Inter', sans-serif;
}
h1{
    font-weight: 700;
    font-size: 42px;
}
h2{
    font-weight: 700;
    font-size: 38px;
}
h3, .h3{
    font-weight: 700;
    font-size: 32px;
}
h4, .h4{
    font-weight: 700;
    font-size: 24px;  
}
a{
    text-decoration: underline;
    color: #222222;
}
ol {
    counter-reset: item;
    padding-left: 0px;
}
ol ol{
    padding-left: 0px;
}

ol > li {
    counter-increment: item;
    margin-bottom: 24px;
    margin-left: 15px;
}

ol li  ol li {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}

ol ol > li:before {
    content: counters(item, ".") ". ";
    margin-left: -34px;
}
.alarm{
    padding: 10px 20px;
    background: #ffffff;
    color: #222222;
    margin-bottom: 20px;
    margin-top: 20px;
    display: inline-block;
}
.quick-links a{
    text-decoration: none;
    
}
.quick-links a:hover .quick-link{
    text-decoration: underline;
    background-color: #353161;
}
.quick-link{
    border: 4px solid #ffffff;
    padding: 0px 32px 0px 32px;
    height: 96px;
    font-weight: 700;
}
.quick-link img{
    position: absolute;
    top: 8px;
    right: 24px;
}
.quick-link p{
    margin-bottom: 0px;
}
.navbar-nav a{
    text-decoration: none;
    font-weight: 700;
    color: #222222;
}
.navbar-nav a:hover{
    text-decoration: underline;
}
.dark{
    background-color: #1F1A4F;
    color: #ffffff;
}
.dark a{
    color: #ffffff;
}
.card{
    flex: 0 0 100%;
}
a.card-link{
    color: #222222;
    font-weight: 700;
    text-decoration: none;
}
a.card-link img{
    margin-left: 0px;
    transition: margin-right 0.2s ease-in;
}
a.card-link:hover img {
    color: red;
    margin-left: 8px;
    transition: margin-left 0.2s ease-in;
}
.card .date{
    font-size: 14px;
}
.card-title{
    font-weight: 700;
}

.jumbotron{
    border-radius: 0px;
}
.about{
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: #ffffff;
}
.py-10{
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-10{
    padding-top: 120px;
}
.pb-10{
    padding-bottom: 120px;
}
.card{
    color: #222222;
}
.card-title{
    margin-bottom: 48px;
}

.bg-image{
    background-image: url('../images/icon@2x.png');
    background-position: bottom 0  left 100px;
    background-size: 40%;
    background-repeat: no-repeat;;
}
footer{
    background: #ffffff;
    padding:16px 0px;
}
footer p{
    margin-bottom: 0px;
}
button{
    background: #ffffff;
    color: #222222;
    font-weight: 700;
    padding: 15px 30px;
    border: none;
    cursor: pointer;
}
button img{
    margin-left: 0px;
    transition: margin-right 0.2s ease-in;
}
button:hover img {
    color: red;
    margin-left: 8px;
    transition: margin-left 0.2s ease-in;
}

@media (max-width: 500px) {
    h1{
        font-weight: 700;
        font-size: 34px;
    }
    h2{
        font-weight: 700;
        font-size: 30px;
    }
    h3, .h3{
        font-weight: 700;
        font-size: 24px;
    }
    h4, .h4{
        font-weight: 700;
        font-size: 20px;  
    }
    .py-10{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .pt-10{
        padding-top: 60px;
    }
    .pb-10{
        padding-bottom: 60px;
    }
    .quick-link{
        margin-bottom: 10px;
    }
}