/*
Theme Name:     Twenty Seventeen Child
Theme URI:      https://www.euromabnet.com/events
Description:    Child theme for the Twenty Seventeen theme
Author:         Marcos de Miguel
Author URI:     http://www.dragoncillos.com
Template:       twentyseventeen
Version:        1.0.0
*/


@import url("../twentyseventeen/style.css");

.site-header {
	background-color: #4297f3;
}

.site-title, .site-title a {
	color: white;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
    font-size: 26px;
	font-size: 1.675rem;
}

.page-id-44 .site-header {
    background-color: #fafafa;
    position: relative;
    background-image: url(https://www.euromabnet.com/events/wp-content/uploads/2018/02/4th-workshop-ghent.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 100% 70%;
    height: 90vh;
    max-height: 100%;
    overflow: hidden;
}

.page-id-61 .site-header {
    background-color: #fafafa;
    position: relative;
    background-image: url(https://www.euromabnet.com/events/wp-content/uploads/2018/02/10th-meeting-oxford.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    height: 90vh;
    max-height: 100%;
    overflow: hidden;
}