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

body {
	background: black;
}

.height400 {
	min-height: 400px;
}

/* á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;
}

/* divider */
.divider {
    color: gray;
}


.padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding10px {
  padding: 10px;
}

.left {
    float: left;
}

.right {
    float: right
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.row-fluid {
    height: 100%; 
    display:table-cell; 
    vertical-align: 
    middle !important;
}

.whitelink {
    color: white;
    text-decoration: none;
}

.whitelink:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px dotted white;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}
