* {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

body {
	background: black;
}

.height400 {
	min-height: 500px;
}

/* árnyékolt kép */
.shadowed {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
}

.white-border {
	border: 1px solid white;
}


h1 {
	font-size: 4em;
	text-align: center;
	margin-bottom: 0.6em;
}

h2 {
	padding-top: 0px;
	margin-top: 0px;
}

ul {
    margin-left: 16px;
    list-style-type: square;
    margin-bottom: 40px;
}

.bg-blue {
	background: #2e71b6;
	color: white;
}

.bg-white {
	background: #FFF;
	color: #2e71b6;
}
