/* footerpages.css */
html, body {
  background-color: #0D0D0D;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

.FirstTextDiv {
    color: white;
    font-size: 0.5em;
    margin-left: 2vw;
    margin-top: 1vw;
}

.TopMenu {
    width: 100%;
    height: 40px;
    margin-top: 5px;
    background-color: #72F2A9;
    color: #0D0D0D;
    font-size: 10px;
    vertical-align: top;
    transition: top 0.3s ease-in-out;
}

.TopMenu.fixed {
    position: fixed;
    top: -2px;
    left: 0;
}

.Logo {
    width: 14.5%;
    height: 40px;
    margin: auto;
    background: url(/img/logoscoresfeed.png) -14px -5px;
    background-size: 210%;
    cursor: pointer;
}

.Logo:hover {
    transform: scale(1.05);
}

/* General Footer Page Classes */

.FooterPageFeed {
    width: 60%;
    margin: auto;
    max-width: 795px;
    min-width: 380px;
}

.FooterPageTitle {
  margin-top: 20px;
}

.FooterPageText {
    color: white;
    padding: 15px;
    font-size: 1.1em;
}

.FooterPageLink {
  color: #72F2A9;
  text-decoration: none;
}

.FooterTextPadding {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
}

.FooterPageDiv {
    width: 95%;
    margin-left: 2.5%;
    margin-top: 10px;
    background-color: #2B2B2B;
    border-radius: 7px;
    text-align: center;
}

/* ContactUs */

.FormContactUsText {
    text-align: left;
    padding-left: 7%;
    padding-top: 30px;
    padding-bottom: 10px;
    font-size: 1.1em;
}

.SubmitForm {
    width: 35%;
    padding-bottom: 25px;
    text-align: left;
    padding-left: 6%;
    padding-top: 10px;
}

.submit-button {
    padding: 8px 16px;
    border: none;
    border-radius: 7px;
    background-color: #72F2A9;
    color: #0D0D0D;
    font-size: 1.1em;
    cursor: pointer;
}

.submit-button:hover {
    background-color: #0056b3;
}

.SearchForm {
    width: 100%;
}

.contact-us-container {
    display: flex;
    justify-content: unset;
    text-align: left;
    margin-left: -7%;
}

.contact-us-input {
    width: 78%;
    margin-left: 12%;
    height: 25px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    outline: none;
    font-size: 0.9em;
    display: inline-block;
}

.message-input {
    padding-bottom: 60px;
}

/* NewsPage */

.NewsPageFeed {
    width: 90%;
    margin: auto;
    margin-top: 20px;
    max-width: 795px;
    min-width: 380px;
}

.NewsPageMainHeadingDiv {
    width: 100%;
    height: 65px;
    margin-top: 10px;
    background-color: #2B2B2B;
    border-radius: 7px;
    text-align: center;
}

.NewsGeneralIconDiv{
    width: 10%;
    height: 65px;
    object-fit: cover;
    border-radius: 5%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.NewsMobileImageDiv {
    width: 100%;
    margin-top: 12px;
    object-fit: cover;
    border-radius: 5%;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.NewsPageTitleDiv {
    width: 80%;
    height: 65px;
    display: inline-block;
    vertical-align: top;
}

.NewsHeader {
    height: 22px;
    color: white;
    border-radius: 7px;
    font-size: 1.1em;
    vertical-align: top;
    text-align: left;
    margin-top: 14px;
    margin-left: 2%;
    margin-bottom: 0;
    padding: 0;
}

.NewsSubHeading {
    height: 22px;
    color: white;
    border-radius: 7px;
    font-size: 0.5em;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-bottom: 0;
    margin-left: 2%;
    padding: 0;
    font-weight: 300;
}

.NewsPageDiv {
    width: 100%;
    margin-top: 10px;
    background-color: #2B2B2B;
    border-radius: 7px;
    text-align: center;
}

.NewsPageText {
    color: white;
    padding: 15px;
    font-size: 1.1em;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
}

.BreakingNews {
    width: 3%;
    height: 16px;
    margin-left: 94%;
    background-color: red;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
}

/* Page Footer Classes */

.Footer {
    width: 100%;
    height: 100px;
    background-color: rgb(114, 242, 169);
    margin-left: 0%;
    margin-top: 8%;
    color: #2B2B2B;
    font-size: 10px;
    vertical-align: top;
}

.FooterLinks {
    width: 55%;
    height: 100px;
    display: inline-block;
    vertical-align: bottom;
}

.FooterCopyright{
  width: 40%;
  height: 100px;
  display: inline-block;
}

.FooterLink {
    font-size: 1.6em;
    color: #0D0D0D;
    width: 27%;
    height: 20px;
    margin-left: 4%;
    margin-top: 20px;
    vertical-align: top;
    text-align: center;
    font-style: oblique;
    display: inline-block;
    text-decoration: none;
}

.FooterLink:hover {
    transform: scale(1.05);
}

.CopyrightVideos {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-style: oblique;
}

.Rights {
    font-size: 1.2em;
    color: #0D0D0D;
    width: 100%;
    height: 18px;
    text-align: center;
    margin-top: 15px;
    font-style: oblique;
}

.thanks-message {
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  max-width: 500px;
  margin: 30px auto;
  animation: fadeIn 0.6s ease-in-out;

  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.thanks-icon {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: white; /* default white, overridden in error-message */
}

.thanks-heading {
  font-size: 1.5em;
  margin-bottom: 10px;
  color: white;
}

.thanks-paragraph {
  font-size: 1em;
  margin: 6px 0;
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 🔴 Error Styling */
.error-message {
  background-color: #2a0000;
}

.error-message .thanks-icon {
  color: #ff4d4d; /* red X */
}

.error-message .thanks-heading,
.error-message .thanks-paragraph {
  color: #ffcccc;
}

/* Media Queries */

@media screen and (max-width: 750px) {

  .FooterPageText {
    font-size: 0.9em;
  }

  .FooterCopyright {
    display: none;
  }

  .FooterLinks {
    width: 100%;
  }

}

@media screen and (max-width: 1300px) {
  .Logo {
    width: 16.5%;
  }
}

@media screen and (max-width: 1150px) {
  .Logo {
    width: 18.5%;
  }
}

@media screen and (max-width: 1000px) {
  .Logo {
    width: 20.5%;
  }
}

@media screen and (max-width: 850px) {
  .Logo {
    width: 24.5%;
  }
}

@media screen and (max-width: 700px) {
  .Logo {
    width: 29.5%;
  }
}

@media screen and (max-width: 550px) {
  .Logo {
    width: 40.5%;
}
}

@media screen and (max-width: 480px) {
  .Logo {
    width: 47.5%;
}
}
