.new-nav {    
    height: 62px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;    
    z-index: 50;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new-nav-logo {
    padding-left: 21px;
    display: none;
}

.new-nav-mobile-logo {
    padding-left: 21px;
    display: flex; 
}

.hamburger-menu-button {
    display: flex; 
    margin-right: 1.25rem;
    justify-content: end;
    cursor: pointer;
}

.new-white-nav-menu {
    padding-left: 21px;
    padding-right: 38px;    
    width: auto;
    display: none;
    justify-content: center;
    align-items: center;        
}

.new-nav-menu {
    padding-left: 21px;
    padding-right: 38px;
    width: auto;
    display: none;
    justify-content: center;
    align-items: center;        
}

.footer-container {
    position: relative;
    display: flex;    
    flex-direction: column;
}

.take-only-photo {
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer-menu {
    padding-left: 0px;
    padding-right: 30px;    
}
.footer-menu li {    
    list-style: none;
    font-family: "Sora";    
    font-size: medium;
    padding-top: 10px;
    padding-bottom: 10px;    
    border-bottom: 1px solid #393939
}

.footer-menu a {
    color: #74767C;
  } 
  .footer-menu  a:hover {
    color:white;
  } 

@media screen and (min-width: 1024px) {

    .footer-container {
        position: relative;
        display: flex;           
        flex-direction: row;
    }

    .take-only-photo {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .new-nav {    
        height: 89px;
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;    
        z-index: 50;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .new-nav-logo {                
        display: flex;
    }
    .new-nav-mobile-logo {                
        padding-left: 21px;
        display: none;
    }

    .hamburger-menu-button {
        display: none;
    }

    .new-nav-menu {       
        padding-left: 21px;
        padding-right: 38px;    
        display: flex;
    }

    .new-white-nav-menu {
        padding-left: 21px;
        padding-right: 38px;    
        display: flex;
    }

    .footer-menu {
        padding-left: 0px;
        padding-right: 0px;    
    }
    
}



.new-nav-menu > ul {
    list-style: none;
    width: 100%;
    margin: 0 0;
    font-family: "Sora";    
    font-size: .75rem;
    line-height: 1rem;       
    font-weight: 500;
}

.new-nav-menu > ul > li {
    display: inline;
    margin-left: 2.5rem;    
}

.new-nav-menu > ul > li > a {
    color: white;
    
}
  
.new-nav-menu > ul > li > a:hover {
    color: black;
    text-decoration: none;
}  

.try-the-app-for-free {
    border-style: solid;
    border-width: 1px;
    border-color: white;
    border-radius: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}


.new-white-nav-menu > ul {
    list-style: none;
    width: 100%;
    margin: 0 0;
    font-family: "Sora";    
    font-size: .75rem;
    line-height: 1rem;       
    font-weight: 500;
}

.new-white-nav-menu > ul > li {
    display: inline;
    margin-left: 2.5rem;    
}

.new-white-nav-menu > ul > li > a {
    color: #74767C;
}
  
.new-white-nav-menu > ul > li > a:hover {
    color: black;
    text-decoration: none;
}  

.try-the-app-for-free-white {
    border-style: solid;
    border-width: 1px;
    border-color: black;
    border-radius: 40px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.mobile-menu {
    position: fixed;
    z-index: 51;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    background-color: rgba(0,0,0,0.9);
    color: white;
}

.mobile-menu-top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;    
    height: 62px;    
    border-bottom: 1px solid white;
}

.mobile-menu-item-container {
    text-align: right;
}

.mobile-menu-item {
    margin-top: 35px;
    font-size: 2rem; /* 36px */
    line-height: 2.5rem; /* 40px */
    font-family: RadionA;
}

.mobile-menu-item a {
    color: white;
}
  
.mobile-menu-item a:hover {    
    color: #74767C;
    text-decoration: none;
}

.mobile-menu-social a {
  margin-top: 3.5rem;
}