#menu ul {
    top: 40%;
    width: 100%;
    left: unset;
    text-align: center;
}

#menu {
    max-width: 300px;
    width: 100%;
}

.menlst{
    display: flex;
}

#menu li {
    font-size: 35px;
    font-family: 'Financier Display';
    font-weight: 100;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5em;
}

#menu ul li ul {
    position: initial;
    transform: translateY(-0%);
}

.sub {
    font-size: 25px !important;
}

.fol {
    position: absolute;
    bottom: 50px;
    left: 35px;
}

.foll {
    transform: translateY(0%) !important;
    top: 70% !important;
    display: block;
}

.foll1 {
    transform: translateY(105%) !important;
    top: 80% !important;
    display: flex;
}

.fnt {
    font-size: 25px !important;
    margin-top: 25px !important;
    line-height: 1;
    color: inherit;
}

.fntt {
    padding: 5px 20px;
    line-height: 1;
}

.imo {
    font-size: 20px !important;
}

ul.foll li {
    display: initial;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: relative;
    background-color: inherit;
    min-width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#menu li a::after {
    background: rgba(255, 255, 255, 0) !important;
}

#studio-header h1 span {
    display: none;
}

#studio-header h1 {
    font-size: 56px;
    line-height: unset;
}

#footer .social-icons{
    text-align: right;
    width:100%;
    justify-content: center;
}

#footer a{
    position: relative;
    
}

#footer *{
    font-size: initial;
    
}

#footer li,#footer p{
    font-size: initial;
    color:#f2f5f7!important
}


#footer{
    position: relative;
    flex-direction: column;
    padding: 0% 3% 0.4% 10%;
    width: 100%;
}
#footer .social-icons li a{
    text-decoration: none;
    color: #f2f5f7!important;
    display: inline-block;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    margin: auto;
    text-align: center;
    font-size: 1rem;
    cursor: pointer;
    padding: 10px;
}

#footer .social-icons li a:hover{
    color: #000!important;
    background-color: #f2f5f7;
    border: 1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}

.contact-info #intro-p1{
    width:initial;
    margin:0;
}

.contact-info {
    display: flex;
    justify-content: space-between;
    
}

.fmly{
    font-size: 56px!important;

}

#r-nav img{
    width:60px;
    position:fixed;
  
}






    @media screen and (max-width:700px) {
    
.menlst{
    display: grid;
}


.fmly {
    font-size: calc(2vw + 2vh)!important;
}
#footer li, #footer p {
    font-size: calc(1.1vw + 1.1vh);
}
}