html {
    background: #090909;
}

body {
    background: #fff;
}

.custom-navbar {
    background-color: #0a1d39!important;
    min-height: 60px;
    padding-top: 10px;
    /* opacity: 0.75; */
}

.custom-logo {
    height: 24px;
    background-image: url(../img/logo-sm.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.custom-navbar .nav-link,
.custom-navbar .dropdown-item {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
}

.custom-navbar .navbar-brand {
    padding-top: 4px;
}

.custom-navbar .navbar-toggler,
.custom-navbar .navbar-toggler:focus,
.custom-navbar .navbar-toggler:active {
    outline: none !important;
    border: none !important
}

.custom-navbar .navbar-collapse {
    margin-top: 10px;
}

main {
    padding: 100px 0;
}

section {
    padding: 20px 0;
    min-height: 80vh;
}

#home {
    padding: 40px 0 0 0;
    min-height: auto;
}

#services {
    min-height: auto;
}

#slogan {
    background-color: #006699;
    padding: 25px 15px;
    color: #fff;
}

footer.bg-dark {
    background-color: #090909 !important
}

footer {
    font-size: 14px;
    color: #ccc;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

footer li {
    float: left;
    padding-right: 24px;
}

footer li:last-child {
    padding-right: 0;
}

.custom-service-image {
    max-width: 200px;
}

#contact {
    background-image: url(../img/toth.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto 30%;
}

#contact .btn .bi {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    margin-top: -2px;
}

.custom-navbar .dropdown-menu {
    background-color: transparent;
    border: none;
}

.custom-navbar .dropdown-item {
    color: #fff;
    opacity: .5;
}

.cryptedmail:after {
    content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
}

@media (min-width: 320px) {
    .custom-logo {
        height: 28px;
    }
    #contact {
        background-size: auto 36%;
    }
}

@media (min-width: 360px) {
    #contact {
        background-size: auto 40%;
    }
    .custom-logo {
        height: 32px;
    }
}

@media (min-width: 480px) {
    #contact {
        background-size: auto 50%;
    }
}

@media (min-width: 768px) {
    .custom-navbar .dropdown-menu {
        background-color: #006699;
        border: #006699;
    }
    .custom-navbar .dropdown-menu:hover {
        background-color: #009999;
        border: #009999;
    }
    .custom-navbar .dropdown-item:hover {
        background-color: transparent;
        opacity: 1;
    }
    .custom-key-visual {
        background-image: url(../img/key-visual-m.jpg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: auto;
    }
    section {
        padding: 50px 0;
    }
    .custom-navbar .navbar-collapse {
        margin-top: 0;
    }
    #home {
        padding: 20px 0 0 0;
        position: relative;
    }
    #slogan {
        position: absolute;
        bottom: 20px;
        right: 0;
        width: 75%;
    }
    /* Navigation Dropdown */
    .custom-navbar .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .custom-navbar .dropdown-menu {
        min-width: auto;
    }
    #contact {
        background-size: auto 60%;
    }
}

@media (min-width: 992px) {
    main {
        padding: 120px 0;
    }
    #home {
        padding: 0;
    }
    .custom-key-visual {
        background-image: url(../img/key-visual-xl.jpg);
    }
    .custom-navbar {
        min-height: 80px;
    }
    .custom-logo {
        background-image: url(../img/logo-xl.png);
        background-size: 100% auto;
        height: 42px;
    }
    .custom-navbar .nav-link {
        margin-left: 20px;
    }
    .custom-navbar .nav-link,
    .custom-navbar .dropdown-item {
        font-size: 22px;
    }
    #slogan {
        bottom: 40px;
        width: 62%;
    }
    #contact {
        background-size: auto 80%;
    }
}

@media (min-width: 1200px) {
    main {
        padding: 150px 0;
    }
    section {
        padding: 60px 0;
    }
    .custom-navbar {
        min-height: 100px;
    }
    .container {
        max-width: 1100px;
    }
    .custom-logo {
        height: 52px;
    }
    .custom-navbar .nav-link,
    .custom-navbar .dropdown-item {
        font-size: 26px;
    }
    #slogan {
        bottom: 40px;
        width: 60%;
    }
    footer {
        font-size: 16px;
    }
    .custom-service-image {
        max-width: 250px;
    }
    #contact {
        background-size: auto 90%;
    }
}

@media (min-width: 1420px) {
    .container {
        max-width: 1390px;
    }
    #slogan {
        width: 63%;
        bottom: 64px;
        padding: 30px 35px;
    }
    .custom-service-image {
        max-width: 290px;
    }
}

@media (min-width: 1850px) {
    main {
        padding: 190px 0;
    }
    section {
        padding: 80px 0;
    }
    .custom-navbar {
        min-height: 130px;
    }
    .custom-logo {
        height: 66px;
    }
    .custom-navbar .nav-link {
        margin-left: 26px;
    }
    .custom-navbar .nav-link,
    .custom-navbar .dropdown-item {
        font-size: 30px;
    }
    #slogan {
        bottom: 84px;
        padding: 40px 45px;
    }
    .custom-service-image {
        max-width: none;
    }
}

@media (min-width: 1940px) {
    body {
        width: 1920px;
        margin: 0 auto;
    }
    .custom-navbar {
        width: 1920px;
        left: 50%;
        margin-left: -960px;
    }
}