@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&display=swap");

body {
    font-family: "Ubuntu", sans-serif;
}

footer img {
    width: 30px;
}

section {
    text-align: justify;
}

h1,
h2,
h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #23425f;
    font-weight: 700;
}

a {
    color: #23425f;
}

ol li {
    margin-bottom: 20px;
}

.bg-primary {
    background-color: #23425f !important;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #23425f;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.navbar-brand img {
    width: 140px;
}

.carousel-item {
    width: 100%;
    height: 320px;
}

/* .container {
    margin-top: 10%;
} */

.jumbotron {
    margin-bottom: 0;
}

.card {
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-body {
    padding: 1rem;
}

.text-black-black {
    color: #000 !important;
}

/* @media (max-width: 798px) {
    .container {
        margin-top: 36%;
        padding: 0 10%;
    }
} */

@media (min-width: 800px) and (max-width: 1300px) {
    .carousel-item {
        width: 100%;
        height: 360px;
    }
}

@media (max-width: 500px) {
    .carousel-item {
        width: 100%;
        height: 440px;
    }
}

.btn {
    text-transform: uppercase;
}

.btn-blue {
    color: #fff;
    background-color: #23425f;
    border-color: #23425f;
}

.btn-blue:hover {
    color: #fff;
}

.icon-lg {
    font-size: 4em;
}

footer {
    background-color: #e9ecef;
}

.text-grey {
    color: #ccc;
}

.logo-footer {
    width: 200px;
}

#grid li {
    width: 100%;
}

.italic {
    font-style: italic;
}

.table .vertical {
    vertical-align: middle;
    text-align: right;
}

.table .vertical span {
    white-space: nowrap;
    writing-mode: tb-rl;
    transform-origin: 50% 50%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

#grid td {
    width: 200px;
    height: 200px;
}

.pt-mobile {
    margin-top: 100px;
}

.bg-gray {
    background-color: #e9ecef;
}

.img-20 {
    width: 20% !important;
}

.img-30 {
    width: 30% !important;
}

.img-40 {
    width: 40% !important;
}

.img-50 {
    width: 50% !important;
}

.img-60 {
    width: 60% !important;
}

.img-80 {
    width: 80% !important;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.text-blue {
    color: #23425f !important;
}


.carousel-item {
    line-height: 100%;
    margin-top: 20px;
}
