.site-header {
	background: #222;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.texts {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    line-height: 8px;
}

.texts2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    line-height: 30px;
}    

.header-table {
	display: table;
	width: 100%;
}
.header-row {
	display: table-row;
}
.header-left, .header-right {
	display: table-cell;
	vertical-align: middle;
}
.site-header h1 {
	margin: 0 0 10px 0;
	font-size: 2em;
	font-weight: normal;
}

.invisible-link {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
	cursor: default;
}

.nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-list li {
	display: inline;
	margin: 0 15px;
}

.nav-list a {
	color: #fff;
	text-decoration: none;
	font-size: 1em;
}

.nav-list a:hover {
	text-decoration: underline;
}

.center-div {
	width: 100%;
	height: 200px;
	display: table;
	text-align: center;
	vertical-align: middle;
}

.center-iframe {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}