


/* menu */

.main-menu {
    margin-bottom: 120px;
    text-align: right;
}

.main-menu .menu-items {
    padding-top: 50px;
    font-weight: 600;

}

.main-menu .menu-items li {
    padding-left: 10px;
    padding-right: 10px;
}

.main-menu .menu-items li>a {
    color: #333333;
    font-size: 1.1em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: 0.5s color ease;
    transition: 0.5s color ease;
    -moz-transition: 0.5s color ease;
}

.main-menu .menu-items li>a:before,
.main-menu .menu-items li>a:after {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-menu .menu-items li>a:after {
    content: "";
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.25em;
    height: 2px;
    width: 100%;
    background: transparent;
}

.main-menu .menu-items li>a:hover:after {
    content: "";
    width: 100%;
    background: black;
}

.main-menu .logo img {
    width: 80%;
    padding-top: 15px;
}


/* end of menu */


/* header */

.header-wrapper {
    background-image: url('../images/SW/DM/header.jpg');
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}

.header-wrapper h2 {

    font-weight: bold;
    font-size: 39px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #2DB0D0;
}

.header-wrapper a {
    margin: auto;
}

.header-wrapper h4 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
    margin: auto;
    line-height: unset;
    color: #333333;
    padding-left: 5%;
    padding-right: 5%;
}

.header-wrapper hr {
    border-width: 1px;
    border-top: 1px solid #333333 !important;
    margin-top: 35px;
    height: 1px;
    box-shadow: 1px 1px 1px #eee;
}

.header-wrapper h6 {
    font-size: 20px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
    margin: auto;
    line-height: 40px;
    color: #333333;
    display: inline-block;
}

.header-wrapper .header-row img {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
}
.header-wrapper .header-row{
    padding: 10px;
}


/* end of header */











/* responsive */


/* 4k screens */

@media screen and (min-width: 2560px) {
    /* styles */
}


/* large or wide screens */

@media screen and (min-width: 1920px) {
    /* styles */
}


/* medium laptop screens */


/* this might change to max-1366 according to the testing */

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    /* styles */
}


/* ----------- iPad Pro 10.5" ----------- */

@media only screen and (min-width: 834px) and (max-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    /* styles */
}


/* iPads (portrait) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /* Styles */
    .header-wrapper h2 {
        font-size: 30px;
    }
    .main-menu {
        margin-bottom: 65px;
    }
    .header-wrapper {
        height: 470px;
    }

}


/* iPads (landscape) ----------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    /* Styles */
}


/* iPhone X Portrait */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation:portrait) {
    /* Styles */
    .main-menu .logo img {
        width: 30%;
    }
    .main-menu {
        margin-bottom: 40px;
    }
    .header-wrapper h2 {
        font-size: 23px;
        text-align: center;
    }
    .header-wrapper {
        height: auto;
        padding-bottom: 25px;
    }
    .header-nav-links {
        margin-top: 20px;
    }
    .header-nav-links img {
        margin-bottom: 15px;
    }
    .header-nav-links a {
        margin-top: 10px;
    }
    .header-wrapper h4 {
        font-size: 18px;
    }

}


/* iPhone X Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    /* Styles */
}


/* iPhone 6+/6s+/7+/8+ */

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) and (orientation:landscape) {
    /* Styles */
}


/* iphone 7, 8 */

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation:landscape) {
    /* Styles */
}


/* smartphones landscape */

@media only screen and (max-width: 767px) and (orientation:landscape) {
    /* Styles */
    .nopadding {
        padding-right: 0px;
    }
    .main-menu .logo img {
        width: 30%;
        padding-top: 10px;
    }
    .header-wrapper h2 {
        font-size: 28px;
    }
    .main-menu {
        margin-bottom: 40px;
    }
    .header-wrapper {
        height: auto;
        padding-bottom: 25px;
    }
    .header-nav-links {
        margin-top: 20px;
    }
    .header-nav-links img {
        margin-bottom: 15px;
    }
    .header-nav-links a {
        margin-top: 10px;
    }
    .header-wrapper h4 {
        font-size: 18px;
    }
    .header-wrapper h6 {
        font-size: 18px;
    }

}


/* Smartphones ----------- */

@media only screen and (max-width: 480px) {
    /* Styles */
    .contact .btn-contact {
        width: 260px;
        padding: 8px 0px;
    }
    .main-menu .logo img {
        width: 50%;
        padding-top: 16px;
    }
    .header-wrapper h2 {
        font-size: 28px;
    }
    .main-menu {
        margin-bottom: 40px;
    }
    .header-wrapper {
        height: auto;
        padding-bottom: 25px;
    }
    .header-nav-links {
        margin-top: 20px;
    }
    .header-nav-links img {
        margin-bottom: 15px;
    }
    .header-nav-links a {
        margin-top: 10px;
    }
    .header-wrapper h4 {
        font-size: 18px;
    }
    .header-wrapper h6 {
        font-size: 18px;
    }

}


/* small smartphones */

@media only screen and (max-width: 340px) {
    .header-wrapper h2 {
        font-size: 24px;
    }
    .indexpage .moreInfo h2 {
        margin-bottom: 26px !important;
        margin-top: 33px;
    }
    .contact {
        height: 280px;
    }
    /* Styles */
}