*{margin:0;padding:0;}
.left-top {
    width: 100%;
    text-align: center;
    background: url(../images/left-top-bg.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-size: auto 100%;
	position: relative;
}
.right-bottom {
    width: 100%;
    text-align: center;
    background: url(../images/right-bottom-bg.png);
    background-repeat: no-repeat;
    height: 50vh;
    background-size: auto 100%;
    background-position: right;
	position: relative;
}
.opening-soon {
    height: 100vh;
    background-color: #ff8c42;
}
img.centered {
    max-width: 100%;
    max-height: 100%;
}
.left-top img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.big-header {
    color: #ffffff;
    font-family: Rubik;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
}
.mid-header {
    color: #ffffff;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.subscription-form input {
    width: 347px;
    height: 54px;
    box-shadow: 0 0 20px rgba(183, 72, 0, 0.5);
    border-radius: 27px;
    background-color: #ffffff;
    border: none;
    color: #999999;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
	margin: 0 7px;
	padding-left: 25px;
}
.subscribe {
    width: 197px;
    height: 53px;
    box-shadow: 1px 1px 1px 0px rgba(197, 79, 0, 0.55);
    border-radius: 27px;
    display: block;
    float: left;
    background: url(../images/Rounded_Rectangle_2_copy_8.png);
    color: #ffffff;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 53px;
    margin: 0 7px;
}
.subscribe:hover {
    background: url(../images/Rounded_Rectangle_2_copy_8-hover.png);
}
.subscription-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.small-header {
    color: #ffffff;
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}
.social-buttons {
    display: flex;
    justify-content: center;
}
.social-buttons a {
    background: url(../images/Ellipse_5.png);
    width: 39px;
    height: 39px;
    box-shadow: 1px 1px 1px 0px rgba(197, 79, 0, 0.55)
    display: block;
    text-align: center;
    line-height: 39px;
    position: relative;
	border-radius: 50%;
	margin: 0 7px;
	background-size: 100% 100%;
}
.social-buttons a img {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.right-bottom .small-header {
    position: absolute;
    bottom: 10%;
	left: 0;
    right: 0;
}
.right-bottom .social-buttons {
    position: absolute;
    bottom: calc(10% + 24px);
    left: 0;
    right: 0;
}
.right-bottom .big-header {
    margin: 1% 0;
}
.right-bottom .mid-header {
    margin: 1% 0 2% 0;
    display: block;
}
@media (max-width:767px){
	.big-header {font-size: 24px;}
	.mid-header {font-size: 14px;}
	.subscription-form input {width: 280px;height: 48px;margin: 1% 0;}
	.subscribe {margin: 1% 0;width: 180px;height: 48px;}
}