/*--------------Global------------*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
html{
    scroll-behavior: smooth;
} 
body{
    font-family: 'Poppins', sans-serif;
   
} 
.wrapper{
    width: 70%;
    margin: 0 auto;
}
nav {
    width: 100%;
    background: white;
    height: 70px;
    position: static;
    z-index: 1;
}
nav #brand {
    float: left;
    display: block;
    margin-top: 50px;
}
nav #barnd a {
    color: #000;
    transition:  all 0.3s ease-out;
}
nav #menu {
    float: right;
    position: relative;
}
nav #menu li {
    display: inline-block;
    padding: 0px 0px 0px 70px;
    cursor: pointer;
    line-height: 150px;
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease-out;
}
nav #menu li a {
    color: grey;
}
#menu li a {
    transition: all 0.3s ease 0s;
}
#menu li a:hover{
    color: black;
}
.home{
    color: black;
}
.lock-scroll {
    overflow: hidden;
}
#toggle{
    position: fixed;
    right: 20px;
    top: 30px;
    z-index: 999;
    width: 30px;
    height: 30px;
    cursor: pointer;
    float: right;
    transition: all 0.3s ease-out;
    visibility: hidden;
    opacity: 0;
}
#toggle .span{
    height: 3px;
    background: rgb(0, 0, 0);
    margin: 5px auto;
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
}
#toggle.on #one {
    transform: rotate(45deg) translateX(2px) translateY(4px);
}
#toggle.on #two {
    opacity: 0;
}
#toggle.on #three {
    transform: rotate(-45deg) translateX(8px) translateY(-10px);
}
#resize {
    z-index: 1;
    top: 0px;
    position: fixed;
    background: rgb(255, 255, 255);
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
#resize #menu {
    justify-content: center;
    align-items: center;
}
#resize #menu li{
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.3s ease-out;
    justify-content: center;
    align-items: center;
    
}
#resize #menu li a {
    color: rgb(121, 121, 121);
    letter-spacing: -2px;
    font-size: 35px;
    
    text-align: center;
    transition: all 0.3s ease 0s;
    justify-content: center;
    align-items: center;
}
#resize #menu li a:hover{
    color: black;
}
#brand2 {
   position: absolute;
   top: 30px;
   left: 5%;
}
.projects{
    font-weight: 700;
    position: absolute;
    color: #000;
    top: 35%;
    left: 5%;
}
.abouts{
    font-weight: 700;
    position: absolute;
    top: 42%;
    left: 5%; 
}
.contacts{
    font-weight: 700;
    position: absolute;
    top: 49%;
    left: 5%;
}
.menusocial{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    bottom: 140px;
    left: 5%;
}
.IG{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 110px;
    color: #000;
    left: 5%;
}
.Behance{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 80px;
    color: #000;
    left: 5%;
}
.Medium{
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    color: #000;
    left: 5%;
}
#resize h2{
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 5px;
    position: absolute;
    top: 33%;
    left: 5%;
}
#resize h4{
    font-weight: 400;
    font-size: 10px;
    text-align: right;
    padding-top: 1em;
    position: absolute;
    bottom: 55px;
    right: 5%;
}
#resize.active {
    visibility: visible;
    opacity: 0.99;
}









.section1{
    align-items: center;
    text-align: center;
    margin-top: 100px;
}

h1{
    color: black;
    font-weight: 300;
    font-size: 80px;
    padding-top: 10px;
    
}
.name{
    font-weight: 700;  
    letter-spacing: -2px;
}

.description{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    width: 40%;
    margin: 0 auto;
}

.section2{
    align-items: center;
    text-align: center;
    padding: 50px 15%;
    margin-top: 0px;
}
.btnnext {
    background: none;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer;
    transition: 0.2s ease 0s;
}
.this{
    text-decoration: none;
    color: #000;
}

.btnn1{
    font-weight: 400;
}
.btnn1:hover{
    font-weight: 600;
    font-size: 25px;
    text-decoration: none;
}

/*----iDesign----*/
#idesign{
    font-size: 65px;
    margin: 100px 0px 0px 15% ;
}
.design{
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-weight: 800;
}

/*----01unilagcasestudy----*/
.workcontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 20px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.workcontainer:hover{
    opacity: 0.7;
}
.workdescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.one{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px;
}
.unilag{
    font-size: 50px;
    font-weight: 600;
    margin-top: -20px;
}
.sp{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.casestudydescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}

/*----02wecare----*/
.wecarecontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 200px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.wecarecontainer:hover{
    opacity: 0.7;
}
.wecaredescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.two{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px;
}
.wecare{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.websitedescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}

/*----03branding----*/
.brandingcontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 200px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.brandingcontainer:hover{
    opacity: 0.7;
}
.brandingdescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.three{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px;
}
.branding{
    font-size: 50px;
    font-weight: 600;
    margin-top: -20px;
}
.promo{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.promodescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}

/*----iShoot----*/
.ishoot{
    font-size: 65px;
    margin: 200px 0px 0px 15% ;
}
.shoot{
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    font-weight: 800;
}

/*----bloodtypemtblk----*/
.mtblkcontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 20px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.mtblkcontainer:hover{
    opacity: 0.7;
}
.mtblkdescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.four{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px;
}
.bloodtype{
    font-size: 50px;
    font-weight: 600;
    margin-top: -20px;
}
.matteblack{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.bldtypdescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}

/*----documentaryphotos----*/
.doccontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 200px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.doccontainer:hover{
    opacity: 0.7;
}
.docdescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.five{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px;  
}
.doc{
    font-size: 50px;
    font-weight: 600;
    margin-top: -20px;
}
.photo{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.docphotodescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}

/*----portraits----*/
.portraitcontainer{
    display: flex;
    flex: 1;
    width: 70%;
    margin: 200px 0px 0px 15%;
    align-items: center;
    transition: 0.6s ease 0s;
}
.portraitcontainer:hover{
    opacity: 0.7;
}
.portraitdescription{
    display: flex;
    width: 70%;
    margin: auto;
    align-items: center;
}
.six{
    font-size: 100px;
    font-weight: 800;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
    margin: -15px 20px 0px 0px; 
}
.portraits{
    font-size: 50px;
    font-weight: 600;
    margin-top: -30px;
}
.pordescription{
    font-size: 20px;
    font-weight: 300;
    width: 30%;
    margin: -20px 0px 0px 15%;
}
.mobile {
    display: none; 
 }
 

/*---footer---*/
.footer1{
    align-items: center;
    width: 70%;
    margin: 150px auto 150px auto;
    height: 15vh;
}
.hire{
    font-size: 15px;
    font-weight: 300;
    color: rgb(150, 150, 150);
    letter-spacing: 5px;
    text-align: center;
    padding-bottom: 1em;
}
.together a{
    color: black;
}
.together{
    font-size: 70px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 0 auto;
    transition: 0.5s;
    cursor: pointer;
    border-bottom: 10px solid white;
    width: 50%;
    color: black;
}
.together:hover{
    width: 50%;
    border-bottom: 10px solid black;
}
.footer2{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0px auto 80px auto;
    border-top: 1px solid lightgray;
    padding-top: 5em;
}
.contact{
    width: 30%;
    font-size: 15px;
}
.contact1{
    padding-top: 1.5em;
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.Email{
    font-size: 15px;
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
    width: 100%;
}
.mailto{
    font-size: 15px;
    color: black;
    border-bottom: 2px solid white;
    transition: 0.4s;
}
.mailto:hover{
    border-bottom: 2px solid black;
}
.phone{
    font-size: 15px;
    color: rgb(100, 100, 100);
}
.no{
    color: black;
    font-weight: 400;
}
.latest{
    width: 25%;
    font-size: 15px;
}
.latestprojects{
    list-style: none;
    padding-top: 1.5em;
}
.proj{
    font-size: 15px;
    color: black;
}
.latestprojects li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.latestprojects li a:hover {
    border-bottom: 2px solid black;
}
.available{
    font-size: 15px;
    width: 20%;
    margin-left: -150px;
}
.available1{
    color: rgb(100, 100, 100);
    padding-top: 1.5em;
}
.social{
    font-size: 15px;
}
.social1{
    list-style: none;
    padding-top: 1em;
}
.sociall{
    font-size: 15px;
    color: black;
}
.social1 li a {
    transition: all 0.4s ease 0s;
    border-bottom: 2px solid white;
}
.social1 li a:hover{
    border-bottom: 2px solid black;
}
.footer3{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: -30px auto;
    margin-bottom: 50px;
}
.ftlogo{
    width: 20px;
    opacity: 0.7;
}
.signoff{
    color: rgb(70, 70, 70);
    font-size: 12px;
    font-weight: 400;
    padding-left: 0.5em;
}
.mobile2{
    display: none;
}
#mob{
    display: none;
}
#typed{
    font-size: 35px;
    font-weight: 800;
    letter-spacing: -1px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
}
#mob2{
    margin-top: -40px;
}
#typed2{
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -3px;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
}

.typed-cursor{
   font-size: 100px;
   font-weight: 100;
}







/*-----Responsive-----*/
@media screen and (max-width: 2560px){
    .section1{
        align-items: center;
        text-align: center;
        padding: 200px 15%;
    }
    .footer2{
        margin: -120px auto 80px auto;
    }
}
@media screen and  (max-width: 1440px) {
    nav #menu li {
        font-size: 15px;
        padding: 0px 0px 0px 40px;
    }
    .intro{
        font-size: 70px;
    }
    #typed2{
        font-size: 70px;
    }
    .description{
        font-size: 20px;
        width: 65%;
    }
    .btnnext{
        font-size: 20px;
        margin-top: -50px;
    }
    .unilag, .sp, .wecare, .branding, .promo, .bloodtype, .matteblack, .doc, .photo, .portraits{
        font-size: 40px;
    }
    .one, .two, .three, .four, .five, .six{
        font-size: 80px;
    }
    .casestudydescription, .bldtypdescription, .docphotodescription, .websitedescription, .promodescription, .pordescription{
        width: 50%;
        font-size: 20px;
    }
    .together{
        font-size: 45px;
        font-weight: 700;
        width: 70%;
    }
    .together:hover{
        width: 70%;
    }
    .footer2{
        margin: -100px auto 80px auto;
    }
    .contact, .latest, .available, .social{
        font-size: 12px;
    }
    .available{
        margin-left: 0px;
    }
    .available1{
        font-size: 15px;
    }
    .social{
        width: 12%;
    }
    .contact{
        width: 26%;
    }
    .Email{
        font-size: 13px;
    }
    .mailto{
        font-size: 13px;
    }
    .phone{
        font-size: 13px;
    }
}
 @media screen and (max-width: 1024px){
    nav #menu li {
        font-size: 15px;
        padding: 0px 0px 0px 40px;
    }
    .section2{
        align-items: center;
        text-align: center;
        padding: -20px 15%;
        margin-top: -50px;
    } 
    .intro{
        font-size: 70px;
    }
    #typed2{
        font-size: 70px;
    }
    .btn, .pfill{
        font-size: 40px;
    }
    .description{
        font-size: 15px;
    }
    .btnnext{
        font-size: 20px;
        margin-top: 0px;
    }
    .unilag,.sp, .wecare, .bloodtype, .matteblack, .doc, .photo, .portraits {
        font-size: 40px;
    }
    .branding, .promo{
        font-size: 40px;
    }
    .together{
        font-size: 45px;
        font-weight: 700;
        width: 70%;
    }
    .together:hover{
        width: 70%;
    }
    .footer2{
        margin: -100px auto 80px auto;
    }
    .contact, .latest, .available, .social{
        font-size: 12px;
    }
    .available{
        margin-left: 0px;
    }
    .available1{
        font-size: 15px;
    }
    .social{
        width: 12%;
    }
    .contact{
        width: 26%;
    }
    .Email{
        font-size: 13px;
    }
    .mailto{
        font-size: 13px;
    }
    .phone{
        font-size: 13px;
    }
    .unilag,.sp, .wecare, .bloodtype, .matteblack, .doc, .photo, .portraits {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .branding, .promo{
        font-size: 28px;
    }
    .promo{
        margin-top: -20px;
    }
    .branding{
        margin-top: -20px;
    }
    .unilag, .bloodtype, .doc, .portraits, .wecare{
        margin-top: 0px;
    }
    .one, .two, .three, .four, .five, .six{
        font-size: 60px;
        font-weight: 800;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin: -15px 10px 0px 0px;
    }
    .casestudydescription, .bldtypdescription, .docphotodescription, .websitedescription, .promodescription, .pordescription{
        width: 50%;
        font-size: 15px;
    }
   
 }
 @media screen and (max-width: 850px){
     .wrapper{
        width: 100%;
     }
    .mlogo{
        width: 40px;
   }
    #toggle{
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
   }
   nav #brand{
       margin-left: 5%;
       margin-top: 30px;
   }
   
   #menu a{
       font-family: Poppins;
       font-weight: 700;
       font-size: 30px;
   }

   nav #menu{
       display: none;
    }
    .section1, .section2{
        display: none;
    }  
    .mobile{
       display: contents;
    } 
    
  
    #mob{
        margin-left: 5%;
        display: contents;
    }
    #typed{
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .typed-cursor{
       font-size: 40px;
       font-weight: 300;
    }
    
    .mobile2{
        display: contents;
    }

    .Hi{
        font-size: 25px;
        margin-left: 5%;
        margin-top: 15px;
    } 
    .AD{
        font-size: 30px;
        font-weight: 600;
        margin-top: -20px;
        letter-spacing: -1px;
        margin-left: 5%;
    }   
    .Designer, .PixelConnoisseur{
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: -10px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
        display: none;
    } 
    .Designer{
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .Photographer{
        display: none;
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .PixelConnoisseur{
        font-size: 35px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-top: -10px;
        margin-bottom: -10px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .MDescription{
        font-size: 15px;
        margin-top: 10px;
        margin-left: 5%;
        width: 90%;
    }
    .msection2{
        display: flex;
        font-size: 15px;
        font-weight: 700;
        margin-top: 25px;
        margin-left: 5%;
    }
    .arrow{
        margin-right: 5px;
    }
    #idesign {
            font-size: 35px;
            margin: 20px 0px 0px 5%;
    }
    .ishoot{
        font-size: 35px;
            margin: 50px 0px 0px 5%;
    }
    .workcontainer, .mtblkcontainer{
        display: flex;
        flex: 1;
        width: 100%;
        margin: 5px 0px 0px 0px;
        align-items: center;
    }
    .workdescription, .mtblkdescription{
        display: flex;
        width: 90%;
        margin: auto;
        align-items: center;
    }
    .one, .two, .three, .four, .five, .six{
        font-size: 50px;
        font-weight: 800;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin: -10px 10px 0px 0px;
    }
    .unilag, .bloodtype, .doc{
        font-size: 20px;
        font-weight: 600;
        margin-top: 5px;
    }
    .sp, .matteblack, .photo{
        font-size: 20px;
        font-weight: 600;
        margin-top: -22px;
    }
    .casestudydescription, .bldtypdescription, .docphotodescription{
        font-size: 15px;
        font-weight: 300;
        width: 90%;
        margin: -15px 0px 0px 5%;
    }
    .wecarecontainer, .brandingcontainer, .doccontainer, .portraitcontainer{
        display: flex;
        flex: 1;
        width: 100%;
        margin: 40px 0px 0px 0px;
        align-items: center;
    }
    .wecaredescription, .docdescription, .portraitdescription{
        display: flex;
        width: 90%;
        margin: auto;
        align-items: center;
    }
    .wecare, .portraits{
        font-size: 20px;
        font-weight: 600;
        margin-top: 0px;
    }
    .websitedescription, .promodescription, .pordescription{
        font-size: 15px;
        font-weight: 300;
        width: 90%;
        margin: -15px 0px 0px 5%;
    }
    .branding{
        margin-top: -15px;
        font-size: 20px;
    }
    .promo{
        font-size: 20px;
        font-weight: 600;
        margin-top: -10px;
    }
    .brandingdescription{
        display: flex;
        width: 90%;
        margin: auto;
        align-items: center;
    }
    .footer1{
        align-items: center;
        width: 90%;
       margin: 35px auto 50px 5%;
       height: 10vh;
       padding: 0px 0;
    }
   .hire{
       text-align: left;
       margin-top: 60px;
       font-size: 13px;
       letter-spacing: 1px;
       padding-bottom: 0em;
   }
   .together{
       font-size: 30px;
       text-align: left;
       width: 100%;   
       color: black;
    }
    .together a{
        color: black;
    }
    .together:hover{
        width: 100%;
        font-size: 30px;
        text-align: left;
        border-bottom: 0px solid black;
    }
    .footer2{
        display: inline
    }
    .contact{
        width: 90%;
        margin-left: 5%;
        margin-top: 20px;
        border-top: 1px solid lightgray;
        padding-top: 4em;
        }
    .latest, .available, .social{
        width: 90%;
        margin-left: 5%;
        margin-top: 30px
    }
    .Email, .phone, .mailto{
        font-size: 15px;
    }
    .footer3{
        width: 75%;
        margin-left: 5%;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .ftlogo{
        width: 30px;
    }
    .signoff{
        font-size: 12px;
    }
 
}
 @media screen and (min-width: 850px){
    #resize{
        visibility: hidden !important;
    }
} 
@media screen and (max-width: 320px){
    .footer1{
        border-bottom: 0px solid lightgray;
    }
    #typed{
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -1px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .typed-cursor{
       font-size: 35px;
       font-weight: 300;
    }

    .Designer, .PixelConnoisseur{
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-bottom: -10px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    } 
    .Designer{
        margin-top: 15px;
        padding-bottom: 0px;
    }
    .Photographer{
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-top: 0px;
        margin-bottom: 0px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .PixelConnoisseur{
        font-size: 30px;
        font-weight: 800;
        letter-spacing: -1px;
        margin-top: -10px;
        margin-bottom: -10px;
        -webkit-text-fill-color: white;
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 1px;
        margin-left: 5%;
    }
    .MDescription{
        font-size: 13px;
        margin-top: 10px;
        margin-left: 5%;
        width: 90%;
    }
    .branding{
        margin-top: -15px;
        font-size: 18px;
    }
    .promo{
        font-size: 18px;
        font-weight: 600;
        margin-top: -10px;
    }

} 
@media screen and (max-height: 480px){
    #resize h2{
        top: 32.5%;
    }
    #resize #menu li a {
        color: rgb(121, 121, 121);
        letter-spacing: -2px;
        font-size: 30px;
    }    
    .IG, .Behance, .Medium{
        font-size: 20px;
    }
    .IG{
        bottom: 21.5%;
    }
    .Behance{
        bottom: 16%;
    }
    .menusocial{
        bottom: 28%;
    }
}