/*
Theme Name: Kaviani V2
Template: generatepress
Version: 2.0
Author: AmraDev2000
*/
:root {
    --primary-color: #ff442f;
    --secondary-color: #1f2c38;
    --tertiary-color: #3498db;
    --quaternary-color: #ecf0f1;
    --quinary-color: #2c3e50;
}
a {
    text-decoration: none;
}

.site-header {
    display: none;
}

.site-info {
    display: none;
}

body, html {
    overflow-x: hidden;
}

.site-content {
    width:100% !important;
    margin-top: 20vh;
}

.grid-container {
    max-width: 100% !important;
    padding:0 3vw;
}