/*
Theme Name: GV NewsFrames Child Theme
Theme URI: https://newsframes.globalvoices.org/
Description: Child theme for the generic gv-theme for GV NewsFrames WP site
Version: 0.1
Author: Jer Clarke
Author URI: https://globalvoices.org/
Template: gv-theme

*/

.header-container {
/* background-color: #aaa9ff; */
}

.site-title {
	width: 280px;
    max-width: 280px;
}

.site-title img {
    padding-top: 1.75rem;
}

#MEDIUM-GREY-TEXT,
 .header-nav-bar-container .header-nav-bar a,
 .header-nav-bar-container .header-nav-bar a:hover,
 .header-nav-bar-container .header-nav-bar a:current-menu-item,
.medium-grey-text {
	 color: #666;
 }
#LIGHT-GREY-BACKGROUND,
.header-container,
.header-nav-bar-container,
.light-grey-background {
	background-color: #eee;
}
#LIGHT-GREY-HIGHLIGHT-BORDER,
.header-nav-bar li,
.medium-grey-hightlight-border {
	border-color: #ddd; 
}

@media
/*only screen BIGGER THAN 1008px {*/
only screen and (min-width: 1008px) {

}
@media
/*only screen and (max-width: 960px) {*/
only screen and (max-width: 1008px) {
	.site-title {

	}	
}
/*Anything smaller than 720px*/
@media
only screen and (max-width: 720px) {	
	.site-title {
		max-width: 200px;
	}
}
@media
only screen and (max-width: 552px) {
	.site-title {
		max-width: 160px;
	}
}
/*Anything smaller than 480 - iPhone landscape*/
@media
only screen and (max-width: 481px) {	
}
/*Anything smaller than 360: iPhone portrait */
@media
only screen and (max-width: 360px) {		
}