/*
 Theme Name:   Primer Child
 Theme URI:
 Description:
 Author:       John Doe
 Author URI:   http://example.com
 Template:     primer
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  primerchild
*/
@font-face {
    font-family: 'Special Elite';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src:   url('/wp-content/cache/omgf-webfonts/special-elite-400-normal-tnAOTA.eot');
    src:   local('Special Elite Regular'),
    local('SpecialElite-Regular'),
    url('/wp-content/cache/omgf-webfonts/special-elite-400-normal-AOSA.woff2') format('woff2'),
    url('/wp-content/cache/omgf-webfonts/special-elite-400-normal-nAOTg.woff') format('woff'),
    url('/wp-content/cache/omgf-webfonts/special-elite-400-normal-tnAOTQ.ttf') format('truetype');
}

.html {
    font-family: "Special Elite", sans-serif !important;
}
.site-title {
    font-family: "Special Elite", sans-serif !important;
}
.page-title-container .page-header .page-title {
    color: red !important;
}


body, button, input, select, textarea, .select2-container .select2-choice {
    font-family: "Special Elite", sans-serif !important;
}

body, p, ol li, ul li, dl dd, .fl-callout-text {
    font-family: "Special Elite", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, label, legend, table th, dl dt, .entry-title, .widget-title {
    font-family: "Special Elite", sans-serif !important;
}

.main-navigation ul li a, .main-navigation ul li a:visited, button, a.button, a.fl-button,
input[type="button"], input[type="reset"], input[type="submit"] {
    font-family: "Special Elite", sans-serif !important;
}

.site-header {
    background-position: top center !important;
    height: 25vw;
    color: rgba(11, 57, 84, 0.01);
}

@media (max-width: 768px) {
    .site-header {
        height: 200px
    }
}


/* Version 1
 * #18173f bei home
#013293 bei Biography
#3a0189 bei gallery
#1a7cad bei projects
#4e8dad bei agenda
#5a7aad bei contacts
*/
body.page-id-52 {
	/* home */
	background-color: #0073ad !important;
}

body.page-id-21 {
	/* biography */
	background-color: #0c77ad !important;
}

body.page-id-37 {
	/*project*/
	background-color: #1a7cad !important;
}

body.page-id-28 {
	/*contact*/
	background-color: #3786ad !important;
}

body.page-id-96 {
	/*gallery*/
	background-color: #147aad !important;
}

body.page-id-41 {
	/*agenda*/
	background-color: #3786ad !important;
}
/* Version 2
 #1a7cad bei projects
#3786ad bei agenda
#5b92ad bei contacts
#147aad bei Gallery
#0c77ad bei Biography
#0073ad bei Home
*/



