/*
Theme Name: Go Online
Theme URI: https://wp-update.goonline.nl
Description: Go Online core theme
Author: Go Online
Author URI: http://www.goonline.nl

Version: 1.1.4
Text domain: go-online
*/

/** MAIN **/

*{
	box-sizing: border-box;
}

html, body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	font-family: '', sans-serif;
	font-display: swap;
	font-weight:300;
	font-size:16px;
}

.container-fluid{
	width: 70%;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: '', sans-serif;
	font-weight:700;
}

a:hover {
	text-decoration: none;
}

.bottom-bar, .menu-responsive, .orientation-notice {
	display: none;
}

.valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* == BUTTONS == */