@import url("//fonts.googleapis.com/css?family=Quicksand" );
body{
    overflow-x: hidden;
    font-family: "Quicksand";
}
.slick,
.slick img{
    width: 100%;
    position:relative;
    /*overflow:hidden;*/
    justify-content: center;
    align-self:center;

}
@media (min-width: 992px) {
    .slick img {
        padding: 60px 49px 25px 0px;
       /* padding: 45px 45px 50px 45px;*/
    }
}
.slick-title h2
{
    font-size: 25px;
    font-weight: bold;
    color: #491217;
}
.slick-button a
{
    font-size: 15px;
}

section {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    /*min-height: 100vh;*/
    margin-bottom: 15px;
}
nav{
    background-color: rgba(255,255,255,0.6);
    font-weight: bold;

}
/*-------------------- Footer------------------ */
.footer {
    font-size: 15px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.footer h4
{
    padding-right: 40px;
    padding-left: 40px;
    font-weight: bold;
}
.footer p{
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 25px;
}
.footer .links ul {
     list-style: none;
    display: flex;
    padding: 15px;
    margin-left: 20px;
    margin-top: -25px;
 }
.footer .adress ul{
    display: inline-block;
}
.footer .adress li{
    font-weight: bold;
    color: #2b1b13;
}
.footer.container
{
    padding-right: 5px;
    padding-left: 5px;
}
.footer .adress li{
    display: block;
    padding-top: 5px;
}
#footer-footer{
    background-color: #f6faff;
}
@media (max-width: 992px) {
    .footer-logo {
        margin: 20px;
        padding: 15px;
    }
    @media (min-width: 479px) {
        .footer-logo {
            width:200px;
        }
    }
}
.footer-logo h6 {
    font-size: 26px;
    color: black;
    font-weight: bold;
    position: relative;
    right: -35px;
}
#footer-footer .footer-logo img {
    width: 30px;
    position: absolute;
}

    @media (min-width: 992px) {
        .footer-center{
    display: flex;
    width: 100%;
    padding: 60px;
    }

}
.links li{
    padding-left: 8px;
    display: inline-block;
}
#footer-footer .links h4 {
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}
.links li a
{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    background: #d7ccc8;
    font-size: 18px;
    color: #2b1b13;

}

/*----------- Background image-----------------*/
#home{
    background-image: url("/themes/dcube/images/home.png");

}
#index{
    background-image: url("/themes/dcube/images/index.png");
}
#ref{
    background-image: url("/themes/dcube/images/reff.png");
}
#project{
    background-image: url("/themes/dcube/images/project.png");
}
#slider-background{
    background-image: url("/themes/dcube/images/slider.png");
}
.background-size {
    width: 100%;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top center;
}
/*------------------- Home-------------------------*/
.imgt img {
    top: 50%;
    transform: translateY(-50%);
    right: -10%;
    left: 42%;
    margin: auto;
   /* padding: 10px;*/
    position: absolute;
    width: 20%;
    float: left;
    text-align: right;
    /*padding-top: 30px;*/
}
@media (max-width: 768px) {
    .imgt img {
       display: inherit;
    }
    @media (max-width: 469px) {
        .imgt img {
           display: none;
        }
    }
}

.text-text h1 {
    color: #491217;
    font-weight: bold;
}

.row{
    position: relative;
}
.icon-image{
    width: 84px;
    height: 84px;
    float: left;
    margin-right: 30px;
    margin-bottom: 25px;
}
.title h2 {
    margin: 50px;
    color: #491217;
    font-weight: bold;
}
.title-ref h3 {
    color: #491217;
    font-weight: bold;
    margin: 25px;

}
.text-ref{
    margin: 25px;
}
.imgtext {
    width: 300px;
    margin-bottom: 30px;
}
   @media(max-width: 768px) {
       .navbar-nav {
           flex-direction: column;
           background-color: white;
           font-weight: bold;
       }
       .nav-item {
           text-align: center;

       }
       .navbar-light {
           background-color: white;
       }

   }
    @media (max-width: 768px) {
        #home .text-text h1 {
            font-size: 40px;
            text-align: center;
        }
    }

@media (max-width: 768px) {
    #home .text-content {
        text-align: center;
    }

    @media (max-width: 479px) {
        .imgtext {
            width: 100%;
        }

        @media (max-width: 768px) {
            .imgtext {
                width: 100%;
            }
        }
    }
}

/*@media (max-width: 992px) {
    .navbar-nav{
        flex-direction: row;
    }
    .navbar-light{
        background-color: transparent;
    }

}*/
