body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    margin-left: 0x;
}

header {
    margin-top: 0px;
    width: 100%;
    padding-top: 20px;
    background-color: black;
    height: 100%;    
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.header-content {
    max-width: 1245px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    margin: auto;
}

.logo {
    height: 40px;    
}

.logo-nav {
    display: flex;
    flex-direction: row;
    padding-left: 20px;    
}

.main-nav {
    margin-bottom: 0px;
}

.main-nav-links {
    padding-top: 10px;
    padding-left: 5px;
}

.main-nav-links li, .main-nav-links li a {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    padding: 0px 1px;
    margin-left: 5px;
    transition: all 0.2s ease 0s;
    color: white;    
}

.main-nav-links li, .main-nav-links li a:hover {
    color: #c03a39;
}

.fa {
    padding: 10px;
    font-size: 50px;
    width: 20px;
    text-align: center;
    text-decoration: none;
  }
  
  .fa:hover {
    opacity: 0.8;
  }
  
  .fa-instagram {
    background: #c03a39;
    color: white;
  }

  .fa-facebook {
    background: #c03a39;
    color: white;
  }
  
  .fa-youtube {
    background: #c03a39;
    color: white;
  }

.home-page {
    display: grid;
    grid-template-columns: 2fr 1fr;
    column-gap: 15px;
    row-gap: 25px;
    justify-content: center;
    max-width: 1215px;
    margin: auto;
    padding: 15px;
}

@media (max-width: 750px) {
    .home-page {
        grid-template-columns: 1fr;
    }
}

.carousel {    
    max-height: 500px;
    max-width: 800px;
    position: relative;
}

.carousel-readmore:hover {
    text-decoration: underline;
}

.carousel-image-container {
    position: relative;    
}

.carousel-image {
    width: 100%;
    max-height: 500px;
    max-width: 800px;    
}

.carousel ul {
    padding: 0;
    margin: 0;
    list-style: none;    
}

.slide {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;    
    opacity: 0;    
    /*
    transition: 200ms opacity ease-in-out;
    transition-delay: 200ms;
    */
}

.slide[data-active] {
    opacity: 1;
    z-index: 1;
    /*
    transition-delay: 0ms;
    */
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    padding: 20px 16px;
    border: none;
    z-index: 2;
    cursor: pointer;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
}

.carousel-button:hover,
.carousel-button:focus {
    background-color: rgba(255, 255, 255, 0.5);
    color: black;
}

.carousel-button:focus {
    outline: 1px solid white;
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}

.sidebar-1 {      
    max-height: 500px;
    max-width: 400px;
    width: 100%;
    position: relative;
    margin: auto;
}

/* .sidebar-1-content {    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;    
} */

.sidebar-1-content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 2px;   
    margin: auto;    
    width: 90%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    padding: 10px;
    text-align: center;    
}

.contact-form {    
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    width: 75%;
}

.contact-label {
    color: black;
    margin-left: 1%;
    margin-bottom: 1%;
    font-family: "hyperspace-race-cap-variable",sans-serif;
}

input, textarea {
    width: 100%;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    resize: none;
    padding: 5px;
    border-radius: 5px;
    border-color: white;
}

input:focus-within {
    outline: none;
    border-color: lightblue;
    border-width: 3px;
}

textarea:focus-within {
    outline: none;
    border-color: lightblue;
    border-width: 3px;
}

.contact-form-button {
    padding: 5px;
    background: white;
    color: black;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 14px;
    border: 0;
    outline: none;
    width: 25%;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
}

.contact-form-button:hover {
    background-color: black;
    color: white;
}

.sidebar-1-image {
    width: 100%;
    max-height: 500px;
    max-width: 400px;
    position: relative;
    z-index: 0;
}

.sidebar-text {
    color: white;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 18px;
    margin: auto;
}

.sidebar-text2 {
    color: white;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 14px;
    margin: auto;
}

.latest-releases-text {
    display: flex;   
}

.latest-releases-font {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}

.view-all-text {
    display: flex;    
}

.view-all-font {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
    color: rgb(63, 63, 63);
    font-size: 18px;
    text-decoration: none;
}

.view-all-font:hover {
    color: black;
}

.body-header1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.line {
    width: 100%;
    height: 2.5px;
    background-color: #c03a39;
    margin-bottom: 20px;
}

.thumbnails {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 10px;
    row-gap: 10px;    
}

.thumbnail-image {
    width: 100%;
    max-width: 750px;
    margin-bottom: 10px;
}

.lr-title {
    color: black;    
    text-decoration: none;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.published-text {
    margin-top: 0px;
    margin-bottom: 15px;
    color: rgb(63, 63, 63);
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
}

.body-header2 {
    display: flex;
    justify-content: space-between;
}

.articles {
    padding-left: 10px;
    padding-right: 10px;
}

.article {
    margin-bottom: 10px;
}

.article-head {
    color: black;    
    text-decoration: none;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
    width: 100%;
}

.article-text {
    font-family: "adobe-caslon-pro", serif;
    font-size: 16px;
    margin-bottom: 0px;
}

.read-more {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-style: italic;
    font-family: "adobe-caslon-pro", serif;
    color: #c03a39;
}

.read-more:hover {
    text-decoration: underline;
}

.ad-towers {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 15px;
    margin: auto;
    width: 160px;
    padding-top: 15px;
}

.ad-tower {
    width: 160px;
    height: 600px;
    background-color: orange;
    
}

.subscribe-box {
    background-color: #c03a39;
    margin-top: 15px;       
    padding: 10px;
}

.subscribe-box-content {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    width: 400px;
    max-width: 800px;
    margin-bottom: 20px;
    height: 200px;
}

.subscribe-box-header {
    font-family: "hyperspace-race-cap-variable",sans-serif;
    text-align: center;
}

.subscribe-box-text {
    color: white;
    font-family: "adobe-caslon-pro", serif;
    text-align: center;
    font-size: 18px;
}

.subscribe-form {
    display: flex;
    align-content: center;    
    width: 100%;
}

.subscribe-input {
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 0;
    height: 35px;
    margin: 0;
    padding-left: 10px;
    width: 75%;
}

.subscribe-button-2 {
    background-color: lightgray;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    margin-left: 0;
    border: none;
    outline: none;
    font-size: 14px;    
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    height: 45px;
    width: 25%;
}

.subscribe-button-2:hover {
    background-color: gray;
    color: white;
}

.subscribe-button-2:active {
    background-color: rgb(0, 0, 0);
    color: white;
}

.subscribe-thank-you {
    color: white;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    margin-top: 10px;
}

label {
    color: white;
    font-family: "hyperspace-race-cap-variable",sans-serif;
}

.footer-main {
    margin-top: auto;  
    background-color: black;   
    width: 100%;
    padding-top: 10px;    
    padding-bottom: 20px;    
}

.footer-content {
    max-width: 800px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    margin: auto;
}

.footer-text {
    color: white;
    font-size: 16px;
    font-family: "adobe-caslon-pro", serif;
}

.footer-nav-links-text {
    text-decoration: none;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    color: white;
}

.footer-nav-links-text:hover {
    color:#c03a39;
}

.footer-nav-links2 {
    text-align: right;
}

.footer-logo {
    display: flex;
    flex-direction: column;    
    max-width: 800px;
    margin: auto;
}

.logo-white {
    height: 40px;
    max-width: 321.8px;
    font-family:Georgia, 'Times New Roman', Times, serif;  
}

/*CONTACT*/

.contact-body {    
    padding-top: 25px;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 800px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.contact-title {
    color: black;
    font-family: "hyperspace-race-cap-variable",sans-serif;    
}

.contact-text {
    color: black;
    font-family: "adobe-caslon-pro", serif;
    font-size: 18px;
}

.contact-page-form {
    width: 90%;
    display: grid;
    grid-template-columns: 1fr;
}

.contact-input {
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom: 20px;    
    padding: 5px;    
    border-color: black;
    border-width: 1px;
    background-color: rgb(235, 230, 230);
    font-size: 15px;
    color: black;
    padding: 12px 20px;
    box-sizing: border-box;
}

.contact-message {
    font-family:Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 30px;
    resize: none;
    padding: 5px;    
    border-color: black;
    border-width: 1px;
    font-size: 15px;
    color: black;
    background-color: rgb(235, 230, 230);  
    padding: 12px 20px;
    box-sizing: border-box;  
}

.contact-page-button {
    width: 25%;
    height: 50px;
    margin: auto;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background-color: #c03a39;
    color: white;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    font-size: 14px;
}

.contact-page-button:hover {
    transition: all 0.2s ease 0s;
    background-color: #ee7373;
    border: none;
    color: white;    
}

.contact-page-button:active {
    background-color: #772424;
    border: none;
}

.thankyou-header {
    padding-top: 100px;
    text-align: center;
    font-family: "hyperspace-race-cap-variable",sans-serif;
}

/*FAQ*/

.faq-body {
    width: 90%;
    padding-top: 50px;
    max-width: 800px;
    margin: auto;
}

.faq-header {
    color: black;
    font-family: "hyperspace-race-cap-variable",sans-serif;
    padding-bottom: 30px;
}

.faq-subheader {
    color: black;
    font-family: "hyperspace-race-cap-variable",sans-serif;    
    font-size: 18px;
}

.faq-text {
    color: black;
    font-family: "adobe-caslon-pro", serif;
    font-size: 18px;
}

.about-body {    
    display: grid;
    grid-template-columns: 1fr;    
    justify-content: center;
    width: 50%;
    max-width: 920px;
    margin: auto;
    padding: 15px;
    background-color: white;
    margin-top: 0px;
    margin-bottom: 50px;
}

.about-image {
    height: auto;
    width: 75%;
    max-width: 3288px;
    display: block;
    margin: auto;
    margin-top: 15px;
}