/* Box sizing */
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}

body {
background-color: #e5e5e5;
margin: 0;
padding: 0;
height: 100vh;
font-family: 'Lato', sans-serif;
}

header {
background-color: white;
padding: 20px;
text-transform: uppercase;
font-size: 14px;
box-shadow: 1px 2px 20px rgb(36, 36, 36, 0.2);
/* position: sticky; */
}

nav {
display: flex;
justify-content: space-between;
align-items: center;
}

a {
text-decoration: none;
color: #888888;
transition: color 0.2s ease-in-out;
text-shadow: 1px 2px 2px rgba(66, 66, 66, 0.2);
}

a:hover {
color: #ffbd5a;
transition: color 0.3s ease-in-out;
}

/* Specific styles for header */
      
.nav-container {
    display: flex;
    align-items: center;
    }

.internal-nav {
    display: flex;
    justify-content: flex-start;
    gap: 1%;
    margin-left: 10%;
    flex: 1;
    }

.internal-nav a {
    font-size: 95%;
    margin-right: 10px;
}

/* img {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
  }
  
  img:hover {
    opacity: 0.8;
    cursor: pointer;
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  } */
  
  .mini-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px solid #ccc;
    padding-top: 20px;
    margin-top: 40px;
  }
  
  
  .contributer-left {
    text-align: left;
    font-style: italic;
  }
  
  .media-links-right {
    text-align: right;
  }
  
  .mini-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .mini-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    border-radius: 50%;
    background-color: white;
    margin-left: 5px;
  }
  
  
.external-nav {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-right: 10%;
}

.fa-brands, .fa-solid {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 95%;
    border-radius: 50%;
    flex-wrap: wrap;
}

footer {
    background-color: #333;
    color: white;
    padding: 0;
    width: 100vw;
  }
  
  .footer-border {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .footer-border img {
    display: inline-block;
    width: calc(100% / 8);
    object-fit: cover;
    height: 150px; 
  }

  .footer-border img:hover {
    transform: scale(1.1);
    cursor: pointer;
    transition: all 1s ease-in-out;
    box-shadow: 1px 1px 10px rgb(1, 1, 1);
  }
  
  .footer-text {
    text-align: center;
    font-size: calc(2 / 3 * 5px);
    margin-top: 20px;
    font-size: 100%;
    padding-bottom: 20px;
  }

  #instagram-follow {
    text-align: center;
    color: black;
    background-color: white;
    padding: 2%;
    margin: 0;
    box-shadow: 1px 2px 20px rgb(36, 36, 36, 0.5);
  }

  /*Main Grid*/
  img {
    max-width: 100%;
    object-fit: cover;
  }

  .grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    margin-right: 5%;
  }
  
  .grid-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin-bottom: 10%;
    cursor: pointer;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
  }

  .grid-main:hover {
    transform: scale(1.02);
    transition: all 1s ease-in-out;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
  }

  .no-hover:hover {
    opacity: 0.5;
    transition: all 1s ease-in-out;
  }
  
  /* main grid format  */
  .text-main {
    text-align: center;
    padding: 5%;
  }
  
 h3 {
    font-size: 15px;
    font-family: Oswald;
    color: #ff6200;
    padding-top: 2%;
    /* padding-bottom: 5%; */
  }
  
  h2 {
    font-size: 26px;
    font-family: Oswald;
    text-transform: uppercase;
  }
  .click-me {
    background-color: rgb(239, 121, 24);
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 2%;
    border: 2px solid transparent; 
    box-shadow: 1px 1px 10px rgba(134, 133, 133, 0.2);
  }

  .click-next-button {
    background-color: rgb(252, 159, 83);
    color: white;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: 15px;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    text-transform: uppercase;
    /* margin: 2%; */
    border: 2px solid transparent; 
    box-shadow: 1px 1px 10px rgba(134, 133, 133, 0.2);
  }
  .click-next-button-arrow {
    background-color: rgb(252, 159, 83);
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    box-sizing: border-box;
    text-transform: uppercase;
    /* margin: 2%; */
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 15px;
    padding-right: -100px;
    /* margin-left: 100px; */
    border: 2px solid transparent; 
    box-shadow: 1px 1px 10px rgba(134, 133, 133, 0.2);
  }

  .click-next-button:hover {
    background-color: rgb(251, 236, 219);
    color: rgb(255, 115, 0);
    border: 2px solid rgb(255, 115, 0, 0.1);
  }
  .click-next-button-arrow:hover {
    background-color: rgb(251, 236, 219);
    color: rgb(255, 115, 0);
    border: 2px solid rgb(255, 115, 0, 0.1);
  }
  
  .click-me:hover {
    background-color: rgb(251, 236, 219);
    color: rgb(255, 115, 0);
    border: 2px solid rgb(255, 115, 0, 0.1);
  }
  
  .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin-top: 5%;
    margin-bottom: 5%;
    min-width: 100%;
  }

  @media (max-width: 768px) {
    .grid-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .grid-container {
      width: 90%;
      margin-bottom: 10%;
      margin-right: 0px;
    }
    .side-flex-box {
        width: 90% !important;
    }
    .internal-nav  {
        display: none;
    }
    .external-nav  {
        display: none;
    }
    .footer-border img {
        width: calc(100% / 4);
    }
    .footer-border img:nth-child(n+5) {
        display: none;
    }
    #instagram-follow {
        padding: 6%;
    }
  }
  
  .grid-side-top {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 15%;
    padding-bottom: 10%;
    position: relative;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
    text-align: center;
  }

  .grid-side-top:hover {
    transform: scale(1.02);
    transition: all 1s ease-in-out;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
  }
  .profile-pic img {
    border: 7px solid white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
  }

  .img-side {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .profile-pic {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
  }

  .profile-pic img:hover {
    opacity: 1 !important;
  }
  #dont-move:hover {
    opacity: 1 !important;
  }

  .side-flex-box {
    width: 30%;
  }

  .bio {
    padding: 5%;
  }
  .bio-text {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  
  .bio-container {
    text-align: center;
  }
  .side-bar-header {
    text-align: center;
    padding-bottom: 5px;
  }
  
.bio-name {
    position: relative;
    padding-top: 20%; 
    /* margin-top: 20%; */
    /* margin-left: auto;
    margin-right: auto; */
    /* padding-top: 10%; */
}

#side-nav {
    display: inline-block;
    font-size: 12px;
    padding: 0;  
}

#side-nav a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }



  /* Mid grid right side */
  .grid-side-middle-1 {
    background-color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 15%;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
  }
  .grid-side-middle-1:hover {
    transform: scale(1.02);
    transition: all 1s ease-in-out;
  }
  .post-1, .post-2, .post-3 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-top: 20px;
  }
  .side-text {
    margin-top: -30px;
    padding-bottom:20px;
    font-style: italic;
    font-size: 15px;
  }
  .post-1 img, .post-2 img, .post-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .post-1 img:hover,
  .post-2 img:hover,
  .post-3 img:hover {
    transform: scale(1.02);
    transition: all 1s ease-in-out;
    opacity: 0.5;
    cursor: pointer;
  }
  
  .tiny-footer  {
    border-bottom: 1px solid lightgrey;
  }
  
  h6 {
    font-size: 100%;
    margin-top: -10px;
  }

.grid-side-middle-2 {
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;

    /* padding: 20px; */
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
}
.grid-side-middle-2:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }

#Latest-Posts {
    font-family: 'oswald', sans-serif;
   font-size: 25px;
   text-transform: uppercase;
  }

  .latest-background-element {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  
  .i-want-border,
  .i-want-border-two {
    border-bottom: 1px solid lightgrey;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
  }
  .i-want-border-two {
    border-bottom: none !important;
  }
  
  .i-want-border img,
  .i-want-border-two img {
    max-width: 30%;
    object-fit: cover;
    margin-right: 20px;
  }
  .i-want-border img:hover,
.i-want-border-two img:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0.5;
}


  .latest-1,
  .latest-2,
  .latest-3,
  .latest-4 {
    font-weight: bold;
  }
  
  .latest-1 p,
  .latest-2 p,
  .latest-3 p,
  .latest-4 p {
    margin-top: 5px;
    font-size: 14px;
  }

  .Instagram-Feed {
    font-family: 'oswald', sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
  }
  
  .grid-side-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
  }

  .grid-side-bottom img {
    width: calc(50% - 10px);
    padding: 5%;
    box-sizing: border-box;
    height: 200px;
  }

  .bottom-right {
    background-color: white;
    box-shadow: 1px 1px 10px rgb(45, 45, 45, 0.5);
    padding-bottom: 5%;
  }

  .bottom-right:hover {
    transform: scale(1.02);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
  }

  .bottom-right img:hover {
    transform: scale(1.1);
    transition: all 0.5s ease-in-out;
    cursor: pointer;
    opacity: 0.5;
  }

  .Instagram-Feed {
    font-size: 20px;
    padding-top: 10%;
  }
  
  @media screen and (max-width: 767px) {
    .grid-side-bottom img {
      width: calc(50% - 10px);
      padding: 2%;
    }
    .contributer-left {
        font-size: 12px;
    }
    .profile-pic {
      top: 160px;
    }
    #side-nav {
      font-size: 22px;
  }
  .profile-pic img {
    width: 250px;
    height: 250px;

 }
  
  }

  @media screen and (min-width: 1000px) {
    .profile-pic img {
       width: 200px;
       height: 200px;
       top: 0px;
    }
    .profile-pic {
      top: 100px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
  }

  @media screen and (min-width: 1200px) {
    .profile-pic img {
       width: 220px;
       height: 220px;
       top: 0px;
    }
    .profile-pic {
      top: 140px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
    #side-nav {
      font-size: 15px;
  }
  }

  @media screen and (min-width: 1400px) {
    .profile-pic img {
       width: 240px;
       height: 240px;
       top: 0px;
    }
    .profile-pic {
      top: 170px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
  }

  @media screen and (min-width: 1500px) {
    .profile-pic img {
       width: 250px;
       height: 250px;
       top: 0px;
    }
    .profile-pic {
      top: 160px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
    #side-nav {
      font-size: 22px;
  }
  }

  @media screen and (min-width: 1700px) {
    .profile-pic img {
       width: 275px;
       height: 275px;
       top: 0px;
    }
    .profile-pic {
      top: 190px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
  }
  
  @media screen and (min-width: 1900px) {
    .profile-pic img {
       width: 350px;
       height: 350px;
       top: 0px;
    }
    .profile-pic {
      top: 180px;
      /* margin-top: 202px;
      margin-left: 120px; */
    }
  
  }