body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat';
	font-size: 18px;
	line-height: 30px;
	overflow-x: hidden;
	background: #39998b;
}

.top_header img {
    width: 100%;
}
.page_disabled {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.page_disabled h2 {
    color: white;
}

.where_section {
    padding: 50px 0;
    color: white;
    text-align: center;
}
.where_section h2 {
    margin-top: 0;
    font-size: 65px;
    line-height: 65px;
}
.where_section h3 {
    font-size: 60px;
    line-height: 60px;
    margin: 0;
    font-weight: 300;
}
.where_section hr {
    border: 1px solid white;
    margin: 50px;
}
.where_section h4 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    font-weight: 300;
}
.map_section {
    margin-bottom: -10px;
    position: relative;
}
.map_section img {
    width: 100%;
}
.map_btn {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 50px;
    width: 100%;
}
.map_btn a {
    color: white;
    font-size: 30px;
    background: 534595;
    padding: 20px 40px;
    border-radius: 10px;
    text-decoration: none;
    background: #534595;
}
.map_btn a:hover {
    background: #3a2f7a;
}

.info_section {
    padding: 50px 0 150px;
    color: white;
    text-align: left;
    background-color: #ff8da3;
    background-image: url('/assets/Securitas_info_bg.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.atrakcje_section {
    padding: 50px 0 150px;
    color: white;
    text-align: left;
    background-color: #41638b;
    background-image: url('/assets/Securitas_atrakcje_bg.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.atrakcje_section h3,
.info_section h3{
    font-size: 65px;
}

.atrakcje_section h4 {
    font-size: 65px;
    line-height: 65px;
    margin: 20px;
    font-weight: 300;
}
#form {
    background-color: #9bcda5;
    background-image: url('/assets/Securitas_form_bg.png');
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
#form h3 {
    font-size: 65px;
    color: #24214b;
}

.field {
    border:2px solid #42638c;
    background-color: #d8d8d6;
    color: #24214b;
    font-weight: 500;
}
.field input {
    background-color: #d8d8d6;
}

label {
    font-size: 18px;
    line-height: 24px;
}

label a {
    text-decoration: none;
    color: #24214b !important;
}

label a:hover {
    text-decoration: underline;
}

.submit_new {
    color: white;
    font-size: 30px;
    background: 534595;
    padding: 20px 40px;
    border-radius: 10px;
    text-decoration: none;
    background: #534595;
    border: none;
}

.regulation_section {
    padding: 50px 0 150px;
    color: white;
    text-align: left;
    background-color: #41638b;
    background-image: url('/assets/Securitas_regulations_bg.png');
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.regulation_section h3,
.info_section h3{
    font-size: 65px;
}

.regulation_section h4 {
    font-size: 65px;
    line-height: 65px;
    margin: 20px;
    font-weight: 300;
}

.grid__child {
    background: #42638c;
}
.grid__child--bg {
    background-color: #ff8da4;
}
.footer_img img {
    width: 100%;
}

footer {
    padding: 0;
    margin-top: -10px;
    background: #79a340;
    color: white;
}

footer a {
    color: white;
}