body {
    height: fit-content;
}
.profile-cont {
    padding-bottom: 10px;
}
.stylist-nav-cont {
    text-align: center;
    font-family: 'IM Fell Great Primer SC';
    background: #DFF5EE;
    padding-bottom: 5px;
}
.stylist-nav-title {
    font-size: 70px;
    color:#006D77;
    letter-spacing: 3px;
    text-shadow: #E85D04 1px 0 1px;
    padding-bottom: 15px;
}
.stylist-menu-cont {
    display: block;
    padding: 5px 0 5px 0;
    position: absolute;
    width: 100%;
}
.stylist-menu-cont a {
    text-decoration: none;
    color: #efefef;
    letter-spacing: 3px;
    font-size: 35px;
    padding: 0 8px 0 8px;
    text-shadow: #000 1px 0 5px;
}
.p-cont {
    display: inline-block;
    width: 1300px;
    position: relative;
}
.p-cont-1 {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: auto; height: 700px;
}
.n-title {
    color: #006D77;
    font-size: 55px;
    text-align: center;
    padding: 10px 0 20px 0;
    text-shadow: #E85D04 1px 0 2px;
}
.n-header {
    color: #006D77;
    font-size: 40px;
    padding: 20px 5px 20px 5px;
    text-align: center;
    letter-spacing: 15px;
    text-shadow: #E85D04 1px 0 2px;
}
.n-header div {
    display: inline-block;
}
.n-header-ul {
    border-bottom: 3px solid #006D77;
    padding: 0 0 5px 10px;
}
.n-header-ul-r {
    padding-left: 10px;
}
.n-wifi-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding-bottom: 20px;
}
.n-info-container {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    padding-bottom: 10px;
    float: center;
}
.n-wifi-title {
    color: #006D77;
    font-size: 45px;
    padding: 10px 0 10px 0;
    letter-spacing: 4px;
    text-shadow: 1px 0 1px #E85D04;
}
.n-wifi-model {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.n-wifi-model-title {
    color: #006D77;
    font-style: italic;
    font-weight: bold;
    text-shadow: #E85D04 1px 0 1px;
}
.motto-outer-container {
    padding: 25px 0 25px 0;
    background: #006D77;
}
.motto {
    font-size: 50px;
    letter-spacing: 4px;
    font-family: 'Waiting for the Sunrise';
    padding: 0px 10px 0px 10px;
    color: #ebeae4;
    text-align: center;
}
.left-quote {
    font-size: 60px;
    text-shadow: #E85D04 5px 0 5px;
    opacity: .5;
    padding-right: 15px;
}
.right-quote {
    font-size: 60px;
    text-shadow: #E85D04 5px 0 5px;
    opacity: .5;
    padding-left: 15px;
}
.motto-name {
    padding-top: 25px;
    font-family: 'Lavishly Yours';
    letter-spacing: 3px;
    text-shadow: #E85D04 1px 0 3px;
}
.motto-name i {
    font-size: 10px;
    padding: 0px 0px 0px 3px;
    text-shadow: #E85D04 1px 0 3px;
}
.motto-title {
    font-family: 'Splash';
    text-shadow: #E85D04 2px 0 2px;
    font-size: 75px;
    color: #ebeae4;
    letter-spacing: 10px;
    padding-bottom: 40px;
}
.thanks {
    color: #006D77;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: italic;
    text-shadow: #E85D04 1px 0 1px;
}


/*THIS SECTION IS GOOD. at 1300 */ 
@media (min-width: 0px) and (max-width: 1300px){
    .p-cont {
        width: 600px;
    }
    .stylist-nav-title {
        font-size: 60px;
    }
    .n-title {
        font-size: 45px;
    }
    .n-header {
        font-size: 30px;
    }
    .n-wifi-title {
        font-size: 35px;
    }
    .n-wifi-model {
        font-size: 30px;
    }
}          
          
/*THIS SECTION IS GOOD. at 1024 */
@media (min-width: 0px) and (max-width: 1024px){
    .motto {
        font-size: 30px;
        letter-spacing: 2px;
    }
    .left-quote {
        font-size: 20px;
    }
    .right-quote {
        font-size: 20px;
    }
    .motto-title {
        font-size: 60px;
    }
}
/*THIS SECTION IS GOOD. at 900 */ 
@media (min-width: 0px) and (max-width: 900px){
    .stylist-nav-title {
        font-size: 53px;
    }
    .n-title {
        font-size: 38px;
    }
    .n-wifi-title {
        font-size: 27px;
    }
    .n-wifi-model {
        font-size: 23px;
    }
}     
/*THIS SECTION IS GOOD. at 604 and 600 */
@media (min-width: 0px) and (max-width: 604px){
    .n-wifi-container {
        display: inline-block;
    }
    .n-info-container {
        display: inline-block;
    }
    .n-header {
        text-align: center;
        letter-spacing: 4px;
    }
    .skills-menu-bar a {
        display: none;
    }
    .p-cont {
        display: contents;
    }
    .p-cont-1 {
        background-position: top;
        background-repeat: no-repeat;
        background-size: contain;
        width: auto; height: 550px;
    }
    .motto-title {
        font-size: 45px;
        letter-spacing: 5px;

    }
}
/*THIS SECTION IS GOOD at 350. */
@media (min-width: 0px) and (max-width: 350px){
    .motto {
        font-size: 25px;
    }
}