#booking {
	background: #ddd;
    font-family: montserrat,sans-serif;
    background-image: url(../img/background.jpg);
    background-size: cover;
    background-position: center;
    font-weight: 300;
}
.section {
    position: relative;
    height: 100vh;
}

.section .section-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.booking-form {
    background: #fff;
    padding: 30px 15px 0;
    border-radius: 4px;
    overflow: auto;
}

.booking-form .form-control {
    border: none;
    height: 65px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 24px;
    color: #090a0b;
    font-weight: 300;
    background: #f2f1f1;
    border-radius: 4px;
}

.booking-form .form-label {
    color: #184c8f;
    display: block;
    font-weight: 600;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
    text-transform: uppercase;
}

.booking-form .form-label:after {
    content: '';
    position: absolute;
    left: 10px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #f2f1f1 transparent transparent transparent;
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    text-align: center;
    pointer-events: none;
    height: 65px;
    line-height: 65px;
    color: #b1b6bd;
    font-size: 14px;
}

.booking-form .submit-btn {
    background: #184c8f;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    height: 90px;
    font-size: 18px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    display: block;
}

.blue-panel{
	background-color: #002d77;
	height:32px;
	width:100%;
	z-index:1;
}

#logo{
	height:76px;
	padding:15px;
	box-sizing: border-box;
}

#logo img{
	height:100%;
	width:auto;
}

.header {
    background-position: right 0px top;
    background-image: radial-gradient(circle at center,rgba(42,46,64,0) 0%,#00073f 80%),url(https://skolahostivar.cz/wp-content/uploads/2020/11/DSC_5037.jpg)!important;
	color:#fff;
	padding:40px 0;
}

.header-text-1{
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.5em;
    line-height: 2.4em;
}

.header-text-2{
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 4vw;
    letter-spacing: 0.35em;
    line-height: 1.2em;
}

.section-name{
	font-family: 'Oswald',Helvetica,Arial,Lucida,sans-serif;
	color: #bf000c;
	font-size: 24px;
}
