/* INITIAL DECLARATIONS  */

*{
    box-sizing: border-box;
}

body {
    background-color: #F2F2F2; 
    margin: 0px;
    height: 100%; 
    line-height: 22px;
    position: relative;
}    

img {
    width: 100%; 
    height: 100%;
  
}

ul {
    padding: 0px;
    list-style-type: none;
} 

footer {
    text-align: center;
    display: flex;
    display: inline;
}

article {
    max-width: 675px; 
    margin-bottom: 45px; 
    border: 1px solid #EAEAEA; 
}

/* NAV BAR */
.nav-bar {
    background-color: #F6F6F6;
    border-bottom: #E1E1E1 0.5px solid;
    padding: 10px 135px; 
    height: 57px; 
    width: 100%; 
    font-weight: 400 bold;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    font-size: 12px; 
    width: 337px; 
    font-family: 'Lato', normal; 
   
}



.nav-icons{
    position: absolute;
    top: 0; 
    right: 135px; 
    word-spacing: 10px; 
    font-size: small;
    text-align: end;
    
}


li {
    display: inline;
}

a {
    text-decoration: none;
    color: #605F60;
}

a:hover, h4:hover, .info-text:hover{
    color: #AF5F48;
}


.social-icons {
    display: inline;
    position: absolute;
    top: 0;
    right: 26px; 
    color: #B2B2B2;
    font-size: .9rem;
    font-style: italic;
    padding-left: 20px;
    word-spacing: 10px;
    text-decoration: none;
}

/* MAIN CONTAINER */

.container {
    padding-top: 45px;
    height: 100%;
    justify-content: center;
    display: flex;
}


.article-img {
    height: 425px;
    overflow: hidden;
}


.city-img{
    width: 675px; 
    height: 425px; 
}

.article {
    background-color: #FFFFFF;
    max-height: 405px;
}

.article-info {
    height: 315px;  
    width: auto; 
    padding-right: 36px;
    padding-left: 36px; 
    text-align: center;
}

.authors-info {
    height: 77px; 
    width: auto; 
    padding-top: 0px; 
    text-align: start;
    position: relative;
    padding-right: 36px;
    padding-left: 36px; 
    margin-top: 12px; 
    font-family: 'Playfair';    
    font-size: 13px; 
    color: #787878;
    cursor: pointer;
    font-style: italic;
    font-weight: 400;
   
}

.text {
    width: 677px; 
    height: 407px;  
    background-color: #ffff;
}


hr {
    margin-right: 36px; 
    margin-left: 36px; 
    margin-top: 12px; 
}

button{
    background-color: #ffff;
    color: #DC6A55;
    border: 1px solid #DC6A55; 
    font-family: 'Playfair Display', italic; 
    width: 152px; 
    height: 30px;
    padding-right: 0px; 
    padding-left: 0px;
}


button:hover {
    background-color: #DC6A55;
    color: #ffff; 
    cursor: pointer;
}


 p {
    text-align: left;
 } 

.authors{
    border-bottom: #605F60 solid;
    height: 95px;
    width: 75px;
    display: flexbox; 
}


.profile-text {
    height: 327px; 
    background-color: #ffff;
}

.article-category {
    color: #DC6A55; 
}

h6 {
    margin: 0px; 
    font-family: 'Lato', normal;
    font-weight: 600;
    letter-spacing: 0.5px; 
    padding-top: 39px; 
    cursor: pointer;
}

h4  {
    margin-top: 10px; 
    font-family: 'latto', solid;
    font-size: 21px;
    font-weight: 800; 
    font-style: bold;
    color: #6D6D6D; 
    margin-bottom: 22px;
    text-align: center;
    cursor: pointer;
}

.lorem {
    margin-top: 0px; 
    font-family: 'Lato', normal;
    font-weight: 400 bold;
    font-size: 13.5px;
    margin-bottom: 35px;
    color: #787878;
    font-style: italic ;
}
.page-button{
    background-color: #ffff;;
    height: 100%;
    width: 34px;
    font-style: #DC6A55;
    color: #343434;
    font-family: "Oswald";
    font-size: 15px;
    font-weight: 400;
    border: none;
    margin-bottom: 80px;
    font-style: bold;
}

.page-button-1{
    background-color: #DC6A55;
    height: 100%;
    width: 34px;
    font-style: #DC6A55;
    color: #ffff;
    font-family: "Oswald";
    font-size: 15px;
    font-weight: 400;
    border: none;
    margin-bottom: 80px;
    font-style: bold;
}

.section1 {
    height: 100%;
    max-width: 677px; 
    width: 677px; 
    display: inline;
    margin-right: 25px; 
}

.section {
    height: 100%; 
    max-width: 426px; 
    display: inline; 
}

.section2 {
    display: inline;
    max-width: 325px;
}

.profile {
    height: 493px;
    max-width: 325px;  
    background-color: #FFFFFF;
    position: relative;
    text-align: center;
}

.profile-img {
    width: 325px;
    height: 166px;
}

.circle-img {
    width: 170px; 
    height: 170px; 
    border-radius: 50%;
    position: absolute; 
    z-index: 2;
    top: 90px; 
    right: 80px; 
    border: 7px white solid; 
}

.username {
    margin-top: 100px; ;
    font-family: 'Oswald', normal;
}

.user-description {
    padding: 0 30px; 
    font-family: 'Lato', normal;
    font-weight: 400 bold;
    font-size: 13.5px;
    font-style: italic;
}

.profile > p {
    text-align: center;
}

.profile-icons {
    padding-top: 10px;
}


.user-icons > li >.fa {
    border: 1px gray solid;
    border-radius: 50%; 
    padding: 5px;
    height: 25px;
    width: 25px;
    font-size: 12px;
}

.user-icons {
    margin: 0px; 
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
}

/* Popular Post Section */

.popular-posts {
    background-color: #FFFFFF;
    margin-top: 30px; 
    text-align: center;
    padding: 15px 24px 0px 24px;

}

.popular-posts > ul > h4 {
    font-size: 15px;
    letter-spacing: .035em;

}

.ice-cream{
    font-size: 11px;
    font-family: 'oswald';
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: .1em;
    color: #787878;
}

.LLAMA{
    font-size: 11px;
    font-family: 'oswald';
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: .1em;
    color: #787878;
}

.pineapple{
    font-size: 11px;
    font-family: 'oswald';
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: 0;
    letter-spacing: .1em;
    color: #787878;
}


time{
    font-family: 'oswald' bold;
    font-style: italic ;
    margin-top: 0px;
    margin-bottom: 0px; 
    color: #787878;
    
    
}

/* Latest Post Section */

.latest-posts {
    background-color: #FFFFFF;
    padding: 15px 24px 0px 24px;
    font-size: .5rem;
    padding-top: 10px;
    color: #787878;
}

.latest-img {
    width: 96px; 
    height: 70px;
    margin-right: 20px;

}

.latest-img > .img-wrapper {
    height: 70px;
}


.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  .content {
     transition: 0.5s ease-in-out;
}

.img-wrapper {
    width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}



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

.img-wrapper  .content.fade:hover {
    opacity: 1;
    overflow: hidden;
}
/* End of latest Post section with img-wrapper */

.latest-posts > section > div {
    display: flex; 
}

.latest-posts > section > hr {
    margin-right: 0px; 
    margin-left: 0px; 
}


.latest-posts-text {
    margin: 0 auto;
    text-align: center;
  }

  

/* Instagram Section */

.instagram-feed > h4{
    letter-spacing: 0.5px;
   
}

.instagram-feed {
    width: 325px; 
    height: 518px; 
    background-color: #FFFFFF;
    margin-top: 35px;
    padding: 30px 30px 0px 30px;
    text-align: center;
    position: relative;
    
}

.ig-feed{
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 4px 12px;
}

.grid-item .img-wrapper{
    width: 133px;
    height: 132px;
    /* padding-top: 1px; */
}

.instagram-footer {
    display: flex;
    height: 163px; 
}

.instagram-footer > div {
   flex: 1 1 0;
}

/* End of Instagram Section */

.footer-follow {
    border: 1px #ffff solid;
    height: 75px;
    background-color: #FFFF;
    padding-top: 25px;
}

.bottom-section{
    background-color: #191919;
    padding-top: 35px;
    font-weight: 400;
    color: #565656;
    letter-spacing: 0.20px;
    font-size: 15px;
    padding-bottom: 25px;
    }

time {
    display: block; 
    text-align: left;
    font-size: 13px;
    margin-right: 0px; 
    margin-left: 0px;   
    font-family: 'latto' solid #6D6D6D;
}

.popular-posts > ul > hr {
    margin-right: 0px; 
    margin-left: 0px;
}

