html
{
    padding: 0;
    margin: 0;
}

body
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    font-family: "Montserrat", sans-serif;
    color: #009521;
    
    overflow-x: hidden;
}

#Container
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    background-color: #0d0d0d;
}

/*--------------------------------------------------*/

#notification-bar {
    width: 100%;
    background-color: #ff99cc; /* Vibrant color for visibility */
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
    font-family: "Aldrich", sans-serif;
    font-size: 14px;
    position: relative; /* Keeps it within the flow of the document */
    z-index: 1000; /* Ensures it stays above other elements if needed */
}

#notification-bar p
{
    margin: 0;
}

#notification-bar a {
    color: #000000;
    text-decoration: none;
    font-weight:bold;
}

#notification-bar a:hover {
    text-decoration: none;
}

#close-notification {
    position: absolute;
    right: 20px;
    top: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

#Header 
{
    height: 40px;
    display: flex;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0px 0px;
    background-color: rgba(26, 26, 26, 0.7);
    color: #fff;
    
    background-color: #0a0a0a;
    
    font-family: "Aldrich", sans-serif;
    border-bottom: 2px solid rgba(255, 153, 204, 0.3); 
}

#HeaderLeftNav, #HeaderCentreNav, #HeaderRightNav 
{
    padding: 0px;
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

#HeaderLeftNav
{
    padding: 0 0;
    gap: 0;
    
    /*border-right: 1px solid rgba(355, 355, 355, 0.75);*/
}

#HeaderLeftNav a
{
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

#HeaderRightNav
{
    padding: 0 20px;
    gap: 5px;
}

#HeaderRightNav a 
{
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

#HeaderRightNav a:hover
{
    color: #ff99cc;
}

#HeaderLeftNav div, #HeaderRightNav div 
{
    margin: 0 0; /* Adds some space between the items */
}

#Logo
{
    margin: 0 0;
    padding: 0 5px;
    height: 100%;
    
    border-right: 1px solid rgba(255, 153, 204, 0.3); 
    
    display: flex;
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#Logo img
{
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

#Home
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#Logo:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#Home:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#News:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#AboutUs:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#FAQs:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#GetInTouch:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

#News
{
    margin: 0;
    padding: 0 10px;;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#AboutUs
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#FAQs
{
    margin: 0 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

#GetInTouch
{
    margin: 0 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

.HeaderDropdown
{
    margin: 0;
    padding: 0 10px;
    height: 100%;
    
    align-content: center;
    position: relative; /* Allows positioning of the dropdown content */
    cursor: pointer; /* Changes cursor to indicate clickable area */
}

.HeaderDropdown:hover
{
    background-color: #0d0d0d;
    color: #ff99cc;
}

.DropdownContent
{
    display: none;
    position: absolute;
    left: 0; /* Aligns the dropdown menu to the left of the parent */
    top: 100%; /* Positions the dropdown below the parent */
    min-width: 100%; /* Ensures dropdown is at least as wide as the parent */
    z-index: 1;
}

/* Display dropdown content on hover */
.HeaderDropdown:hover .DropdownContent
{
    display: block; /* Shows the dropdown content */
}

/* Style individual items in dropdown */
.DropdownContent div 
{
    padding: 12px 0; /* Padding for items */
    padding-left: 10px;
    max-width: 95%;
    display: block; /* Makes the div act like a block element */
    background-color: #1a1a1a;
    color: #ff99cc;
    margin: 0 0;
    width: 100%;
}

#WhatIsTheAc28R:hover, #HowDoesTheAc28RHelp:hover, #VideoWalkthroughs:hover, #WhatCanSheAlreadyDo:hover
{
    background-color: #0d0d0d;
}

/*--------------------------------------------------*/

#MainSection
{
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    
    /*background-color: #9b0071;*/
    background-color: #0d0d0d;
}

#Video
{
   height: 750px; 
   float: left;
   width: 100%;
   background-color: black;
   z-index: 0; /* Ensure video is below navbar */
   margin-bottom: 0.5%;
   border-bottom: 2px solid rgba(255, 153, 204, 0.3); 
}

#background-video {
   height: 750px; 
   float: left;
   width: 100%;
   z-index: 0; /* Ensure video is below navbar */
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0;
  margin: 0;
  display: none;
  overflow: hidden;

  margin-left: 14%; 
  margin-right: 14%;  
  margin-bottom: 15px;    

  height: 100%;
  width: 72%;    
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;    
}

.HiddenContent
{
    height: 100%;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    text-align: justify;
}

/*.bullet {
  display: flex;
  align-items: center; /* ensures the bullet is vertically centered 
  width: 100%;
}
*/

.collapsible {
  /*background-color: #ff7171;*/
  background-color: #0a0a0a;
  color: white;
  cursor: pointer;
  padding-left: 10%;
  padding-right: 10%; 
  margin-left: 14%; 
  margin-right: 14%;  
  margin-bottom: 15px;  
    text-align: center;

  width: 72%;
  border: none;
  outline: none;
  font-size: 15px;
  font-family: "Aldrich", sans-serif;
    
        box-shadow: 
        -1px -1px 0 rgba(255, 153, 204, 0.3),  
        1px -1px 0 rgba(255, 153, 204, 0.3),
        -1px 1px 0 rgba(255, 153, 204, 0.3),
        1px 1px 0 rgba(255, 153, 204, 0.3);
}

#MainTextContainer
{
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0;
    margin: 0 auto;
    /*height: 80%;*/
    height: auto;
    width: 100%;
    
    background-color: #00a5ff;
    /*background-color: dimgrey;*/   
    margin-bottom: 0.5%;
}

.MainTextSection
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Distributes space between the flex items */
    align-items:center; /* Aligns items vertically */
    
    padding: 0;
    margin: 0 auto;
    height: auto;
    width: 99%;
    
    color: white;
    
            box-shadow: 
        -5px -5px 0 #000,  
        5px -5px 0 #000,
        -5px 5px 0 #000,
        5px 5px 0 #000;
}

    #MainText1 .SectionContainer,
    #MainText3 .SectionContainer, 
    #MainText4 .SectionContainer {
        flex-direction: column; /* Stacks LeftSection and RightSection vertically */
        align-items: center; /* Centers items horizontally */
    }

.SectionContainer
{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.TopSection {
    flex: 1; /* Takes up equal space as RightSection */
    justify-content: center;
    align-items: center;
    text-align: left;
    
    width: 75%;
    
    /*background-color: cadetblue;*/
}

.BottomSection {
    flex: 1; /* Takes up equal space as LeftSection */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    min-height: 200px;
    width: 75%;
 
    padding-bottom: 1%;
}

#CompanyVideo, #ImageContainer {
    margin-top: 1%;
    display: flex; /* Ensures centering of the video */
    justify-content: center;
    align-items: center;
    width: 100%; /* Video takes full width of the parent */
    max-width: 80%; /* Optional: Restricts the max width of the video */
    aspect-ratio: 16 / 9; /* Maintains a 16:9 aspect ratio */
}

#Company-video {
    width: 100%; /* Makes the iframe responsive */
    height: 100%; /* Matches the aspect ratio of the parent container */
    border: none; /* Removes the border */
    object-fit:fill;
}

#SplitText
{
    background-color: #000000;
    font-family: "Aldrich", sans-serif;
    font-weight: 450;
}

#SplitText2
{
    background-color: #000000;
    font-family: "Aldrich", sans-serif;
    font-weight: 450;
}

#MainText1
{
    background-color: #0a0a0a;
    padding-bottom: 1%;
    height: auto;
}

#MainText2
{
    height: auto;
    background-color: #0a0a0a;
}

#MainText2-TopText
{
   padding-left: 10%;
   padding-right: 10%;
}

#MainText3
{
    background-color: #0a0a0a;
    padding-bottom: 1%;
    height: auto;
}

#MainText4
{
    background-color: #0a0a0a;
    padding-bottom: 1%;
    height: auto;
}

.VisibleContent
{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    text-align: justify;
    
    /*background-color: aqua;*/
    
    padding-right: 20%;
    padding-left: 20%;
}

.bullet {
  display: flex;
  align-items: center; /* ensures the bullet is vertically centered */
  /*background-color: beige;*/
}

.FAQ {
  flex: 1; /* allows FAQ to take the remaining space */
  display: flex;
  align-items: center; /* ensures the FAQ text is vertically centered */
  /*background-color: green;*/
}

/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
/*HEADER, TEXT, AND FONT SIZES*/
/*HEADER, TEXT, AND FONT SIZES*/
/*HEADER, TEXT, AND FONT SIZES*/

#MainText1 p, #MainText2 p, #MainText3 p, #MainText4 p
{
    font-size: 18px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
}

#MainText1 h1, #MainText2 h1, #MainText3 h1, #MainText4 h1
{
    margin-bottom: 0%;
        padding-left: 10%;
    padding-right: 10%;
}

h1
{
    text-align: center;
    color: #009521;
    font-family: "Aldrich", sans-serif;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

h2
{
    margin: 5%;
    font-weight: 500;
    font-size: 18px
}

h3
{
    color: #009521;
    font-family: "Aldrich", sans-serif;
    text-align: center;
}

h4
{
    text-align: center;
    color: #FFFFFF;
    font-family: "Aldrich", sans-serif;
    text-shadow: 2px 2px 2px #000000;
    padding-bottom: 0%;
    margin-bottom: 0%;
    
    font-weight:500;
    font-size: 26px;
}

/*HEADER, TEXT, AND FONT SIZES*/
/*HEADER, TEXT, AND FONT SIZES*/
/*HEADER, TEXT, AND FONT SIZES*/
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/



/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
/*--------CAROUSEL STUFF------*/
/*--------CAROUSEL STUFF------*/
/*--------CAROUSEL STUFF------*/

/* Carousel Container */
.carousel-container {
    position: relative;
    width: 80%;
    margin: 0 auto;
    
    /*REMOVE THIS SHIT TO GO BACK*/
    padding-right: 10%;
    padding-left: 10%;
    /*REMOVE THIS SHIT TO GO BACK*/
    
    overflow: hidden;
    border-radius: 0px;
    /*border: 1px solid black;*/

}

/* Carousel Slide */
.carousel-slide {
    height: 100%;
    display: none;
    text-align: center;
    padding: 20px;
}

.carousel-slide img {
    width: 100%;
    border-radius: 5px;
}

.carousel-slide video {
    width: 100%;
    border-radius: 5px; /* Matches the style of the original GIF */
    object-fit: cover; /* Ensures the video scales proportionally within its container */
}

/* Caption */
.caption {
    margin-top: 10px;
    font-size: 22px;
    color: white;
    min-height: 55px;
}

/* Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 10%;
    z-index: 10;
    transition: all 0.3s ease;
}

.carousel-arrow:hover {
    background-color: #ff99cc;
    color: black;
    border: 2px solid black;
}

.carousel-arrow.prev {
    border: 2px solid #ff99cc;
    left: 8%;
}

.carousel-arrow.prev:hover {
    border: 2px solid black;
}

.carousel-arrow.next {
    border: 2px solid #ff99cc;
    right: 8%;
}

.carousel-arrow.next:hover {
    border: 2px solid black;
}

/* Indicators */
.carousel-indicators {
    text-align: center;
    margin-top: 0%;
    margin-bottom: 2.5%;
}

.indicator {
    background-color: #0d0d0d;
    color: white;
    border: 2px solid #ff99cc;
    padding: 5px 10px;
    margin: 0 3px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10%;
    min-width: 40px;
}

.indicator:hover {
    background-color: #ff99cc;
    color: black;
    border: 2px solid black;
}

.indicator.w3-red {
    background-color: #ff99cc;
    color: black;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: rgba(62, 7, 35, 0);
  color: #ff99cc;
}

/*--------CAROUSEL STUFF------*/
/*--------CAROUSEL STUFF------*/
/*--------CAROUSEL STUFF------*/
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/



/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
/*---------FOOTER STUFF-------*/
/*---------FOOTER STUFF-------*/
/*---------FOOTER STUFF-------*/

#Footer
{ 
    height: auto;
    min-height: 80px;
    
    background-color: #0a0a0a;
    
    display: flex;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: center; /* Aligns items vertically */
    padding: 0px 25px;
    /*background-color: rgba(26, 26, 26, 0.7);*/
    color: #fff;
    
    font-family: "Aldrich", sans-serif;
    border-top: 2px solid rgba(255, 153, 204, 0.3); 
} 

#FooterLeftNav, #FooterRightNav {
    display: flex;
    gap: 20px;
}

#FooterCentreNav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    text-align: center;
}

#FooterCentreNav .SubscribeLink {
    display: inline-block;
}

.SocialLink {
    border: 1px solid rgba(255, 153, 204, 0.3); 
    padding: 2.5px 2.5px;
    background-color: #0d0d0d;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
}

.PolicyLink {
    padding: 10px 40px;
    background-color: #0d0d0d;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    transition: background-color 0.3s;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SocialLink:hover, .PolicyLink:hover {
    background-color: #0d0d0d;
    color: #ff99cc;
}

/* Custom styling for social media icons */
.SocialLink a {
    display: inline-block;
    width: 40px; /* Adjust width as needed */
    height: 100%; /* Adjust height as needed */
    line-height: 40px; /* Vertically center the icon */
    text-align: center;
    
    font-size: 20px; /* Adjust font size as needed */
    transition: background-color 0.3s, color 0.3s;
}

.SocialLink a.fa-youtube {
    background-color: #1a1a1a; /* YouTube red */
    color: white;
}

.SocialLink a.fa-linkedin {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

.SocialLink a:hover.fa-youtube {
    background-color: #FF0000; /* YouTube red */
    color: white;
}

.SocialLink a:hover.fa-linkedin {
    background-color: #0077B5; /* LinkedIn blue */
    color: white;
}

.SocialLink a.fa-medium {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

.SocialLink a.fa-twitter {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

.SocialLink a:hover.fa-medium {
    background-color: #000000; /* YouTube red */
    color: white;
}

.SocialLink a:hover.fa-twitter {
    background-color: #1b8fcc; /* LinkedIn blue */
    color: white;
}

/*-------------------------------------/\-Footer-/\-----------------------------------------*/

/*-----------------------------------\/-Subscribe-\/----------------------------------------*/

.SubscribeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: black;
    font-family: "Aldrich", sans-serif;
    padding-right: 10%;
}

.SubscribeContent {
    width: 360px;
    height: 40px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    border-radius: 5px;
    overflow: hidden;
    color: white;
    font-family: "Aldrich", sans-serif;
    border: 2px solid rgba(255, 153, 204, 0.3);  
}

.Subscription {
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    font-family: "Aldrich", sans-serif;
    
}

.Subscription .AddEmail {
    position: absolute;
    top: 0;
    left: 0;
    width: 84%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background-color: #0d0d0d;
    color: white;
    font-family: "Aldrich", sans-serif;
}

.Subscription .SubmitEmail {
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 2px);
    width: 100px;
    border: none;
    
    outline: none;
    margin: 1px;
    padding: 0 20px;
    cursor: pointer;
    background: #009521;
    color: #FFFFFF;
    transition: width .35s ease-in-out,
        background .35s ease-in-out;
    font-family: "Aldrich", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.Subscription.done .SubmitEmail {
    width: calc(100% - 2px);
    background: #FF99CC;
    color: white;
}

.Subscription .SubmitEmail .BeforeSubmit,
.Subscription .SubmitEmail .AfterSubmit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 38px;
    transition: visibility .35s ease-in-out,
        opacity .35s ease-in-out;
    color: black;
}

.Subscription.done .SubmitEmail .BeforeSubmit,
.Subscription:not(.done) .SubmitEmail .AfterSubmit {
    visibility: hidden;
    opacity: 0;
}

.Subscription .SubmitEmail .AfterSubmit {
    transition-delay: .35s;
}

.Subscription:not(.done) .SubmitEmail .BeforeSubmit,
.Subscription.done .SubmitEmail .AfterSubmit {
    visibility: visible;
    opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #1a1a1a;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff99cc;
  border-radius: 10px;
}

/*-------------*/

/* Default: desktop view */
#HamburgerMenu {
    display: none; /* Hidden by default */
}

#HeaderRightNav {
    display: flex;
}

@media screen and (max-width:1420px){
    h1 {
        /*color: aliceblue;*/
    }
}

@media screen and (max-width:1290px){
    h1 {
        /*color:aqua;*/
    }
    
    .VisibleContent {
        padding-right: 15%;
        padding-left: 15%;
    }    
}

@media screen and (max-width:1210px){
    h1 {
        /*color:blue;*/
    }
    
    #HeaderRightNav {
        display: none; /* Hide the right navigation */
    }

    #HamburgerMenu {
        display: block; /* Show the hamburger menu */
        position: relative;
        padding: 0 20px;
        cursor: pointer;
        color: white;
        font-size: 24px;
    }
    
    /* Hamburger menu dropdown */
#HamburgerDropdown {
    display: none; /* Hidden by default */
    position: absolute;
    top: 40px; /* Adjust based on your header height */
    right: 4px;
    background-color: rgba(26, 26, 26, 0.9);
    min-width: 350px; /* Adjust width */
    z-index: 10;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

#HamburgerDropdown a {
    display: block;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    font-family: "Aldrich", sans-serif;
    font-size: 14px;
}

#HamburgerDropdown a:hover {
    background-color: #0d0d0d;
    color: #ff99cc;
}

/* When the menu is active (triggered by JS), show the dropdown */
#HamburgerMenu.active #HamburgerDropdown {
    display: block;
}    
    
}

@media screen and (max-width:1020px){
    h1 {
        /*color:brown;*/
    }
    
    .VisibleContent {
        padding-right: 10%;
        padding-left: 10%;
    }     
}

/* Mobile view */
@media screen and (max-width: 935px)  {
    h1 {
        /*color:cadetblue;*/
    }   
    
    .VisibleContent {
        padding-right: 5%;
        padding-left: 5%;
    }  
    
#Company-video {
   height: 300px; 
   width: 120%;
}    
    
    #MainTextContainer
{
    width: 99%;
    background-color: #0d0d0d;
}  
    
    
/* Carousel Container */
.carousel-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
    
    /*REMOVE THIS SHIT TO GO BACK*/
    padding-right: 5%;
    padding-left: 5%;
    /*REMOVE THIS SHIT TO GO BACK*/
    
    overflow: hidden;
    border-radius: 0px;
    /*border: 1px solid black;*/

}   
    
.carousel-arrow.prev {
    left: 1%;
}

.carousel-arrow.next {
    right: 1%;
}     
    
    
        #Footer {
        margin-top: 1%;    
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border: 1px solid rgba(255, 153, 204, 0.3); 
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 30%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10%;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 100%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}    
    
}

@media screen and (max-width: 768px) {
    /*h1 {color:chartreuse} */  
    
/* Carousel Container */
.carousel-container {
    width: 90%;
    margin: 0 auto;
} 

/* Caption */
.caption {
    margin-top: 10px;
    font-size: 18px;
    color: white;
    min-height: 75px;
}

/* Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 10%;
    z-index: 10;
}

.indicator {
    padding: 2.5px 2.5px;
    margin: 0 1px;
    font-size: 14px;
    min-width: 30px;
}       
}

@media screen and (max-width: 650px) {
     h1 {
         /*color:coral;*/
         font-size: 28px;
    }   
    
    h4
    {
        font-size: 24px;
    }
    
#MainText1 h1, #MainText2 h1, #MainText3 h1, #MainText4 h1
{
    padding-left: 10%;
    padding-right: 10%;
}    
    
.TopSection {
    width: 90%;
}

.BottomSection {    
    min-height: 200px;
    width: 90%;
}
       
#MainText2-TopText
{
   padding-left: 0%;
   padding-right: 0%;
}    
    
    .VisibleContent {
        padding-right: 0%;
        padding-left: 0%;
    }   
    
/* Carousel Container */
.carousel-container {
    width: 100%;
    margin: 0 auto;
    padding-right: 0%;
    padding-left: 0%;
} 

/* Caption */
.caption {
    margin-top: 10px;
    font-size: 18px;
    color: white;
    min-height: 75px;
}

/* Navigation Arrows */
.carousel-arrow {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 10%;
    z-index: 10;
}
    
    .indicator {
    padding: 2.5px 2.5px;
    margin: 0 1px;
    font-size: 14px;
    min-width: 26px;
}     
    
        #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border-radius: 0px;
}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10%;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}
    
}

@media screen and (max-width: 550px) {
    h1 {
        /*color:crimson;*/
        font-size: 26px;
    }  
    
#MainText1 h1, #MainText2 h1, #MainText3 h1, #MainText4 h1
{
    padding-left: 10%;
    padding-right: 10%;
}    
    
.TopSection {
    width: 90%;
}

.BottomSection {    
    min-height: 200px;
    width: 100%;
}     
 
h4
{
    font-size: 22px;
}    
    
#MainText1 p, #MainText2 p, #MainText3 p, #MainText4 p
{
    font-size: 16px;
    text-align: justify;
    
    padding-left: 5%;
    padding-right: 5%;
}
    
/* Caption */
.caption {
    min-height: 90px;
}

/* Navigation Arrows */
.carousel-arrow {
    font-size: 18px;
    top: 40%;
}       

        #Footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border-radius: 0px;
}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10%;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}
}

@media screen and (max-width: 450px) {
    h1 {
        /*color:darkgoldenrod;*/
        font-size: 24px;
    }     
    
h4
{
    font-size: 20px;
}    
    
#MainText1 p, #MainText2 p, #MainText3 p, #MainText4 p
{
    font-size: 14px;
    text-align: justify;
}   
    
/* Carousel Slide */
.carousel-slide {
    height: 100%;
    display: none;
    text-align: center;
    padding: 5px;
}    
    
.carousel-arrow {
    top: 37%;
}    
    
/* Caption */
.caption {
    font-size: 16px;
    min-height: 100px;
}
    
.indicator {
    padding: 2px 2px;
    margin: 0 1px;
    font-size: 12px;
    min-width: 20px;
}     
    
    #Footer {
        margin-top: 1.5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 5px;
        background-color: rgba(26, 26, 26, 0.);
        color: white;
        gap: 10px;
    }

    #FooterLeftNav, #FooterRightNav, #FooterCentreNav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 20px;
        text-align: center;
    }

.SocialLink {
    padding: 0px 0px;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10%;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}

    
}
