@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&family=Oswald:wght@300&family=Playfair+Display&display=swap');

html {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: inherit;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/lato/v23/S6u9w4BMUTPHh7USSwaPGQ3q5d0N7w.woff2) format('woff2');
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/oswald/v49/TK3iWkUHHAIjg752FD8Gl-1PK62t.woff2) format('woff2');
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v30/nuFkD-vYSZviVYUb_rj3ij__anPXDTnohkk7yRZrPJ-M.woff2) format('woff2');
}

body {
    background-color: #F4F4F4;
}

header {
    display: flex;
    width: 100%;
    border-bottom: solid 1px #A3A3A3;
    background-color: #fff;
    height: 61px;
    justify-content: space-around;
}

.headersocial-links a {
    
    color: #A3A3A3;
    padding: 5px;
    text-decoration: none;
}

.headersocial-links a:hover {
    color:#E58566;
    margin-right: 5px;
    cursor: pointer;
}


header .navbar {
    padding-top: 21px;
    padding-right: 367px
}

.header-links {
    padding-left: 14px;
    text-decoration: none;
    color: #656565;
    font-size: small;
    margin-top: 1px;
    padding: 5px;
    list-style: none;
    color: #A3A3A3;
}

.header-links a {
    padding: 9px;
    text-decoration: none;
    color: #656565;

}

header .navbar a:hover {
    color:#E58566;
    margin-right: 5px;
}


header li:hover {
    color:#E58566;
    margin-right: 5px;
}

.container {
    width: 79.3%;
    min-height: 100vh;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.articles {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    border: solid 1px #F4F4F4;
    margin-top: 54px;
    align-items: center;
    position: relative;
    
}

.articles h3:hover {
    color: #E58566;
    margin-right: 5px;
    cursor: pointer;
}

.article-footer {
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
    padding: 8px 40px 33px 40px;

}
 
.article-footer ul {
    position: relative;
    padding-right: 65px;
}
 
.author {
    padding-left: 50px;
    color: #A3A3A3;
    font-style: italic;
}

.article-footer .social-links a {
    padding-left: 14px;
    color: #C5C5C5;
    text-decoration: none;
}

.article-footer .social-links a:hover {
    color: #E58566;
    margin-right: 5px;
}

.article-footer::before {
    content: " ";
    position: absolute;
    width: 90%;
    top: 0;
    left: 40px;
    border-top: 1px solid #bfbfbf;
}



h6 {
    font-family: Lato;
    font-weight: 300;
    color: #E58566;
}

h3 {
    font-family: Oswald;
    font-weight: 300;
}

.articles p {
    font-family: Playfair Display;
    font-weight: 400;
    color: #656565;
    margin-left: 41px;
    margin-right: 41px;
}

.continuebtn {
    background-color: #fff;
    color: #E58566;
    border: solid 1px #E58566;
    margin-bottom: 50px;
    height: 38px;
    border-radius: 6px;
}

.continuebtn:hover {
    color: #fff;
    background-color: #E58566;
    cursor: pointer;
}

.side-info {
    width: 115%;
    background-color: #F4F4F4;
    padding-left: 35px;
}

.profile-pic {
    background-color: #FFFFFF;
    margin-top: 53px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border: 1px solid #E7E7E7;
}

.city-nightlife {
    height: auto;
    width: 100%;
}

.turtle {
    height: auto;
    width: 100%;
}

.birds2 {
    height: auto;
    width: 100%; 
}

.peacesign-kid {
    height: auto;
    width: 100%;
}

.photo-profile {
    height: 150px;
    width: 150px;
    z-index: 20;
    border: solid 4px #fff;
    border-radius: 50%;
    margin-top: 109px;
}

.profile-pic .profile-background {
    width: 100%;
    height: 192px;
    position: absolute;
    top: 0;
    
}

.profile-pic h2 {
    font-family: Oswald;
    font-weight: 300;
    margin-top: 15px;

}

.profile-pic p {
    text-align: center;
    font-size: medium;
    margin-left: 21px;
    margin-right: 21px;
}

.profile-pic .social-links {
    padding-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.profile-pic .social-links a {
    padding-left: 14px;
    border: solid 1px #C5C5C5;
    border-radius: 50%;
    color: #C5C5C5;
    display: inline-block;
    height: 24px;
    width: 26px;
    padding-top: 8px;
    padding-left: 8px;
    text-decoration: none;
}

.profile-pic .social-links a:hover{
    background-color: #E58566;
    color: #fff;
    margin-right: 5px;
}


.popular-bar {
    width: 100%;
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
}

.popular-bar h2 {
    text-align: center;
}

.ice-cream {
    height: 250px;
    width: 250px;
    padding-left: 27px;
    transition: 0.3s ease-in-out
}

.ice-cream:hover {
    opacity: 0.3;
    
}

.popular-bar h2 {
    font-family: Oswald;
    font-weight: 300;
    font-size: large;
    padding-top: 10px;
}

.popular-bar h3 {
    font-family: Oswald;
    font-weight: 300;
    padding-left: 22px;
}

.popular-bar p {
    font-style: italic;
    color: #C5C5C5;
    border-bottom: solid 1px #A3A3A3;
    padding-bottom: 28px;
    margin-left: 22px;
    margin-right: 22px;
}

.popular-bar .llamas-pic {
    /* height: 200px; */
    width: 90%;
    padding-left: 14px;
    transition: 0.3s ease-in-out;
}

.popular-bar .llamas-pic:hover {
    opacity: 0.3;
}

.popular-bar .pineapple-pic {
    height: auto;
    width: 90%;
    padding-left: 14px;
    border-style: none;
    transition: 0.3s ease-in-out;
}

.popular-bar .pineapple-pic:hover {
    opacity: 0.3;
}


.latest-post {
    height: 117px;
    border-bottom: solid 1px #A3A3A3;
    margin-left: 12px;
    margin-right: 23px
}

.latest-sidebar {
    width: 100%;
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
}

.latest-sidebar h2 {
    font-family: Oswald;
    font-weight: 300;
    font-size: large;
    padding-top: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.latest-sidebar img {
    height: 80px;
    width: 110px;
    padding-top: 14px;
    padding-left: 26px;
} 

.latest-sidebar .skydive-pic:hover {
    opacity: 0.3;
}

.latest-sidebar .skydive-pic {
    transition: 0.3s ease-in-out;
}

.beachbum {
    transition: 0.3s ease-in-out;
}

.beachbum:hover {
    opacity: 0.3;
}

.airport {
    transition: 0.3s ease-in-out;
}

.airport:hover {
    opacity: 0.3;
}

.paintbrushes {
    transition: 0.3s ease-in-out;
}

.paintbrushes:hover {
    opacity: 0.3;
}

.latest-post h3 {
    padding-left: 156px;
    transform: translateY(-97px);
    font-size: smaller;
}

.latest-post h4 {
    margin-left: 154px;
    transform: translateY(-106px);
    font-style: italic;
    color: #C5C5C5;
    font-size: small;

}

.page-navbuttons {
    display: flex;
    width: 100%;
    padding-top: 54px;
    gap: 7px;
}

.page-navbuttons .buttons {
    border: solid 1px #A3A3A3;
    width: 34px;
    height: 100%;
    background-color: #fff;
    font-family: Oswald;
}

.page-navbuttons .buttons:hover {
    background-color: #E58566;
    color: #fff;
    cursor: pointer;
}

.footer-content {
    display: flex;
    width: 100%;
    justify-content: center;
    background-color: #fff;
    margin-top: 27px;
}

.footer-content h2 {
    font-family: Oswald;
    font-weight: 500;
}

.footer-content h2:hover {
    color: #E58566;
    margin-right: 5px;
    cursor: pointer;
}

.footer-pics ul {
    display: flex;
    list-style: none;
    margin-top: 0px;
    margin-bottom: -4px;
    padding: 0;
    justify-content: space-evenly;
}

.footer-pics img {
    width: 100%;
    height: 200px;
}


.ig-feed {
    /* width: 100%; */
    margin-top: 40px;
    background-color: #FFFFFF;
    border: 1px solid #E7E7E7;
    padding-right: 28px;
    padding-left: 28px;
    padding-bottom: 28px;
}

.ig-images{
    /* padding-left: 6px;
    padding-bottom: 20px; */
    display: flex;
    flex-wrap: wrap;
}

.ig-feed h2 {
    text-align: center;
    font-family: Oswald;
    font-weight: 300;
    font-size: large;
}

.ig-images img {
    height: 135px;
    width: 135px;
    /* padding: 4px; */
}

.footer-bottom {
    font-family: "Lato";
    font-size: 13px;
    text-align: center;
    align-content: center;
    font-weight: 300;
    letter-spacing: 0.45px;
    width: 100%;
    height: 100px;
    padding-top: 26px;
    background-color: #000;
    color: #656565;
}

.alleyway {
    transition: 0.3s ease-in-out;
}

.alleyway:hover {
    opacity: 0.3;
}

.basketball {
    transition: 0.3s ease-in-out;
}

.basketball:hover {
    opacity: 0.3;
}

.birds {
    transition: 0.3s ease-in-out;
}

.birds:hover {
    opacity: 0.3;
}

.city {
    transition: 0.3s ease-in-out;
}

.city:hover {
    opacity: 0.3;
}


/* image wrapper for footer pics */

.img-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    
}

.img-wrapper > img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.img-wrapper  .content {
    position: absolute; 
    inset: 0;
    background: rgb(190, 103, 72, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.img-wrapper  .content p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 3px;
    color: #fff;
}

.img-wrapper > img,
.img-wrapper > .content {
     transition: 0.3s ease-in-out;
}

.img-wrapper {
    width: 100%;
    height: 175px;
    position: relative;
}

.img-wrapper  .content.fade {
    opacity: 0;
}

.img-wrapper  .content.fade:hover {
    opacity: 1;
    overflow: hidden;
}

/*image wrapper for ig feed images*/

.img-wrapper2 {
    /* position: relative;
    overflow: hidden;
    display: inline-block;
    width: 150px; */
    position: relative;
    flex: 1 0 48%;
    overflow: hidden;
    margin-bottom: 5px;
}

.img-wrapper2:nth-child(even) {
    margin-left: 5px;
}

.img-wrapper2 img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.img-wrapper2  .content {
    position: absolute; 
    inset: 0;
    background: rgb(190, 103, 72, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.img-wrapper2  .content p {
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 3px;
    color: #fff;
}

.img-wrapper2 img,
.img-wrapper2 .content {
     transition: 0.3s ease-in-out;
}

.img-wrapper2 .content.fade {
    opacity: 0;
}

.img-wrapper2  .content.fade:hover {
    opacity: 1;
    overflow: hidden;
}

.toggle-button {
    position: absolute;
    /*top: .75rem;*/
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
     height: 3px;
     width: 100%;
     background-color: #000;
     border-radius: 10px;
}

i.fa-regular.fa-heart {
    color: #fff;
}

i.fa-regular.fa-comment {
    color: #fff;
}

@media (max-width: 768px) {
    
.container{
     display: flex;
    flex-direction: column;
    align-items: center;
    width: 94%
        
}

.articles {
     margin-top: 50px;
 }

.side-info {
 width: 100%;
 margin-right: 30px;
}

.navbar {
    height: 56px;
    padding-right: 0px;
}

.toggle-button {
    display: flex;
    cursor: pointer;
     
}

.toggle-button:hover {
    color: #E58566;
}

header .navbar {
    padding-right: 0px;
    z-index: 1;
}

.header-links {
    display: none;
    width: 100%;
}

.headersocial-links {
    display: none;
}

.header-links ul {
    flex-direction: column;
}

.navbar {
    flex-direction: column;
     align-items: flex-start;
}

.header-links a {
    flex-direction: column;
    /* width: 100%; */
    text-align: center;
    font-size: x-large;
}

.header-links.active {
    display: flex;
    flex-direction: column;
    margin-top: 29px;
    background-color: #fff;
}

.footer-pics {
    width: 100%;
}

.img-wrapper {
    width: 100%;
}
    
.popular-bar {
    width: 94%;
    padding: 0 23px;
}

.ice-cream{
    height: 350px;
    width: 90%;
}

.llamas-pic {
    height: auto;
    width: 90%;
}

.pineapple-pic {
    width: 90%;
    height: auto;
}

.footer-pic li:nth-child(n+5){
    display: none;
}



}   