/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyfifteen
 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:  twenty-fifteen-child
*/


.site-header {

}

.site-branding {

}

.site-title {

}

.site-title a {

}

.site-title a:hover,
.site-title a:focus {

}

.site-description {
	display: none;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0.5em 0 0;
	opacity: 0.7;
}

.widget {
    font-size: 1.6rem;
    margin: 0 0 15%;
    padding: 0 15%;
}

.site-header {
    margin: 15% 0;
    padding: 0 15%;
}



/**
 * 16.0 Media Queries
 */

/*
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */


/**
 * 16.1 Mobile Large 620px
 */

@media screen and (min-width: 38.75em) {
	


}

/**
 * 16.2 Tablet Small 740px
 */

@media screen and (min-width: 46.25em) {
	



	
}

/**
 * 16.3 Tablet Large 880px
 */

@media screen and (min-width: 55em) {
	



}	
/**
 * 16.4 Desktop Small 955px
 */

@media screen and (min-width: 59.6875em) {
	


}
	
/**
 * 16.5 Desktop Medium 1100px
 */

@media screen and (min-width: 68.75em) {
	



}

/**
 * 16.6 Desktop Large 1240px
 */

@media screen and (min-width: 77.5em) {
	



	
}

/**
 * 16.7 Desktop X-Large 1403px
 */

@media screen and (min-width: 87.6875em) {


}

