/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  /* font-size: 62.5; */
}

:root {
  /* Fonts */
  --heading: "Montserrat", sans-serif;
  --headline: "varela_roundregular";
  --subhead: "Urbanist", sans-serif;
  --button: "Urbanist", sans-serif;



  /* Color Pallet */
  --80s-red: #f04e36;
  --80s-orange: #f36e27;
  --80s-yellow: #f3d230;
  --80s-indigo: #1eb19d;
  --80s-pink: #ed1683;
  --80s-yellow2: #f1cb0e;
}

/* Fonts */

@font-face {
  font-family: porkys;
  src: url(fonts/PORKYS_.TTF);
}

@font-face {
  font-family: "pt-regular";
  src: url(/fonts/PT_Sans/PTSans-Regular.ttf);
}

@font-face {
  font-family: "nunito";
  src: url(/fonts/nunito/Nunito-Medium.ttf);
}


/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  letter-spacing: 0.025rem;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Global Styling */
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--80s-9);
  font-weight: 800;
}

.orange-bar {
  width: 100%;
  margin: 0 auto;
  height: 6px;
  border: none;
  background: var(--80s-orange);
}

.blue-bar {
  width: 100%;
  margin: 0 auto;
  height: 3px;
  border: none;
  background: var(--80s-indigo);
}

/* added this to rest */
div {
  display: block;
}

/* Text Styles and Treatment */

.bottom-border {
  border-bottom: 2px solid var(--80s-orange);
}

/* Global Headlines Settings */
h1 {
  font-family: "test";
  font-family: var(--heading);
  font-family: "nunito";
  line-height: 1.2;
  font-family: "Urbanist", sans-serif;
  font-family: "Outfit", sans-serif;
}

h2 {
  font-family: "Urbanist", sans-serif;
}

h3 {
  /* font-family: 'agane'; */
  font-family: "PT Sans", sans-serif;
  font-family: "Urbanist", sans-serif;
}

/* Current News */
h5 {}


h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: .75rem;

}

p {
  font-family: "Outfit", sans-serif;
  font-family: "PT Sans", sans-serif;
  font-family: "Quicksand", sans-serif;
  font-family: "Urbanist", sans-serif;
  font-family: "Times New Roman", Times, serif;
}

/* Header */

.navigation-container {
  background-color: var(--80s-pink);
}

.top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--80s-pink);

  color: var(--80s-yellow2);

  margin: 0 auto;
  padding: 0px 30px;
}

#logo {
  font-family: "porkys";
  font-size: 2.5rem;
  letter-spacing: 3px;

  -webkit-text-fill-color: var(--80s-yellow2);
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: .15px;
  -webkit-text-stroke-color: white;

}

/* .ad-container-top {
  display: flex;
  justify-content: center;
  background: white;
}
.ad-space-top {
  display: flex;
  justify-content: center;
  width: 350px;
  height: 50px;
background-color: white;
} */

.top-head .fas {
  font-size: 1.7rem;
  cursor: pointer;
}

/* js related styling */

.times-btn {
  display: none;
}

/* ************* */

/* ================
      Navigation
    ================ */

.nav-bar {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  /* flex-wrap: wrap; */
  /* justify-content: space-evenly;
      align-items: center;
      padding: .20rem 1rem; */

  background-color: var(--80s-orange);
  height: 0;
  overflow: hidden;
  /* font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1rem; */
  /* font-weight: 300; */
}

.show-nav {
  height: auto;
}

/* For Pop up Navigation */

.nav-flex {
  position: relative;
  /* display: flex; */

  padding: 1rem 1.25rem;
  gap: 20px;
  background: var(--80s-pink);
  border-radius: 5px;
  margin: 7px 5px 10px 5px;
  box-shadow: 3px 2px 8px rgb(85, 37, 37);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 0.5;
  max-width: 22rem;
  width: 40%;
  color: var(--80s-yellow);
}

.nav-flex a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
}

.left-nav-menu,
.right-nav-menu {
  width: 50%;
  line-height: 0;
  width: 125px;
  height: 140px;
}

.left-nav-menu {
  border-left: 2px solid var(--80s-orange);
  padding-left: 5px;
  padding-top: 12px;
}

.right-nav-menu {
  border-left: 2px solid var(--80s-orange);
  padding-left: 5px;
}

.left-heading,
.right-heading {
  font-family: var(--subhead);
  font-size: 1.2em;
  font-weight: 900;
  border-bottom: 2px solid var(--80s-orange);
  padding-bottom: 12px;
}

.nav-bar ul li {
  padding: 15px 0px;
  transition: all 0.5s ease-in-out;
}

/* .nav-bar ul li:hover {
  background: var(--80s-8);
  
} */

.nav-bar ul li a {
  text-transform: none;
}

.nav-bar ul li a:hover {
  text-decoration: underline;
}

/* .tagline {
  text-align: center;
  background: var(--80s-indigo);

  color: var(--80s-yellow);
  color: rgba(255, 255, 255, 0.911);
  font-family: "quicksand";
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 1px;
} */

/* .social {
  display: flex;
  display: inline-flex;
  color: transparent;
  flex-wrap: wrap;
  display: inline-flex;
  border-left: 2px solid var(--80s-yellow);
  border: 2px solid black;
} */

/* 
.follow-us h3 {
  margin-top: 15px;
  padding-bottom: 0px;
  
} */
.follow-us ul {
  display: flex;
  border-left: 2px solid var(--80s-orange);
  padding-left: 3px;
}

.follow-us img {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 1px;

}

/* ============ */

/* ===================
      Feature Area
      ================= */

.featured-headline {
  position: relative;
  min-height: auto;
  /* display: grid;
  grid-template-columns: 1fr; */
  /* align-items: center; */
  z-index: 1;
  /* background: var(--80s-pink); */
}

.featured-headline-content {
  /* font-size: .8rem; */
  position: absolute;
  z-index: 3;
  padding: 1rem 1rem;
  line-height: 1.2;
  background-color: var(--80s-yellow);
  background-color: hsl(50, 89%, 50%);

}

.featured-headline-content a {
  color: var(--80s-yellow);
  transition: color 1s ease;
}

.featured-headline-content button {
  margin-top: .2em;
}

.featured-headline-content button:hover {
  background-color: var(--80s-indigo);
}

.featured-headline-content button a:hover {
  color: rgb(7, 41, 177);
}



/* .featured-headline-content h2 {
  font-size: 1.3rem;
  font-family: var(--heading);
  padding: 0px 0.5rem;
} */

/* .blockquote-featured::before {
  content: open-quote;
  color: var(--80s-pink);
  font-size: 20px;
  font-weight: 900;
}

.blockquote-featured::after {
  content: close-quote;
  color: var(--80s-pink);
  font-weight: 900;
  font-size: 20px;
} */

.featured-headline-content h3 {
  padding: 0.5rem 0.5rem;
  font-size: 0.8rem;
}

.featured-headline-content .featured-headline-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 375px;
}

.headline-image {
  display: flex;
  justify-content: center;
}

.headline-image img {
  margin-top: 6px;
  margin-bottom: 8px;
  box-shadow: 14px 5px var(--80s-indigo), -13px -4px 5px var(--80s-pink);
  width: 300px;
  height: 150px;

  object-fit: cover;
  object-position: 0% 0%;
  border-radius: 20px 3px 20px 3px;
}

/* .featured-headline-image::after {
  box-shadow: inset 1122px 0 10px 10px rgb(41, 32, 32);
} */

.featured-headline-content button {
  border: none;
  background: var(--80s-pink);
  border-radius: 0px 5px 15px 0px;
  border-radius: 50px;
  padding: 0px 5px;
}

.featured-headline-content button a {
  font-size: 1rem;
}

.featured-headline-image {
  width: 100px;
}

/* Background Graphics */

/* .box-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  z-index: -6;
} */

/* .box-green {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(18, 232, 22);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  top: -10px;
  left: 25px;
  opacity: 0.2;
} */

/* .box-yellow {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--80s-pink);
  width: 50px;
  height: 50px;
  border-radius: 5px;
  top: -250px;
  left: 315px;
  opacity: 0.2;
 
} */

/* .box-blue {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--80s-red);
  width: 75px;
  height: 75px;
  border-radius: 25px;
  top: -200px;
  left: 0px;
  opacity: 0.2;
} */

/* .cut-out {
  position: absolute;
  background: var(--80s-yellow);
  width: 30px;
  height: 30px;
  border-radius: 3px;
} */

/* Donate */

.donate {
  margin: 1em;
  text-align: center;

  border-radius: 50px;
  font-family: var(--heading);
  font-size: 0.7rem;
  font-weight: bold;
}

.donate:hover {
  text-decoration: underline;
  cursor: pointer;
}

.donate .fas {
  color: rgb(155, 53, 5);
  font-size: 1rem;
}

/* Current Headlines */

.current-news-container {
  display: flex;
  justify-content: center;

}



.current-news-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  /* background-color: var(--80s-pink); */
  border-radius: 8px;
  padding: 0px 0px;
  margin: 15px 0px;
  font-size: 12px;

  box-shadow: 6px 5px var(--80s-indigo);
  border: 2px solid var(--80s-indigo);
}

.current-news-grid .header {
  position: absolute;
  display: flex;
  justify-content: center;
  background: var(--80s-yellow2);
  padding: 0rem .5rem;
  top: -2px;
  left: 5%;
  transform: translateY(-50%);
  font-weight: 700;
  border-radius: 50px;
  border-bottom: 3px solid var(--80s-indigo);
}

.current-news-grid .header h2 {
  font-family: "porkys";
  letter-spacing: 1px;
  -webkit-text-fill-color: var(--80s-pink);
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: .30px;
  -webkit-text-stroke-color: white;
  font-size: 1.4rem;



}




.current-news-grid a {
  display: flex;
  text-decoration: none;
  color: black;
}

.current-news-grid .container {
  background: var(--80s-orange);
  padding: 1.5em .5em;
  border-radius: 5px;

}

.current-news-line {
  display: flex;
  justify-content: left;
  gap: 10px;
  padding: 5px 3px;
}

.img-thumbnail1 {
  object-fit: cover;
  border: 1px solid red;
  border-radius: .5rem;
  width: 150px;
  height: 100px;
  max-width: 100%;
  object-fit: cover;
  object-position: 0% 30%;
}
.img-thumbnail2 {
  object-fit: cover;
  border: 1px solid red;
  border-radius: .5rem;
  width: 150px;
  height: 100px;
  max-width: 100%;
  object-fit: cover;
  object-position: 0% 30%;
}
.img-thumbnail3 {
  object-fit: cover;
  border: 1px solid red;
  border-radius: .5rem;
  width: 150px;
  height: 100px;
  max-width: 100%;
  object-fit: cover;
  object-position: 40% 0%;
}

.current-news-line h5 {
  padding-top: 8px;
  border-top: 1px solid var(--80s-indigo);
  font-family: 'Teko', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;

}

.w-66 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0;

  
}
.comment-share {
  display: flex;
  justify-content: space-between;
  align-items: center;

}



.w-33 {
  width: 41.666667%
}

.w-66 {
  width: 58.333333%;
}









.hot-topic {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 12px;
  height: 300px;
  background: red;
}

.hot-topic img {
  display: block;
}

.hot-topic-content {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  padding: 10px 20px;
  line-height: 1.3;
  color: black;
}

.hot-topic h2 {
  padding: 10px 0;
  font-size: 18px;
  /* text-shadow: 0 0 2px #000; */
}

.hot-topic h3 {
  padding: 10px 0px;
  font-size: 1rem;
}

.hot-topic p {
  padding: 10px 0px;
  font-size: 15px;
  padding: 12px 10px;
  /* background-color: var(--80s-pink); */
}

.hot-topic-content a {
  display: block;
  background-color: var(--80s-orange);
  border: none;
  width: 95px;
  text-align: center;
  border-radius: 50px;
  padding: 7px 5px;
  font-size: 14px;
  margin: 10px 0px 10px 10px;
}

.hot-topic-content a:hover {
  text-decoration: underline;
}

/* ..Main.. */

main a {
  padding: 15px 0px;
  display: block;
  transition: all 0.5s;
}

main span {
  transition: padding-left 0.5s;
}

main a:hover span {
  padding-left: 5px;
}

main a:hover {
  color: hsl(240, 62%, 60%);
}

/* Main Container Left */

.main-container-left {
  padding: 30px 10px;
}

.main-container-left>h2 {
  padding: 15px 0px 15px 30px;
}

.main-container-left h3 {
  padding: 10px 0px;
  font-size: 18px;
  font-family: var(--heading);
}

.main-container-left p {
  font-size: 15px;
  font-weight: 300;
}

.main-container-left article {
  padding: 10px;
}

.container-top-left {
  padding: 15px 30px;
  background-color: var(--80s-orange);
  border-radius: 5px;
}

.container-bottom-left {
  background-color: #ed1683;
  margin: 15px 30px;
  border-radius: 5px;
}

/* Main Container Right */

.main-container-right {
  padding: 30px 10px;
  background-color: var(--80s-7);
  /* background-color: var(--80s-red); */
}

.main-container-right>h2 {
  padding: 15px 0px 15px 30px;
}

.main-container-right article {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  padding: 15px 0px;
  border-bottom: solid 2px var(--80s-indigo);
  border-radius: 15px;
}

/* .main-container-right article:last-child {
  border-bottom: none;
}
.main-container-right article:nth-child(2) {
  border-top: none;
} */

.main-container-right img {
  width: 100px;
  align-self: center;
}

.main-container-right h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: var(--80s-yellow);
  align-self: center;
}

.main-container-right article h2 {
  font-size: 18px;
  padding: 10px 0px;
  font-family: var(--heading);
  color: var(--80s-yellow);
  padding-right: 10px;
}

.main-container-right article p {
  font-size: 15px;
  font-weight: 500;
}

.main-container-right article div {
  margin-right: 10px;
}

.main-container-left img {
  box-shadow: 6px 6px 0px 0px rgb(216, 184, 20, 0.4);
}

.main-container-right article {
  display: block;
}

.main-container-right img {
  display: none;
}

.main-container-right article h4 {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: flex-start;
}

.main-container-right article img {
  grid-row: 2/3;
  grid-column: 1/2;
}

.main-container-right article div {
  grid-row: 1/3;
  grid-column: 2/3;
}

footer {
  background-color: rgb(47, 45, 38);
  color: rgb(201, 153, 93);
  padding: 30px;
}

footer h2 {
  padding: 10px 0px;
}

footer p {
  padding: 10px 0px;
  line-height: 1.2;
  font-size: 14px;
}

.footer-left,
.footer-right {
  margin: 0px 20px;
}

footer>p {
  text-align: center;
  /* opacity: .8; */
  margin-top: 20px;
  color: #ed1683;
}

footer i {
  font-size: 1.8rem;
  color: #ed1683;
  opacity: 0.8;
}

footer input {
  font-size: 18px;
  text-align: center;
  border: none;
  outline: none;
  padding-right: 10px;
  margin-right: 10px;
  background: hsla(330, 86%, 51%, 0.4);
  /* background: transparent; */
  border-radius: 4px;
  width: 100%;
}

.footer-right div {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 200px;
  padding: 10px 0px;
  border-bottom: 1.2px solid var(--80s-pink);
}

#copyright {
  font-size: 1rem;
}

#copyright span {
  font-size: 3rem;
}

/* Media Queries */

@media (max-width: 460px) {
  .hot-topic-content h2 {
    font-size: 16px;
  }

  .main-container-right article {
    display: block;
  }

  .main-container-right article img {
    display: none;
  }
}

@media (max-width: 500px) {
  .main-container-right article {
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr 1fr;
  }

  .main-container-right article h4 {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: flex-start;
  }

  .main-container-right article img {
    grid-row: 2/3;
    grid-column: 1/2;
  }

  .main-container-right article div {
    grid-row: 1/3;
    grid-column: 2/3;
  }
}

@media (min-width: 768px) {
  .banner-sub-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .container-bottom-left {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 800px) {

  /* nav */
  .ham-btn,
  .times-btn {
    display: none !important;
  }

  /* Navigation Large */

  .navigation-container {
    display: flex;
    background: var(--80s-yellow);
    align-items: center;
    flex-wrap: wrap;
  }

  .top-head {
    min-width: 300px;
    flex: 1 0 15%;
  }

  .nav-bar {
    flex: 0 0 auto;
    height: 100%;
    background: transparent;
  }

  .nav-bar nav ul {
    display: flex;
    justify-content: center;
  }

  .nav-bar nav ul li {
    padding-right: 30px;
  }

  .nav-bar nav ul li:hover {
    background: none;
  }

  .nav-bar nav ul li a {
    color: var(--red-one);
  }

  /* Social Icons */

  /* .social-icons {
      display: none;
    } */

  .social-icons {
    flex: 1 0 30%;
    display: block;
    margin: 0 auto;
  }

  .social-icons .fab {
    color: var(--red-one);
    font-size: 2rem;
  }

  .social-icons ul {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
  }

  .social-icons ul li {
    padding: 20px;
  }

  .footer-container {
    display: flex;
  }

  .footer-left,
  .footer-right {
    flex: 1;
  }
}

@media (min-width: 992px) {
  main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1080px) {
  .banner {
    grid-template-columns: 1fr 2fr;
  }
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* .doughnut { 
  border: 50px solid #f00;
  border-radius: 100px;
  height:100px;
  width:100px;
} */

/* .donut
{width:200px; height:200px; border:1px solid black; position:relative; border-radius:200px;}
.donut:before{content:''; width:50px; height:50px; display:block; position:absolute; top:75px; left:75px; border:1px solid black; border-radius:200px;}

div.circle {
  -moz-border-radius: 50px/50px;
  -webkit-border-radius: 50px 50px;
  border-radius: 50px/50px;
  border: solid 21px #f00;
  width: 50px;
  height: 50px;
} */

/* div.square {
  border: solid 21px #f0f;
  width: 250px;
  height: 250px;
  border-radius: 10px;
}

div {
  display: inline-block;
  margin-left: 5px;
  height: 100px;
  border-radius: 100%;
  width:100px;
  border:solid black 2px;
} */

/* .square2{
  width:200px;
  height:200px;
  background:#DC403B;
  border-radius: 15px;
  &:after {
    content:'';
    position:absolute;
    top:50px;
    left:50px;
    width:100px;
    height:100px;
    background-color:#fff;
    z-index:2;
    border-radius: 15px;
  }
} */

/* 
body {
  background-color:#fff;
} */

// Not needed for the box, just to center it vertically and horizontally
.center-center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

/* // Not needed for the box, just to center it vertically and horizontally
.center-center {
  margin:0 auto;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-100px;
  margin-left:-100px;
} */

/* **Headline**
font-family: 'Outfit', sans-serif;
line-height: 1.2; */

/* might be a good catagory font
font-family: 'Press Start 2P', cursive; */

/* Note: I like this font for a high-end catagory.
@font-face {
  font-family:'vonique';
  src: url(/fonts/vonique-43/Vonique\ 43_D.otf);
} */

/* Blue Floating bar in nav */

/* .flex::before,
    .flex::after {
      content: '';
      position: absolute;
      border: 2px solid var(--80s-indigo);
    }

    .flex::before {
      top: .5rem;
      right: 1.5rem;
      left: 1.5rem;
    } */
/* 
nav { 
  display: flex;
  justify-content: space-between;
  gap: 20px;
  
  flex-wrap: wrap;

} */

/* IDEAS */
/* If you like our (poop icon) donate more than (poop icon) */