html {
    font-size: 14px;
}

p {
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

td {
    min-width: 500px;
    max-width: 500px;
}

@media (max-width: 767px) {
    html {
        font-size: 16px;
    }

    .home {
        background-image: url(../resource/img/home-bg-small.jpg);
    }

    .brand {
        color: white;
    }

    .text-general {
        color: white;
    }

    img {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1768px) {
    html {
        font-size: 16px;
    }

    .home {
        background-image: url(../resource/img/home-bg-mid.jpg);
    }
}

@media (min-width: 1769px) {
    html {
        font-size: 18px;
    }

    .home {
        background-image: url(../resource/img/home-bg-large.jpg);
    }
}

.gabriela-regular {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.brand {
    font-family: Gabriela;
    object-fit: cover;
}

.navbar-nav {
    justify-content: center;
}

.navbar {
    padding: 0px;
}

.text-general {
    text-shadow: 1px 1px 1px gray;
}

.div-content-20 {
    display: flex;
    padding: 20px;
}

.div-content-50 {
    display: flex;
    padding: 50px;
}

.div-content-80 {
    display: flex;
    padding: 80px;
}

.div-content-20 li {
    font-size: x-small;
}

.div-content-bg {
    background-size: cover;
    background-color: lightgray;
    height: 650px;
}

.div-content-a {
    background-color: white;
}

.div-content-b {
    background-color: black;
    color: white;
}

.video {
    width: 70%;
    height: 100%;
}

.div-content-bg p {
    width: 300px;
}

.footer-notes {
    list-style: none;
}

#logo {
    height: 100px;
    width: 100px;
    padding: 0px;
}