/* 
    Author     : evomath
*/

/* ========================= multixgrid ===================================== */

div.cont0 {
    padding-top: 32px; 
    padding-left: 32px;
    padding-bottom: 32px;
    margin-left: 64px;
    margin-right: 64px;
}

div.cont {
    padding-top: 32px; 
    padding-left: 32px;
    padding-bottom: 32px;
    background: #dde2ed;
    border-radius: 64px;
    margin-top: 64px;
    margin-bottom: 64px;
    margin-left: 64px;
    margin-right: 64px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 8px 20px 0 rgba(0, 0, 0, 0.3);
}

div.cont h1.exercise {
    font-family: sans-serif;
    font-size: 100px; 
    margin-top: 0px; 
    margin-bottom:0px; 
}

div.cont p.hint {
    text-align: left;
}

div.footnote p { font-size: 16px; }
h1.section { font-size: 48px; margin-top: 0px; margin-bottom:0px; }
h2.section { font-size: 32px; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
span.author { font-variant: small-caps; }

div.footnote p { 
	font-size: 16px; 
}

h1.section { 
	font-size: 48px; 
}

h2.section { 
	font-size: 32px; 
}

a { 
	text-decoration: none; 
}

a:hover { 
	text-decoration: underline; 
}

span.author { 
	font-variant: small-caps; 
}

h1.exercise {
	color: #3b5998;
}

p.hint {
    font-family: sans-serif;
    font-size: 24px;  
    color: #3b5998;  
}
