

body{
    font-family:  'Lexend', sans-serif;
}
.vflow h2{
    font-family: 'Prata', serif;
    font-size:60px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vflow p{
    font-size: 18px;
}
.side-left{
    background-image: url('../images/bg.jpg');
}
#intro-content{
    background-color:rgba(255, 255, 255, 0.75);
}
.st-desc{
    color:#131313;
}
.btn-fill{
    background-color: #FAA721;
}
.about-us h3, .portfolio h3, .contact-us h3{
    font-family: 'Prata', serif;
    font-size:32px;
}
#intro-content::before{
    background-image: url('../images/bg.jpg');
    display: none;
}
#main-content h3{
    text-transform: capitalize;
}
.form-group .btn-bordered, .k-font{
    font-family: 'Prata', serif;
}
@media only screen and (min-width:768px){
    .vflow h2{
        font-family: 'Prata', serif;
        font-size:60px;
        letter-spacing: 1px;
        text-transform: capitalize;
    }
    .vflow h2 span{
       color:#2A498B;
       font-size: 48px;
       
    }
    .vflow p{
        font-size: 18px;
    }
}
@media only screen and (min-width: 1200px)
{
    .st-logo img {
        height: 150px;
    }
}
@media only screen and (min-width: 1400px)
{
    .st-desc {
        position: absolute;
        top: 54%;
    }
    .st-logo img {
        height: 225px;
        margin-bottom: 32px;
        display: block;
    }
}
@media only screen and (min-width:1400px){
    .vflow h2{
        font-family: 'Prata', serif;
        font-size:28px;
        letter-spacing: 2px;
        color:#FAA721;
        line-height: 1.5;
        text-transform: none;
        /* text-transform: uppercase; */
    }
    .vflow p{
        font-size: 16px;
    }
}

#main-content.vflow p{
    font-size: 16px;
    color:#131313;
}

.gold{
    color:#D9AC59;
}
.purple{
    color:#5A0034;
}
.st-gallery figcaption{
    font-family: 'Prata', serif;
    padding-left:0;
    color: #5A0034;
    font-weight: 400;
}
#intro-content::after, .splash-page::after{
    display: none;
}
.btn-bordered {
    padding: 28px;
    color: #2A498B;
    border: 2px solid #2A498B;
    background: transparent;
    color:#2A498B !important;
}

.st-btn:hover, .st-btn:active {
    background: #2A498B;
    color: #fff !important;
}
@media only screen and (min-width: 1200px)
{
    .addr-details {
        text-align: left;
    }
}
@media only screen and (min-width: 768px)
{
    .vflow h2 {
        margin-top: 120px;
    }
}
@media only screen and (max-width:600px){
    .vflow h2{
        font-size: 24px;
    }
    .st-logo img{
        height: auto;
        display: block;
        max-width: 230px;
    }
}