@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;
}

.nav li a{
    transition: all ease-in-out 1s;
    display: inline-block;
    padding:5px 10px;
    margin:0px 30px;
    color:#636466;
    border-bottom: 3px solid rgba(81, 94, 101, 0);;
}

.nav li a:hover{
    transition: all ease-in-out 1s;
    border-bottom: 3px solid rgba(183, 148, 96, 1);
}

footer a{
    letter-spacing: 0px;;
    
}

footer a:hover{
    
    text-decoration:none;
    letter-spacing: 1px;
}

footer icon{
    color:rgba(183, 148, 96, 1);
    padding:0px 2px;
}

h1, .h1 {
    color: #636466;
    font-size:8vh;
    font-weight: bold;
    text-align: center;
}



h2{
    color: #636466;
    font-size:5vh;
    font-weight: bold;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
}



h4{
    color: #636466;
    font-weight: bold;
    font-family: 'Josefin Sans', sans-serif;
}

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

h1 span, .h1 span {
    font-weight:100;
}

h3{
    font-size:24px !important;
    color:rgba(183, 148, 96, 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: justify;
}

b{
    font-weight: 900;;
}

.services svg{
    fill: rgba(183, 148, 96, 1);
    margin-bottom:30px;
}

.bull{
    /*color:rgba(183, 148, 96, 1);*/
    color:rgba(0,0,0,1);
    padding:0px 10px;
}

