body,
html {
    font-family: condor, sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #000;
    width: 100% !important;
    height: 100% !important;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

container {
    width: 100%;
    max-width: 1920px;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0;
    margin-right: 0;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.row {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px !important;
    padding-right: 0px !important;
    overflow-x: hidden;
}

.navbar {
    height: 80px;
}

#navbar li {
    padding: 13px;
    font-weight: 400;
    font-size: 1.1em;
}

.navbar-brand img {
    max-height: 65px;
    padding-left: 50px;
    margin-top: -10px;
}

.dropdown-menu {
    background-color: #222 !important;
}

.dropdown-menu li > a {
    color: #888 !important;
}

.dropdown-menu a {
    text-align: center !important;
    color: #fff !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 15px;
    margin-top: 20px;
    font-size: 1.1em;
}

.dropdown-menu a:hover {
    text-decoration: none;
    color: #999 !important;
}

.firstDiv {
    /* The image used */
    background-image: url("");
    background-color: #000;
    max-width: 1920px;
    /* Full height */
    height: 100%;
    min-height: 100% !important;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: top;
    background-repeat: repeat;
    background-size: 100%;
    padding-bottom: 50px;
}

.firstDiv img {
    margin-top: 50px;
    max-height: 400px;
    margin: 0 auto;
}

.firstDiv div {
    margin-top: 50px;
}

.firstDiv h1 {
    text-align: center;
    line-height: 56px;
    color: #fff;
    text-shadow: 2px 2px 2px #888;
}

h2 {
    text-align: center;
    line-height: 56px;
    color: #fff;
    text-shadow: 2px 2px 2px #888;
}

.firstDiv p {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
    font-size: 20px;
}

.footer {
    height: 100px;
    background-color: #222;
    text-align: center;
    color: #fff;
}

.footer img {
    position: absolute;
    right: 20px;
}

.footer p {
    padding-top: 20px;
}

.fifDiv h2 {
    padding-top: 30px;
    text-align: center;
    padding-bottom: 30px;
}

.fifDiv {
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width: 600px) {
    .firstDiv {
        /* The image used */
        background-image: url("../img/bg-image-01-01.jpg");
        max-width: 1920px;
        /* Full height */
        height: 100%;
        min-height: 600px;
        /* Create the parallax scrolling effect */
        background-attachment: scroll;
        background-position: top;
        background-repeat: repeat-y;
        background-size: 100%;
    }
}

.firstDiv a {
    margin-bottom: 100px;
}
