@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,300,400,600,700,800);

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller/MullerRegular.eot');
    src: url('../fonts/Muller/MullerRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muller/MullerRegular.woff2') format('woff2'),
    url('../fonts/Muller/MullerRegular.woff') format('woff'),
    url('../fonts/Muller/MullerRegular.ttf') format('truetype'),
    url('../fonts/Muller/MullerRegular.svg#MullerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller/MullerBold.eot');
    src: url('../fonts/Muller/MullerBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muller/MullerBold.woff2') format('woff2'),
    url('../fonts/Muller/MullerBold.woff') format('woff'),
    url('../fonts/Muller/MullerBold.ttf') format('truetype'),
    url('../fonts/Muller/MullerBold.svg#MullerBold') format('svg');
    font-weight: bold;
}

@font-face {
    font-family: 'Muller';
    src: url('../fonts/Muller/MullerBlack.eot');
    src: url('../fonts/Muller/MullerBlack.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Muller/MullerBlack.woff2') format('woff2'),
    url('../fonts/Muller/MullerBlack.woff') format('woff'),
    url('../fonts/Muller/MullerBlack.ttf') format('truetype'),
    url('../fonts/Muller/MullerBlack.svg#MullerBlack') format('svg');
    font-weight: 800;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

html {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url('../event_images/wood.png') no-repeat;
    background-size: cover;
    font-size: 16px;
}

body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url('../event_images/left_bg.png') no-repeat;
    background-position: 0 0;
}

main {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url('../event_images/right_bg.png') no-repeat;
    background-size: contain;
    background-position: right top;
}

.clr {
    clear: both;
}

.row {
    margin-bottom: 0 !important;
}

.wrapper {
    width: 1300px;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}

.heading {
    margin-top: 65px;

    font-family: Muller;
    line-height: normal;
    font-size: 4rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;

    color: #3951E7;
}

.heading-dot {
    color: #F21F5B;
}

.heading-itmo {
    color: #2E2FB2;
}

.lead {
    max-width: 800px;
    margin: 35px auto 0;

    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 1.2rem;
    text-align: center;

    color: #222222;
}

.left_hand {
    width: 385px;
    height: 395.5px;
    position: absolute;
    left: -311px;
    bottom: 0;
    z-index: 100;
}

.right_hand {
    width: 385px;
    height: 395.5px;
    position: absolute;
    right: -310px;
    bottom: 0;
    z-index: 100;
}

@media (max-width: 1200px) {
   .heading {
       font-size: 52px;
   }
}