
/************** General **************/

html, body {
    height: 100%;
    overflow-x: hidden;
}
.wrapper {
    min-height: 100%;
}
.main {
    overflow: auto;
    padding-bottom: 70px;
}
.block-menu {
    height: 100px;
}
.block {
    height: 70px;
}
.block-half {
    height: 35px;
}

.landing {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-weight: bold;
    color: black;
    text-align: center;
}

/************** Navbar **************/

.topnav {
    overflow: hidden;
}
.tobnav .icon {
    display: none;
}
.topnav a {
    float: right;
    display: block;
    text-align: center;
}
.navbar-head {
    background-color: transparent !important;
    background-image: linear-gradient(180deg, #000000 0%, transparent 100%) !important;
}
.navbar-foot {
    background-color: transparent !important;
    background-image: linear-gradient(0deg, #000000 0%, transparent 100%) !important;
}
.navbar li{
    color: white;
}
.navbar .nav-item {
    font-size: 1.4rem;
}
a:hover{
    color: rgba(255, 255, 255, 0.5) !important;
}
.navbar .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.navbar .nav-item.current {
    border-left: #444 3px solid;
}
.banner-menu {
    font-family: Arial;
    /*text-align: right;*/
    padding-right: 20px;
}
.banner-menu-last {
    font-family: Arial;
    /*text-align: right;*/
    /*padding-right: 20px;*/
}
.dropdown-menu-wide {
    width: 400px !important;
}
.conf-btn {
    width: 40px;
    height: 40px;
}
#navbarHelpMenuLink {
    width: 150px;
}

/************** Page **************/

.page-header-index{
    background: url('../assets/img/Ropemaker-3.jpg');
}
.page-header-about{
    background: url('../assets/img/London01-72.jpg');
}
.page-header-services{
    background: url('../assets/img/London02-72.jpg');
}
.page-header-blog{
    background: url('../assets/img/customers01-01.jpg');
}
.page-header-contact{
    background: url('../assets/img/office18-01.jpg');
}
.page-header {
    position: relative;
    min-height: 400px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 0 -360px;
    background-size: cover;
    /*color: #fff;*/
    border-bottom: 1px #eee solid;
    /*padding-top: 400px;*/
}
.page-header .primary-overlay {
    /*background: rgba(50, 50, 50, 0.5);*/
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************** Login **************/

#members {
    /*background-color: cadetblue;*/
}
.member-form {
    align-items: center;
}
.worker {
    height: 60px;
}

/************** Footer **************/

.social-media {
    width: 40px;
    margin-top: -1rem;
    color: white !important;
}
.navbar-footer {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    color: white !important;
    margin-top: -1rem;
}
.navbar-footer-l {
    position: absolute;
    left: 0%;
    transform: translatex(5%);
    color: white !important;
    margin-top: -1rem;
}
.navbar-footer-menu {
    color: white !important;
    margin-top: -5px;
    margin-right: 10px;
}
#main-footer {
    /*position: absolute;*/
    /*margin-top: -140px;*/
    /*width: 100%;*/
    height: 70px;
    /*clear: both;*/
    padding-bottom: 70px;
    background: #454545;
    /*background: rgba(255, 255, 255, 0.3);*/
    color: white !important;
}
.footer-above {
    position: absolute;
    transform: translateY(60px);
    color: black;
}

/************** media **************/

.topnav {
    overflow: hidden;
    background-color: #454545;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    /*font-size: 17px;*/
}

.topnav a:hover {
    color: black;
}

.topnav a.active {
    /*background-color: #4CAF50;*/
    color: white;
}

.topnav .icon {
    display: none;
}


/************** printing **************/

@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    body * {
        visibility:hidden;
    }
    #printSection, #printSection * {
        visibility:visible;
    }
    #printSection {
        position:absolute;
        left:0;
        top:0;
    }
}

/************** desktop/mobile **************/

@media screen and (max-width: 1000px) {
    /*.topnav a:not(:first-child) {display: none;}*/
    .menus a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    /*}*/

    /*@media screen and (max-width: 1470px) {*/
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    /*}*/
    /*@media screen and (max-width: 1470px) {*/
    #siteName {
        display: none;
    }
    #siteNameMob {
        display: block;
        font-size: small;
    }
    .nav-items {
        margin-left: 50px;
    }
    .home-lists {
        margin-left: 50px;
        text-align: left;
        list-style-type: none;
    }
    .home-lists-admin {
        margin-left: 50px;
        text-align: left;
        list-style-type: none;
    }
    .home-block {
        padding-left: 0px;
    }
    .welcome {
        display: none;
    }
    .copyright {
        display: none;
    }
    .copyright-small {
        display: block;
        font-size: small;
        text-align: left;
    }
}
@media screen and (max-width: 1470px) {

}
@media screen and (min-width: 1000px) {
    #siteName{
        display: block;
        font-size: x-large;
    }
    #siteNameMob {
        display: none;
    }
    .menus {
        float: right;
        display: block;
    }
    .nav-items {
        margin-left: 50px;
    }
    .home-lists {
        margin-left: 80px;
        text-align: left;
        list-style-type: none;
    }
    .home-lists-admin {
        margin-left: 20px;
        text-align: left;
        list-style-type: none;
    }
    .home-block {
        padding-left: 50px;
    }
    .welcome {
        display: block;
    }
    .copyright {
        display: block;
        font-size: medium;
        text-align: center;
    }
    .copyright-small {
        display: none;
    }
}
