/*
 * The following fonts are used as a basis for the web fonts here:
 *
 * A modified Adobe Source Sans Pro (called Caulixtla008) is used for the 
 * headings and bold text:
 *
 * https://www.google.com/fonts/specimen/Source+Sans+Pro
 *
 * http://sourceforge.net/projects/sourcesans.adobe/
 *
 * https://typekit.com/fonts/source-sans-pro
 *
 * A modified Bitstream Charter is used for the body text:
 *
 * http://practicaltypography.com/charter.html
 *
 * The fonts as used on this webpage can be downloaded here (True Type,
 * EOT, WOFF, and WOFF2):
 * 
 * http://samiam.org/fonts/Caulixtla008-2016-05-16.zip
 *
 */
@font-face {
    font-family: 'Caulixtla008';
    src: url('/fonts/Caulixtla008/Caulixtla008.woff2') format('woff2'),
         url('/fonts/Caulixtla008/Caulixtla008.woff') format('woff');
}
@font-face {
    font-family: 'Caulixtla008';
    src: url('/fonts/Caulixtla008/Caulixtla008-Italic.woff2')
                format('woff2'),
         url('/fonts/Caulixtla008/Caulixtla008-Italic.woff')
                format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Caulixtla008';
    src: url('/fonts/Caulixtla008/Caulixtla008-Bold.woff2')
                format('woff2'),
         url('/fonts/Caulixtla008/Caulixtla008-Bold.woff')
                format('woff');
    font-weight: bold;
}

html {
        overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
        /*min-height: 100.1%;*/
}

#gata1 { display: none; }

#paypal { float: none; margin-top: 1em; }
#flattr { float: none; }

#trabalengua { display: none; }

#mobile { font-size: 18; }

body {
	font-family: Caulixtla008, Georgia, serif;
        color: #151515;
	background-color: #fff;
}

#maradns-name {
	font-family: Caulixtla008, Arial, sans-serif;
	font-size: 42pt;
	line-height: 42pt;
	font-weight: bold;
}

#maradns-name i { font-style: normal; }

#maradns-t {
	font-family: Caulixtla008, Arial, sans-serif;
        font-weight: bold;
        font-size: 14pt;
        letter-spacing: 1px;
	background: transparent;
	color: #000000;
}

tt {
	font-size: 10pt;
}

pre {
	font-size: 10pt;
}

#logo {
	font-size: 300%;
}

h1 {
        font-size: 24.5pt;
        padding-top: 5px;
	font-family: Caulixtla008, Arial, sans-serif;
        font-weight: bold;
        line-height: 100%;
}

h2 {
	font-family: Caulixtla008, Arial, sans-serif;
        font-size: 16.7pt;
        font-weight: bold;
        line-height: 95%;
}

h3 {
	font-family: Caulixtla008, Arial, sans-serif;
        font-size: 15pt;
        font-weight: bold;
        line-height: 95%;
}

a:hover {
	color: #000000;
	background-color: #ffff99;
	text-decoration: none;
}

.nocss {
	display: none;
}

.makenormal {
	display: none;
}

@media only screen {
	.mlogo {
		border: 2px solid #000000;
		padding: 3px;
		background: #ded1be url(mara-tile.jpg);
		color: #000000;
	}
}

.dlogo {
	border: 2px solid #000000;
        background-color: #70b566;
        background-image: url(fonts/aVGrad4l.png);
        background-size: 100px 500px;
        background-repeat: repeat-x;
        background-attachment: scroll;
	padding: 3px;
	text-align: center;
	color: #000000;
}

a { color: #3b5e35; }
a:visited { color: #3b5e35; }
a:hover { color: #202020; }

@media (prefers-color-scheme: dark) {
        body { background-color: #131516; color: #d8d4cf; }
        #maradns-r { background-color: #131516; color: #d8d4cf; }
        #maradns-l { background-color: #131516; color: #d8d4cf; }
        #maradns-l a { background-color: #131516; color: #d8d4cf; }
        #trabalengua { background-color: #131516; color: #d8d4cf; }
        a { color: #78dc78; }
        a:visited { color: #78dc78; }
        a:hover { color: #78dc78; }
}

