* {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: black;
}

ul {
    list-style-type: none;
    padding: 0;
}

html,
body {
    height: 100%;
    color: #000000;
    overflow-x: hidden;
}

.large-pad {
    padding-left: 10%;
    padding-right: 10%;
}

.pad-top-small {
    padding-top: 30px;
}

.pad-bottom-small {
    padding-bottom: 30px;
}

.pad-top {
    padding-top: 60px;
}

.pad-bottom {
    padding-bottom: 60px;
}

.margin-top {
    margin-top: 60px;
}

.margin-bottom {
    margin-bottom: 60px;
}

@media (max-width:1386px) {
    .large-pad {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (max-width:1199px) {
    .large-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:767px) {
    .large-pad {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width:575px) {
    .pad-top {
        padding-top: 30px;
    }
    
    .pad-bottom {
        padding-bottom: 30px;
    }

    .margin-top {
        margin-top: 30px;
    }
    
    .margin-bottom {
        margin-bottom: 30px;
    }
}

body.index {
    background-image: url('assets/index_background.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.home-wrapper {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.insta-cta {
    font-family: 'Noto Serif', serif;
    letter-spacing: 3px;
}

#instafeed-container {
    width: 80%;
    margin-top: 30px;
    /* margin-right: 10%; */
}

#instafeed-container a {
    display: inline-block;
    width: 33.33%;
    transition: all 0.35s ease;
}

#instafeed-container a:hover {
    transform:scale(1.025); 
    z-index: 99;
    box-shadow: 5px 5px 5px #000000;
}

#instafeed-container a img {
    max-width: 100%;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 100px;
    margin-bottom: 45px;
}

h1, h2, h2 a {
    color: white;
    margin-bottom: 15px;
}

h2 a {
    font-size: 30px;
    color: white;
}

body.index {
    font-family: 'Noto Serif', serif;
}

h1 {
    font-weight: bold;
}

.p-about {
    max-width: 800px;
    font-family: 'Noto Serif', serif;
    letter-spacing: 1px;
}

.index h1 {
    color: #000000;
    opacity: 1;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
}

a.insta-cta {
    color: #000000;
}

a.insta-cta:hover {
    color: #000000;
}

h2 {
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}

body.videos {
    background-image: url('assets/background_3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

body.page, body.videos.presentation {
    background-image: url('assets/background_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

body.videos.presentation {
    background-image: url('assets/background_1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}

.video-wrapper-home {
    width: 60%;
    margin-left: 20%;
}

video.home-video {
    width: 100%;
}

iframe {
    width: 100%;
    height: auto;
    min-height: 600px;
}

.index .wrapper, .videos .wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button {
    width: 200px;
    height: 200px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border-radius: 10px;
}

.button-fixed {
    width: 100px;
    height: 100px;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 10px;
}

.button-fixed:hover {
    text-decoration: none;
    color: white;
}

.button-fixed.active {
    background-color: white;
    color: black;
}

.button, .button-fixed {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.button:hover {
    background-color: white;
    text-decoration: none;
    color: black;
}

.button-fixed {
    font-size: 14px;
}

#buttons-fixed {
    top: 0;
    right: 0;
    height: 100vh;
    padding: 30px;
    margin-right: 30px;
}

h1 {
    opacity: 0;
}

.index .wrapper {
    background-image: url('assets/background_final.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 120vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page h1 {
    opacity: 1;
}

@media (max-width: 1199px) {
    .video-wrapper-home {
        width: 80%;
        margin-left: 10%;
    }
}

@media (max-width: 991px) {
    #instafeed-container a {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .index .wrapper {
        background-image: url('assets/background_44.jpg');
        height: 100vh;
    }
    #instafeed-container a {
        width: 100%;
    }
    #instafeed-container a img {
        max-width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
    }
    .video-wrapper-home {
        width: 90%;
        margin-left: 5%;
    }
}

.presentation iframe {
    width: 60%;
}