@charset "utf-8";
/* CSS Document */

.bg-primary {background-color: #ffcb05;}
.bg-secondary {background-color: #636466;}
.bg-light {background-color: #e0e0e0;}
.bg-dark {background-color: #000000;}
.bg-w {background-color: #ffffff;}

.tx-primary {color: #ffcb05;}
.tx-secondary {color: #636466;}
.tx-light {color: #e0e0e0;}
.tx-dark {color: #000000;}
.tx-w {color: #ffffff;}

body{
    font-family: 'Ubuntu', sans-serif;
}

nav{
    font-weight:bold;
    font-size:14px;
}

footer{
    font-size:12px;
    padding-bottom:100px;
}

.nv{
    transition: all ease-in-out 1s;
    display: inline-block;
    padding:5px 10px;
    margin:0px 30px;
    color:rgba(105, 99, 51,1 );
    font-weight: 500;
    border-bottom: 10px solid rgba(81, 94, 101, 0);
    padding-bottom: 10px;
    position: relative;
    top: 11px;
}

.nv:hover, .nac{
    transition: all ease-in-out 1s;
    border-bottom: 10px solid rgba(105, 99, 51,1 );
    color:#999;
}

footer a{
    letter-spacing: 0px;;
    color:rgba(0,0,0, 1);
}

footer a:hover{
    color:rgba(105, 99, 51,1 );
    text-decoration:none;
    letter-spacing: 1px;
}

footer icon{
    color:rgba(105, 99, 51,1 );
    padding:0px 2px;
}

h1{
    color: rgba(105, 99, 51,1 );
    font-size: 8vh;
    font-weight: 200;
    text-align: center;
    font-family: 'Noto Serif Display', serif;
    border-bottom: 2px solid rgba(105, 99, 51,1 );
    width: 50%;
    white-space: nowrap;
    padding-bottom: 50px;
    margin-bottom: 150px;
}

.bt
{
    border-bottom: none;
    /*
    padding-top: 50px;
    */
    margin-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    border-top: none;
}



h2, .h2{
    color: #636466;
    font-size:5vh;
    font-weight: 200;
    text-align: center;
    font-family: 'Noto Serif Display', serif;
}



h4, .h4{
    color: #636466;
    font-size:16px;
    font-weight: bold;
    font-family: 'Ubuntu', sans-serif;
}

.hdr
{
    margin-top:0px;
    margin-bottom:80px;
}

h1 span{
    font-weight:100;
}

h3, .h3{
    font-size:24px !important;
    color:rgba(105, 99, 51,1 );
    font-family: 'Roboto Slab', serif;
    font-weight: 200 !important;
    margin:0px 0px 20px 0px;
}

.h3-sl
{
    border-bottom:5px solid #ffcb05;
    margin-bottom:10px !important;
    padding-bottom:10px !important;
    display:inline-block;
}

.h1-lt-proj{
    width:100vw;
    margin-right:-100vw;
}

.h1-sec
{
    height:120px;
    border-bottom:20px solid rgba(255,203,5,1);
    margin-bottom:50px;
}

.h3-lt-proj
{
    height:30px;
    border-bottom:10px solid rgba(255,203,5,0.5);
    margin-bottom:10px;
}

.sl-info
{
    color:#636466;
    font-size:12px;
}


.home
{
    background:#fff;
    position:relative;
}

.lt-proj-inf{
    font-size:12px;
}

p{
    text-indent: 40px;
    text-align: left;
    font-weight: 200;
    font-family: 'Ubuntu', sans-serif;
    text-indent: 0;
}

.col-text {
    padding: 0px 100px;
    
}

.col-text p
{
    text-align: center !important;
}

b{
    font-weight: 900;;
}

.services svg{
    fill: rgba(105, 99, 51,1 );
    margin-bottom:30px;
}

.bull{
    color:rgba(105, 99, 51,1 );
    padding:0px 10px;
}

.dflex
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    background-color:rgba(255,255,255,1) !important;
    color: rgba(105, 99, 51,1 ) !important;
    border:1px solid rgba(105, 99, 51,1 );
    border-radius:150px;
    padding:100px !important;
    margin-top:100px;
    text-align: center;
}

.rooms
{
    display: flex !important;
    justify-content: space-around;
    align-items: center !important;
    flex-wrap: wrap;
    width:90vw;
}