body{
    min-width: 320px;
    font-size: 14px;
    font-family: "Georgia", serif;
    color: #626262;
}

img{
    max-width: 100%;
    height: auto;
}

a{
   color: #b4ad9e; 
}
a:hover{
   color: #898377;     
}

p{
    line-height: 1.5rem;
}
h2, h3{
    margin: 1rem 0;
    font-size: 30px;
}

header .navbar-brand{
    font-size: 30px;
    text-transform: uppercase;
}
header .nav-item{
    text-transform: uppercase;
    margin-left: 50px;
}
header .nav-item a::after{
    content: '';
    display: block;
    width: 100%;
    background-color: #ccc;
    height: 1px;
    transform: scale(0);
    transition: all .3s;
}
header .nav-item a:hover::after{
    transform: scale(1);
}

.slider{
    margin-bottom: 50px;
}

.post-category,
.link-more{
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #b4ad9e;
    text-transform: uppercase;
    font-weight: 300;
}
.post-title a{
    color: #626262;
    text-decoration: none;
}

.grid-posts{
    margin-top: 100px;
    margin-bottom: 100px;
}
.grid-posts .card{
    border: 0;
    margin-bottom: 50px;
}
.grid-posts .card-body{
    padding-left: 0;
    padding-right: 0;
}
.grid-posts .card-img-top{
    max-height: 600px;
    border-radius: 0;
}

.load-more{
    padding: 1rem 2rem;
    border-color: #626262;
}
.load-more span{
    display: none;
}

.signup{
    background-color: #f0f0f0;
    padding: 70px 0;
}
.signup h3{
    color: #333;
}
.signup form{
    margin-top: 70px;
}
.signup .form-input{
    position: relative;
}
.signup .form-control{
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
}
.signup .form-control:focus{
    box-shadow: none;
}
.form-input .btn{
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 25px;
}

.sendletter{
    padding: 70px 0;
}
.sendletter .btn{
    border-color: #626262;
}

.contact {
    margin-bottom: 70px;
}

footer{
    background-color: #f0f0f0;
    padding: 40px 0;
    color: #000;
}
.footer-left a{
    color: #000;
    margin-right: 20px;
}
.footer-right a{
    color: #626262;
    margin-left: 20px;
}
.puls {
    padding-left: 20px;
}

/**/
#form{
    position: relative;
}
input#fname {display: none;}

.loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.7);
    display: none;
}

.loader img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.form-select {
    border: 0;
    text-transform: uppercase;
}










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

}
@media only screen and (max-width: 1399px) {
    .grid-posts .card-img-top{
        max-height: 520px;
    }
}
@media only screen and (max-width: 1200px) {
    
}
@media only screen and (max-width: 1199px) {
      .grid-posts .card-img-top{
        max-height: 435px;
    }  
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 991px) {
    header .nav-item{
        margin-left: 0;
    }
    .grid-posts .card-img-top{
        max-height: 320px;
    }
    .signup{
        padding: 50px 0;
    }
    .signup form{
        margin-top: 50px;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
    .grid-posts{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .grid-posts .card-img-top{
        max-height: 100%;
    }
    .grid-posts .card{
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .footer-left{
        margin-bottom: 10px;
        margin-left: 20px;
    }
    header .d-block {
        max-width: 250px;
    }
}
@media only screen and (max-width: 480px) {
    header .d-block {
        max-width: 200px;
    }
}