/*  Start Coloring */
:root{
    /* Measurements */
    --webmist-big-padding: 60px 0;
    --webmist-mobile-padding: 20px 0;
    --webmist-light-padding: 0 25px;
    /* Fonts */
    --font-main: normal, 21px/2.1rem, 'Tangerine', sans-serif;
    --font-headline: 'Lobster Two', sans-serif;
    --font-script: "Sofia", sans-serif;
    --font-print: "Comic MS", "Verdana", monospace; 
    /* Colors */
    --webmist-gray1: #7C7C7C;
    --webmist-gray2: #F7F7F7;
    --webmist-gray3: #DDDDDD;
    --webmist-yellow: #CFAF07;
	--color1: #829cc3;
	--color2: #b8cbe8;
	--color3: rgba(35, 68, 117, 0.7);
	--background1: #829cc3;
	--background2: #b8cbe8;
	--background3: rgba(31, 70, 128, 0.8);
	--background4: rgba(151, 182, 163, 0.5);
	--border1: #829cc3;
	--border2: #5776a3;
	--border3: rgba(56, 89, 137, 0.8);
    --border4: rgba(31, 70, 128, 0.8);
}