
/* all about text */

@import url('https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&display=swap');


*{
    font-family:"Assistant", sans-serif;
    font-weight: 300;
    font-size:18px;
    color:#414141;
}

h1, h2, h3, h4, h5, h6{
    font-family:"Assistant", sans-serif;
    font-weight: 700;
}

.dark{
    color:#414141;
}

.white{
    color:#fff;
}


/* end text */

body{
    /* min-height:100vh; */
    background-image: url(../img/wallPattern_01a.jpeg);
    background-size:500px;
    background-attachment: fixed;
    /* box-shadow:20px 20px 50px 10px rgba(0,0,0,5) inset */
}

.navbar{

    background: rgb(50,50,50);
    background: linear-gradient(0deg, rgb(10,10,10) 0%, rgba(50,50,50,1)  100%);
    padding:25px 0px 25px 0px;
    box-shadow:0px 5px 15px rgba(10,10,10,9);
    border-bottom:1px solid rgb(255, 142, 21);

}

.nav-link{
    color:rgb(255, 255, 255) !important;
    border-bottom:1px solid rgba(255, 142, 21, 0);
    /* margin-bottom:-1px;
    margin-top:-5px;
    font-size:14px;*/
    padding-left:6px !important;
    padding-right:6px !important;
    padding-bottom:2px !important;
    text-transform: uppercase;
    font-weight:300;
}

.nav-link:hover, .active{
    color:rgb(255, 142, 21) !important;
    border-bottom:1px solid rgb(255, 142, 21);
    margin-bottom:-1px;
    margin-top:-5px;
    /* font-size:15px; */
    padding-left:6px !important;
    padding-right:6px !important;
    padding-bottom:2px !important;
    text-transform: uppercase;
    font-weight:300;
}

.slide-show{
    background-color:#fff;
    min-height:500px;
    border:1px solid rgb(148, 82, 11);
    background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.98)  20%, rgba(0,0,0,0.9)  90%);
    box-shadow:0px 10px 15px rgba(10,10,10,0.9);
    padding:10px 10px 5px 10px;
}

.slide-show-setting, .topic-white-list-setting, .topic-grey-list-setting, .topic-clear-list-setting, .topic-glass-list-setting, .footer-list-setting{
    padding-top:80px !important;
    padding-bottom:80px !important;
}

.topic-white-list-setting{
    background-color: rgba(255, 255, 255, 1);
}

.topic-glass-list-setting{
    background-color: rgba(0, 0, 0, 0.9);
}

.topic-grey-list-setting{
    background-color: rgb(40, 40, 40);
}

.topic-clear-list-setting{
    background-color: rgba(0, 0, 0, 0.8);
}

.footer-list-setting, .topic-orange-list-setting{
    background: linear-gradient(0deg, rgb(128, 71, 10) 0%, rgb(206, 114, 17)  100%);
    padding:20px 0px 0px 0px;
}

.text-footer, .header-footer{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.text-footer{
    font-size:14px;
    line-height:17px;
}

/* all about cards */
.card-image{
    min-height:200px;
    background-color:rgb(30, 30, 30);
    background-image:url(../img/wallpainting_02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    margin-bottom:30px;
}

.card-header{
    padding:15px 0px 15px 0px;
    margin:0px;
    background-color:transparent;
}

.slide_01{
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    min-height:500px;
}

.carousel, .slick-slider{
    padding:0px;
}

.enquiry-form{
    min-height:250px;
}

.space-down-40{
    margin-bottom:40px;
}

.background-clear{
    /* background-color:#fff; */
    background-color: rgba(255,255,255,0.8);
    padding:20px;
    border-radius:10px;
    border:1px solid rgb(255, 142, 21);
}


.pattern-top{
    /* background:url(../img/blue.jpg); */
    background:url(../img/blue1.jpg);
    background-repeat: no-repeat;
    /* background-position: bottom 35% center; */
    background-position: top 50% center;
    background-size:cover;
    border-bottom:3px solid rgb(255, 142, 21);
}

.contact-back{
    background: url(../img/ContactUs.svg) no-repeat right bottom;
    background-size: contain;
    background-size: 30%;
}

.exterior-back{
    /* background: url(../img/adventure-beautiful-boardwalk-bridge-235734.jpg) no-repeat center center; */
    /* background: url(../img/background-backlight-blur-color-262713.jpg) no-repeat center center; */
    /* background: url(../img/photography-of-fall-trees-1591447.jpg) no-repeat center center; */
    /* background: url(../img/pink-flowers-photography-1128797.jpg) no-repeat center center; */
    /* background: url(../img/adventure-beautiful-boardwalk-bridge-235734.jpg) no-repeat center center; */
    /* background: url(../img/action-carefree-cropland-daylight-1146242.jpg) no-repeat bottom center; */
    /* background: url(../img/light-yellow-grass-green-64296.jpg) no-repeat center center; */
    /* background: url(../img/light-nature-water-summer-94847.jpg) no-repeat center center; */
    /* background: url(../img/closeup-photo-of-green-grass-field-1423601.jpg) no-repeat center center; */
    background-size: cover;
    margin:0px;
    padding:0px;
    /* opacity: 0.3; */
}

.white-back{
    background: rgba(255, 255, 255, 0.6);
}

.logo-left{
    color:rgb(255, 142, 21);
    font-weight:900;
    font-size: 150%;
}

.logo-middle{
    color:rgb(255, 225, 225);
    font-weight:300;
    font-size: larger;
}

.logo-right{
    color:rgb(255, 225, 225);
}