/*font-family: "Noto Serif", serif;*/

.site-header {
   background: none;
}

body{
    font-family: 'Trebuchet MS';
	/* background:white; */
	background-image: url("../../../../../images/flag_background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.sidebar{
background-color: rgba(255,255,255,0.75);
}

.site-title{
	text-align:center;
}

.site-description{
	text-align:center;
	font-size: 16px;
	font-style:italic;
}

.hentry {
	padding-top: 3%;	/* 7.6923%; */
}

.main-navigation li {
    border-top: none;
    border-top: none;
}

table, th, td {
    border: none;
    border: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(76, 161, 235, 0.7);
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    font-weight: 700;
    color: rgb(76, 161, 235);
}

@media screen and (min-width: 59.6875em) { 
	.site-header{
		margin:20% 0 5% 0;
	}

	.site-main {
		padding: 2.3333% 0 8.3333% 0;
	}
	
	.entry-content h3, .entry-summary h3, .page-content h3, .comment-content h3 {
	    margin-top: 1.3704em;
	}
	
	.main-navigation {
		margin: 0px 25% 5%;
	}
	
	.main-navigation ul {    
		border-top: none;
		border-bottom: none;
	}
	
	.entry-content h4, .entry-summary h4, .page-content h4, .comment-content h4 {
		line-height: 1.4545;
		margin-top: 1.5em;
		margin-bottom: .5em;
	}
	
	body, button, input, select, textarea {
    font-size: 15px;
    font-size: 1.5rem;
	}
	
}


@media screen and (min-width: 77.5em) {
body, button, input, select, textarea {
    font-size: 15px;
    font-size: 1.5rem;
}}

@media screen and (min-width: 68.75em){
body, button, input, select, textarea {
	font-size: 15px;
	font-size: 1.5rem;
}}
