* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
}

/* nav */

nav {
    position: absolute;
}

nav ul {
    list-style: none;
}

nav a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: larger;
    color: white;
    text-decoration: none;
}

.items_div {
    display: flex;
    align-items: center;
    object-fit: contain;
    background-color: black;
    width: 100vw;
    height: 10vh;
    color: white;
}

.item {
    padding-left: 12px;
    padding-right: 12px;
}

.srk {
    width: 10vw;
    object-fit: contain;
}

.items {
    width: 10vw;
    display: flex;
    align-items: center;
}

.instag3 {
    width: 2vw;
    left:  71vw;
    position: relative;
}

.instag2 {
    width: 2vw;
    left:  70vw;
    position: relative;
}

.instag {
    width: 2vw;
    left:  70.5vw;
    position: relative;
}

/* homepage */

.main_section {
    height: 100vh;
    background-image: url(./img/wave.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* .fpimg {
    display: flex;
    justify-content: center;
    top: calc(50vh - 275px + 0px);
    margin: auto;
    width: 30;
    position: relative;
} */

.fptext {
    top: 30vh;
    display: flex;
    justify-content: center;
    font-size: 70px;
    position: relative;
    color: black;
    -webkit-text-stroke: 2px white;
}

.fpbutton a {
    left: 45%;
    top: 32vh;
    width: 10vw;
    height: 5vh;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 30px;
    position: relative;
    color: white;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}

.color {
    color: white;
    -webkit-text-stroke: 2px black;
    padding-left: 20px;
    padding-right: 20px;
}