/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/


/*Content:*/

.white{
	color:#ffffff;
}

h1, h2{ 
	font-family: 'Quicksand', sans-serif;
	color: 333;
}

h3, h4, h5{
	    font-family: 'Quicksand', sans-serif;
}

p, li, dt, dd, dl, address, label, small, pre, code {
    font-size: 1.2em;
    color: 333 !important;
    font-family: 'Quicksand', sans-serif;
}


.blue-box{
color:#ffffff;
}

.center{
	text-align: center;
}

.big-headline h3{
	font-size: 6vw;

}

.border-white{
	border: 10px solid #ffffff;
}