* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Outfit", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    
}

.desktop_view {
    display: none;
}

.outfit-website {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a {text-decoration: none; color: rgb(255, 255, 255); }

body {
 background-image: url("../Menu/images/mobilemenu.png");
 background-color: #cccccc;
 background-attachment: fixed;
  background-size: cover;
 background-repeat: no-repeat;
}



.logo_img {
    position: absolute;
    top: 57%;
}

.logo_menu {
    position: relative;
    width: 80%;
    height: auto;
    top: 0%;
    left: 10%;
}

.fa-brands {
    size: 10%;
}

.social_links {
    position: absolute; 
    top: 85%;
    left: 35%;
}

.page_links {
    position: absolute;
    top: 6%;
    width: 80%;
}

.page_links ul li a {
    position: absolute;
    width: 60%;
    font-size: 18px;
    list-style-type: none;
    
}

.page_links li {
    padding-top: 0%;
    padding-bottom: 18%;
    padding-left: 10%;
}

.page_links ul {
    list-style: none;
}


button {text-decoration: none; border: none; color: none; background: transparent;}

.close_button {
    margin-top: 8%;
    width:50%;
    margin-left: 85%;
}

.fa-solid {
    color: white;
    
}