/*Homepage*/

body
{
    overflow:hidden;
    color:white;
}

.home-bgs
{
    position:relative;
    background-size:cover;
    height:100%;
    width:100%;
    background-position: center;
}

.home-slide-container
{
/*    margin-top:81px;*/
    position:absolute;
    top:50%;
    margin-top:-160px;
}



.home-slide-container .bold-desc
{
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:50px;
    color:white;
    font-family:"dosis", sans-serif;
}

.home-slide-container
{
    position:relative;
}

.home-slide-container .norm-desc
{
    color:white;
    font-size:22px;
    font-family:"Lato", sans-serif;
    font-weight:300;
    padding-top:20px;
    padding-bottom:20px;
}

/* First Slide Only */
.button-holder
{
/*    text-align:center;*/
}

.bold-desc.first
{
/*    text-align:center;*/
}

.norm-desc.first
{
    margin-bottom:60px;
/*    text-align:center;*/
}




.slide-button-first
{
    font-family:'dosis', sans-serif;
    text-transform:uppercase;
    color:white !important;
    padding:10px 30px;
    font-size:30px;
    border:2px solid #FFF;
    transition:0.5s;
}

.slide-button-first:hover
{
    background:white;
    color:#000 !important;
}

/* Outwith Slides */

.light-bg .bold-desc, .light-bg .norm-desc
{
    color:#000 !important;
}

.dark-bg .bold-desc, .dark-bg .norm-desc
{
    color:#FFF !important;
}

.button-holder-outwith
{
    margin-top:20px;
}

.slide-button-outwith
{
    font-family:'dosis', sans-serif;
    text-transform:uppercase;
    color:white;
    padding:10px 30px;
    font-size:30px;
    border:2px solid #FFF;
    transition:0.5s;
}

.home .greenbutton:hover{
    background:#70ba45;
    color: #fff !important;
}

.home .whitebutton:hover{
    background:#fff;
    color: #000 !important;
    border:2px solid #000;
}

.home .whitebutton:last-of-type:hover{
    border-color:#fff !important
}

/* First Slide Only END */

.side-nav
{
    z-index:10000000;
    color:white;
    right:20px;
    position:fixed;
    display:inline-block;
    top: 50%;
    margin-top: -70px;
}

.side-nav-active
{
    color:#70ba45;
}

.side-nav a
{
    color:white;
}

.side-nav-single
{
    margin:10px 0;
}

.side-nav-single:hover
{
    cursor:pointer;
}




.fa-chevron-circle-down
{
    color:white;
    position:fixed;
    bottom:20px;
    left:50%;
    margin-left:-24px;
}

#scroll-button:hover
{
    cursor:pointer;
}

.main-site-header
{
    background:none;
    z-index:99999;
    position:fixed;
    top:0;
    width:100%;
    border-bottom:0;
}


.second-block
{
    z-index:-1;
}


.site-content
{
    margin:0;
}

.arrow-display
{
    display:none !important;
}

/*Homepage End */


/* Home Footer */

.site-footer
{
    display:none;
}

.company-logo-holder
{
    display:none;
}

.home-footer
{
    font-size:16px;
    text-align:center;
    width:100%;
    /*background:rgba(0,0,0,0.6);*/
    background:#000;
    position:fixed;
    bottom:-180px;
    height:180px;
}


.logo-container
{
    background:rgba(255,255,255,0.8);
}

.logo-container h2
{
    margin-top:5px;
    margin-bottom:0;
    font-family:'dosis', sans-serif;
    color:#000;
    text-transform:uppercase;
}

.logo-container img
{
    margin-top:-15px;
    margin-bottom:-15px;
}

.home-footer .footer-hr
{
 width: 130px;
 margin-left: 10px;
 margin-top: -1px;
}

.home-footer ul li
{
    font-weight:300;
    font-family:"Lato", sans-serif;
    display:inline-block;
    list-style-type:none;
    margin-right:10px;
    margin-left:10px;
}

.copy-right
{
    margin-top:10px;
    font-weight:300;
    margin-bottom:0px;
}

.home-footer ul
{
    padding-left:0;
}

.home-footer ul li a
{
    color:white;
}

.home-footer ul li a:hover
{
    color:#70ba45;
}

@media screen and (max-width: 993px) {
    .main-nav-desktop
    {
        display:none !important;
    }

    .scroll-item0
    {
/*        margin-top:54px;*/
    }
}

@media screen and (max-width: 768px)
{

    .home-slide-container
    {
        top:40%;
    }

    .dark-bg .bold-desc, .dark-bg .norm-desc, .light-bg .bold-desc, .light-bg .norm-desc
    {
        width:90%;
    }
}

@media screen and (max-width:530px)
{



    .norm-desc.first
    {
        margin-bottom:20px;
    }
}


@media screen and (max-width:1200px){
    .slide-content4{
        top:40%
    }

    .home-slide-container
    {
        margin-top:-200px;
    }
}

@media screen and (max-width:700px){
    .slide-content4{
        top:30%
    }
}

@media screen and (max-width:600px){
    .home-slide-container .bold-desc{
        font-size:40px
    }

    .slide-button-outwith{
        font-size: 20px;
    }
}

@media screen and (max-width:450px){
    .slide-button-outwith, .slide-button-first{
        font-size: 18px;
    }
}

@media screen and (max-width:450px){
    .slide-button-outwith{
        padding:10px;
    }

    .home-slide-container{
        top:35%;
    }

    .home-slide-container .norm-desc{
        font-size: 18px;
        padding-top:0px
    }

    .home-slide-container .bold-desc{
        font-size:30px
    }

}

@media screen and (max-width:400px){
    .slide-button-outwith, .slide-button-first{
        font-size:15px
    }

    .slide-button-outwith{
        padding:10px 5px;
    }
}

