/*
Theme Name: Virtua Computers
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/



:root{
	--primary: #66b0e1;
	--secondary: #bdbfc1;
	--success: #8ee068;
	--light: #bdbfc1;
	--text: #4c4d4f;
}


/* fix blur on banner sections */
.res-text{
	font-size: 16px !important;
}

.text-box .text{
	-webkit-backface-visibility: inherit;
    backface-visibility: inherit;
}


/* heading sizes */
.display-1 {
    font-size: 4.7em;
}

.display-2 {
    font-size: 2.9em;
}

.display-3 {
    font-size: 2.6em;
}

.display-4{
	font-size: 2.1em;
}

.display-1, .display-2, .display-3 {
    padding: 0;
    margin-top: .2em;
    margin-bottom: .2em;
    line-height: 1;
}

h1{
	font-size: 2.5em;
}

h2{
	font-size: 2.1em;
}

h3{
	font-size: 1.7em;
}

h4{
	font-size: 1.4em;
}

h5{
	font-size: 1em;
}

.footer{
	padding: 80px;
}



@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.display-1 {
    font-size: 3.5em;
}

}