﻿
/* COMMON */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

main {
    background-color: #162038;
}

.form-control:focus {
    box-shadow: none;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.not-allowed {
    cursor: not-allowed;
}

.mr-6 {
    margin-right: 6px !important;
}

.ml-6 {
    margin-left: 6px !important;
}

.mr-8 {
    margin-right: 8px !important;
}

.ml-8 {
    margin-left: 8px !important;
}

.mt-50 {
    margin-top: 50px;
}

.box-shadow {
    box-shadow: 0 0 1rem rgb(0 0 0 / 30%);
}

.background-white {
    background-color: #ffffff;
}

.alert {
    font-weight: 500 !important;
}

.alert a {
    color: inherit;
}

a {
    text-decoration: none;
}

a:hover {
    color: #e23786 !important;
}

h1 {
    font-size: 33px;
    margin: 0 !important;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    margin: 0 !important;
}

h3 {
    font-size: 25px;
    margin: 0 !important;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    margin: 10px 0;
}

.btn-danger {
    background-color: #e23786 !important;
    border-color: #e23786 !important;
}

.font-17 {
    font-size: 17px !important;
}

/* HEADER */
header img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 960px;
    height: auto;
}

.blue-row {
    height: 8px;
    background-color: #1c335c;
}

/* MAIN */
/* FOOTER */
footer img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 800px;
}

footer {
    color: #ffffff;
    background-color: #162038;
}

footer a {
    color: #ffffff;
    text-decoration: none;
}

footer a:hover {
    color: inherit;
}

footer .link-footer {
    padding: 40px 0;
    font-size: 20px;
}

footer .logo-container img {
    max-width: 400px;
    height: auto;
}

@media only screen and (max-width: 1250px) {

}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {

}

@media only screen and (max-width: 575px) {

}

@media only screen and (max-width: 460px) {

}

@media only screen and (max-width: 390px) {

}

@media only screen and (max-width: 340px) {

}

@media only screen and (max-width: 300px) {

}

@media only screen and (max-width: 250px) {

}