@font-face {
    font-family: 'Gotham light';
    src: url('fonts/GothamLight.otf'),
    url('fonts/GothamLight.ttf');
}

@font-face {
    font-family: "Gotham medium";
    src: url("fonts/GothamMedium.otf"),
    url('fonts/GothamMedium.ttf');
}

body {
    width: 100%;
    zoom: 100%;
    margin: 0;
    font-family: "Gotham light";
    background: #3eb3d3;
}

video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    z-index: -1;
    object-fit: cover;
}

#wrapper {
    width: 100%;
    text-align: center;
}

h1 {
    width: 1500px;
    font-size: 70px;
    margin-top: 5%;
    margin-right: auto;
    margin-left: auto;
    color: white;
    font-weight: bold;
    text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
}

h2 {
    font-size: 43px;
    margin-top: 3%;
    color: white;
    text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
}

.menublock {
    width: 260px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.66);
    margin: 0;
}

.menublock:hover {
    width: 260px;
    outline: 2px solid white;
}

.menublock:hover {
    transform: scale(1.1);
    transition: ease-in-out .1s;
}

.menublock:hover p {
    color: white;
}

.menublock p {
    font-family: "Gotham Medium";
    color: rgba(255, 255, 255, 0.76);
    font-size: 25px;
    width: 250px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blocks {
    list-style: none;
    padding-right: 100px;
    float: left;
}

.last {
    list-style: none;
    float: left;
    padding: 0;
}

.menu {
    margin-top: 2%;
    width: 1356px;
    display: inline-block;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}

.bar {
    margin-top: 10%;
    width: 978px;
    max-width: 978px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    outline: solid rgba(255, 255, 255, 0.31) 2px;
    margin-right: auto;
    margin-left: auto;
}

.bar:hover {
    outline: 2px solid white;
    background-color: rgba(0, 0, 0, 0.8);
}

.bar:hover a {
    color: white;
}

.libar {
    list-style: none;
    width: 100px;
    padding-right: 160px;
    display: inline-block;
}

.barcontainer {
    text-align: center;
}

.barli p {
    width: 150px;
    height: 50px;
    font-family: "Gotham Medium";
    color: rgba(255, 255, 255, 0.76);
    font-size: 25px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: inherit;
}

.effect:hover {
    transform: scale(1.2);
    transition: ease-in-out .1s;
}

.te:hover {
    font-style: italic;
}

@media only screen and (min-width: 1251px) and (max-width: 1285px) {
    @font-face {
        font-family: 'Gotham light';
        src: url('fonts/GothamLight.otf'),
        url('fonts/GothamLight.ttf');
    }

    @font-face {
        font-family: "Gotham medium";
        src: url("fonts/GothamMedium.otf"),
        url('fonts/GothamMedium.ttf');
    }

    body {
        width: 100%;
        zoom: 100%;
        margin: 0;
        font-family: "Gotham light";
        background: #3eb3d3;
    }

    video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0%;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
    }

    #wrapper {
        width: 100%;
        text-align: center;
    }

    h1 {
        width: 1200px;
        font-size: 50px;
        margin-top: 3%;
        margin-right: auto;
        margin-left: auto;
        color: white;
        font-weight: bold;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    h2 {
        font-size: 40px;
        margin-top: 1%;
        color: white;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    .menublock {
        width: 200px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.66);
        margin: 0;
    }

    .menublock:hover {
        width: 200px;
        outline: 2px solid white;
    }

    .menublock:hover {
        transform: scale(1.1);
        transition: ease-in-out .1s;
    }

    .menublock:hover p {
        color: white;
    }

    .menublock p {
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 20px;
        width: 200px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks {
        list-style: none;
        padding-right: 100px;
        float: left;
    }

    .last {
        list-style: none;
        float: left;
        padding: 0;
    }

    .menu {
        margin-top: 2%;
        width: 1100px;
        display: inline-block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .bar {
        margin-top: 6%;
        width: 900px;
        max-width: 978px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        outline: solid rgba(255, 255, 255, 0.31) 2px;
        margin-right: auto;
        margin-left: auto;
    }

    .bar:hover {
        outline: 2px solid white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bar:hover a {
        color: white;
    }

    .libar {
        list-style: none;
        width: 100px;
        padding-right: 160px;
        display: inline-block;
    }

    .barcontainer {
        text-align: center;
    }

    .barli p {
        width: 150px;
        height: 50px;
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 25px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .effect:hover {
        transform: scale(1.2);
        transition: ease-in-out .1s;
    }

    .te:hover {
        font-style: italic;
    }
}

@media only screen and (min-width: 1286px) and (max-width: 1366px) {
    @font-face {
        font-family: 'Gotham light';
        src: url('fonts/GothamLight.otf'),
        url('fonts/GothamLight.ttf');
    }

    @font-face {
        font-family: "Gotham medium";
        src: url("fonts/GothamMedium.otf"),
        url('fonts/GothamMedium.ttf');
    }

    body {
        width: 100%;
        zoom: 100%;
        margin: 0;
        font-family: "Gotham light";
        background: #3eb3d3;
    }

    video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0%;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
    }

    #wrapper {
        width: 100%;
        text-align: center;
    }

    h1 {
        width: 1200px;
        font-size: 60px;
        margin-right: auto;
        margin-left: auto;
        color: white;
        font-weight: bold;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    h2 {
        font-size: 43px;
        margin-top: 3%;
        color: white;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    .menublock {
        width: 260px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.66);
        margin: 0;
    }

    .menublock:hover {
        width: 260px;
        outline: 2px solid white;
    }

    .menublock:hover {
        transform: scale(1.1);
        transition: ease-in-out .1s;
    }

    .menublock:hover p {
        color: white;
    }

    .menublock p {
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 25px;
        width: 250px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks {
        list-style: none;
        padding-right: 50px;
        float: left;
    }

    .last {
        list-style: none;
        float: left;
        padding: 0;
    }

    .menu {
        margin-top: 2%;
        width: 1200px;
        display: inline-block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .bar {
        margin-top: 2%;
        width: 978px;
        max-width: 978px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        outline: solid rgba(255, 255, 255, 0.31) 2px;
        margin-right: auto;
        margin-left: auto;
    }

    .bar:hover {
        outline: 2px solid white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bar:hover a {
        color: white;
    }

    .libar {
        list-style: none;
        width: 100px;
        padding-right: 160px;
        display: inline-block;
    }

    .barcontainer {
        text-align: center;
    }

    .barli p {
        width: 150px;
        height: 50px;
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 25px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .effect:hover {
        transform: scale(1.2);
        transition: ease-in-out .1s;
    }

    .te:hover {
        font-style: italic;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1440px) {
    @font-face {
        font-family: 'Gotham light';
        src: url('fonts/GothamLight.otf'),
        url('fonts/GothamLight.ttf');
    }

    @font-face {
        font-family: "Gotham medium";
        src: url("fonts/GothamMedium.otf"),
        url('fonts/GothamMedium.ttf');
    }

    body {
        width: 100%;
        zoom: 100%;
        margin: 0;
        font-family: "Gotham light";
        background: #3eb3d3;
    }

    video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0%;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
    }

    #wrapper {
        width: 100%;
        text-align: center;
    }

    h1 {
        width: 1200px;
        font-size: 60px;
        margin-top: 5%;
        margin-right: auto;
        margin-left: auto;
        color: white;
        font-weight: bold;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    h2 {
        font-size: 43px;
        margin-top: 3%;
        color: white;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    .menublock {
        width: 230px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.66);
        margin: 0;
    }

    .menublock:hover {
        width: 230px;
        outline: 2px solid white;
    }

    .menublock:hover {
        transform: scale(1.1);
        transition: ease-in-out .1s;
    }

    .menublock:hover p {
        color: white;
    }

    .menublock p {
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 24px;
        width: 230px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks {
        list-style: none;
        padding-right: 100px;
        float: left;
    }

    .last {
        list-style: none;
        float: left;
        padding: 0;
    }

    .menu {
        margin-top: 2%;
        width: 1220px;
        display: inline-block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .bar {
        width: 978px;
        max-width: 978px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        outline: solid rgba(255, 255, 255, 0.31) 2px;
        margin-right: auto;
        margin-left: auto;
    }

    .bar:hover {
        outline: 2px solid white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bar:hover a {
        color: white;
    }

    .libar {
        list-style: none;
        width: 100px;
        padding-right: 160px;
        display: inline-block;
    }

    .barcontainer {
        text-align: center;
    }

    .barli p {
        width: 150px;
        height: 50px;
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 25px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .effect:hover {
        transform: scale(1.2);
        transition: ease-in-out .1s;
    }

    .te:hover {
        font-style: italic;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
    @font-face {
        font-family: 'Gotham light';
        src: url('fonts/GothamLight.otf'),
        url('fonts/GothamLight.ttf');
    }

    @font-face {
        font-family: "Gotham medium";
        src: url("fonts/GothamMedium.otf"),
        url('fonts/GothamMedium.ttf');
    }

    body {
        width: 100%;
        zoom: 100%;
        margin: 0;
        font-family: "Gotham light";
        background: #3eb3d3;
    }

    video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0%;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
    }

    #wrapper {
        width: 100%;
        text-align: center;
    }

    h1 {
        width: 1200px;
        font-size: 60px;
        margin-top: 5%;
        margin-right: auto;
        margin-left: auto;
        color: white;
        font-weight: bold;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    h2 {
        font-size: 43px;
        margin-top: 3%;
        color: white;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    .menublock {
        width: 230px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.66);
        margin: 0;
    }

    .menublock:hover {
        width: 230px;
        outline: 2px solid white;
    }

    .menublock:hover {
        transform: scale(1.1);
        transition: ease-in-out .1s;
    }

    .menublock:hover p {
        color: white;
    }

    .menublock p {
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 24px;
        width: 230px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks {
        list-style: none;
        padding-right: 100px;
        float: left;
    }

    .last {
        list-style: none;
        float: left;
        padding: 0;
    }

    .menu {
        margin-top: 2%;
        width: 1220px;
        display: inline-block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .bar {
        width: 978px;
        margin-top: 6%;
        max-width: 978px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        outline: solid rgba(255, 255, 255, 0.31) 2px;
        margin-right: auto;
        margin-left: auto;
    }

    .bar:hover {
        outline: 2px solid white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bar:hover a {
        color: white;
    }

    .libar {
        list-style: none;
        width: 100px;
        padding-right: 160px;
        display: inline-block;
    }

    .barcontainer {
        text-align: center;
    }

    .barli p {
        width: 150px;
        height: 50px;
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 25px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .effect:hover {
        transform: scale(1.2);
        transition: ease-in-out .1s;
    }

    .te:hover {
        font-style: italic;
    }
}

@media only screen and (max-width: 1250px) {
    @font-face {
        font-family: 'Gotham light';
        src: url('fonts/GothamLight.otf'),
        url('fonts/GothamLight.ttf');
    }

    @font-face {
        font-family: "Gotham medium";
        src: url("fonts/GothamMedium.otf"),
        url('fonts/GothamMedium.ttf');
    }

    body {
        width: 100%;
        zoom: 100%;
        margin: 0;
        font-family: "Gotham light";
        background: #3eb3d3;
    }

    video {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0%;
        min-width: 100%;
        min-height: 100%;
        overflow: hidden;
        z-index: -1;
        object-fit: cover;
    }

    #wrapper {
        width: 100%;
        text-align: center;
    }

    h1 {
        width: 1000px;
        font-size: 50px;
        margin-top: 5%;
        margin-right: auto;
        margin-left: auto;
        color: white;
        font-weight: bold;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    h2 {
        font-size: 43px;
        margin-top: 3%;
        color: white;
        text-shadow: 5px 5px 11px rgba(11, 11, 11, 0.4);
    }

    .menublock {
        width: 190px;
        height: 100px;
        background-color: rgba(0, 0, 0, 0.66);
        margin: 0;
    }

    .menublock:hover {
        width: 190px;
        outline: 2px solid white;
    }

    .menublock:hover {
        transform: scale(1.1);
        transition: ease-in-out .1s;
    }

    .menublock:hover p {
        color: white;
    }

    .menublock p {
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 18px;
        width: 190px;
        height: 100px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .blocks {
        list-style: none;
        padding-right: 60px;
        float: left;
    }

    .last {
        list-style: none;
        float: left;
        padding: 0;
    }

    .menu {
        margin-top: 2%;
        width: 1000px;
        display: inline-block;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .bar {
        margin-top: 4%;
        width: 978px;
        max-width: 978px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.3);
        outline: solid rgba(255, 255, 255, 0.31) 2px;
        margin-right: auto;
        margin-left: auto;
    }

    .bar:hover {
        outline: 2px solid white;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .bar:hover a {
        color: white;
    }

    .libar {
        list-style: none;
        width: 100px;
        padding-right: 160px;
        display: inline-block;
    }

    .barcontainer {
        text-align: center;
    }

    .barli p {
        width: 150px;
        height: 50px;
        font-family: "Gotham Medium";
        color: rgba(255, 255, 255, 0.76);
        font-size: 23px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    .effect:hover {
        transform: scale(1.2);
        transition: ease-in-out .1s;
    }

    .te:hover {
        font-style: italic;
    }
}
