html
{
    padding: 0;
    margin: 0;
}

body
{
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 100%;
    width: 100%;
    
    font-family: "Montserrat", sans-serif;
    color: #009521;
}

#Container
{
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: auto;
    width: 100%;
    
    background-color: #0d0d0d;
}

/*--------------------------------------------------*/

#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 */
}

P
{
    margin: 0;
}

#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 */
}

.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;
    
    overflow: hidden;
}

#SectionHeader
{
    padding: 5% 0%;
    margin: 0 auto;
    height: 20%;
    width: 100%;
    
    text-align: center;
    color: #009521;
    font-family: "Aldrich", sans-serif;
    
    /*background-image: url("Invert1.png");*/
    background-color: #0d0d0d;
    
    background-image: url('TEST1234.jpeg');
    background-size: cover; /* or use contain, depending on your needs */
    background-repeat: no-repeat; /* Ensure the image doesn't repeat */
    background-position: center; /* Center the image within the div */
    
        text-shadow:
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; /* Creates a border effect around the text */
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    
    border-bottom: 2px solid rgba(255, 153, 204, 0.3); 

}

#MainTextContainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distributes space between the flex items */
    align-items: flex-start; /* Aligns items vertically */
    padding: 0;
    margin: 0 auto;
    /*height: 80%;*/
    min-height: 500px;
    width: 80%;
    
    background-color: #0d0d0d;
    /*background-color: dimgrey;*/
}

#MainTextLeft
{
    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;
    height: auto;
    width: 20%;
    
    /*background-color: #4d4d4d;*/
    background-color: #0a0a0a;
    
    color: white;
    
        box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#LeftHeader
{
    padding: 0;
    margin: 0;
    height: 10%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #b1b1b1;*/
    background-color: #0a0a0a;
    
    color: white;
    
            text-shadow:
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000; /* Creates a border effect around the text */
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#LeftHeader h3
{
    margin-left: 5%;
}

#LeftText
{
    padding: 0;
    margin: 0;
    height: 85%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #a0a0a0;*/
    background-color: #0a0a0a;
    
    color: white;
}

#LeftText p
{
    margin-bottom: 10%;
    margin-left: 5%;
    margin-right: 5%;
}

.Topic
{
    padding-top: 5px;
}

.Topic:hover
{
    background-color: #0d0d0d;
}

.Topic a
{
  color: white;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

.Topic a:hover
{
    color: #ff99cc;
}

#MainTextRight
{
    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;
    height: auto;
    width: 77.5%;
    
    /*background-color: #4d4d4d;*/
    background-color: #0a0a0a;
    
    color: white;
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

#RightHeader
{
    padding: 0;
    margin: 0;
    height: 10%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #b1b1b1;*/
    background-color: #0a0a0a;
    
    color: white;
    
    text-shadow:
    -1px -1px 0 #000,  
     1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000; /* Creates a border effect around the text */
    
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#RightHeader h3
{
    text-align: center;
}

#RightText
{
    display: flex;
    flex-direction: column;
    align-items:center; /* Aligns items vertically */
    
    padding: 0;
    padding-bottom: 2.5%;
    margin: 0;
    height: 85%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #a0a0a0;*/
    background-color: #0a0a0a;
    color: white;
}

#RightText p
{
    margin-left: 5%;
}


.collapsible {
  /*background-color: #ff7171;*/
  background-color: #0d0d0d;
  color: #009521;
  cursor: pointer;
  padding-left: 5%;
  margin-bottom: 2.5%;
  
  width: 95%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-family: "Aldrich", sans-serif;
    
        box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}

.collapsible h3
{
   color: #009521;
}

.collapsible h3:hover
{
   color: #ff99cc;
}

/* 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: white;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0;
  margin: 0;
  width: 95%;
  display: none;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
}

.HiddenContent
{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    text-align: justify;
}
.bullet {
  display: flex;
  align-items: center; /* ensures the bullet is vertically centered */
}

.FAQ {
  flex: 1; /* allows FAQ to take the remaining space */
  display: flex;
  align-items: center; /* ensures the FAQ text is vertically centered */
}

#Footer
{ 
    height: auto;
    min-height: 80px;
    
    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 {
    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:hover.fa-medium {
    background-color: #000000; /* YouTube red */
    color: white;
}

.SocialLink a.fa-twitter {
    background-color: #1a1a1a; /* LinkedIn blue */
    color: white;
}

/*-------------------------------------/\-Footer-/\-----------------------------------------*/

/*-----------------------------------\/-Subscribe-\/----------------------------------------*/

.SubscribeContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: black;
    font-family: "Aldrich", sans-serif;
}

.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: 1px solid rgba(0, 0, 0, 0.7); 
}

.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;
} 

h2
{
    text-align: center;
    color: white;
    font-family: "Aldrich", sans-serif;
}

h3
{
    color: white;
    font-family: "Aldrich", sans-serif;
}

/* 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;
}

/* Mobile view */
@media screen and (max-width: 850px)  {
    
    h3
{
    /*color: darkred*/
}    
    
    #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;
}   
    /*BIG*/
    #MainTextContainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Distributes space between the flex items */
    flex-direction: column;
        align-items: center; /* Center the contents */
    padding: 0;
    margin: 0 auto;
    /*height: 80%;*/
    min-height: 500px;
    width: 90%;
    margin-bottom: 2.5%;
    
    
    background-color: #0d0d0d;
    /*background-color: dimgrey;*/
}

#MainTextLeft
{
    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;
    height: auto;
    width: 90%;
}

#LeftHeader
{
    padding: 0;
    margin: 0;
    height: 10%;
    width: 100%;
    
    text-align:center;
}

#LeftHeader h3
{
    margin-left: 0%;
}
    
        #MainTextLeft, #MainTextRight {

        margin-bottom: 20px; /* Add some space between the sections */
    }
    
    #MainTextRight {
        margin-bottom: 0; /* Remove the margin for the last section */
    }

#LeftText
{
    padding: 0;
    margin: 0;
    height: 85%;
    width: 100%;
    
    text-align: left;
    
    /*background-color: #a0a0a0;*/
    background-color: #0a0a0a;
    
    color: white;
}

#LeftText p
{
    margin-bottom: 1%;
    margin-left: 5%;
    margin-right: 5%;
}

.Topic
{
    padding-top: 5px;
}

.Topic a
{
  color: white;
  text-decoration: none;
  font-family: "Aldrich", sans-serif;
}

.Topic a:hover
{
    color: #ff99cc;
}

#MainTextRight
{
    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;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    width: 90%;
    
    /*background-color: #4d4d4d;*/
    background-color: #0a0a0a;
    
    color: white;
    
            box-shadow: 
        -1px -1px 0 #000,  
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000;
}    
}

@media screen and (max-width: 768px) {
    
    h3
{
    /*color: purple*/
}
    #MainTextContainer
{
    width: 100%;
}   
    
        #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: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}     
    
}

@media screen and (max-width: 650px) {
    
    h3
{
    /*color: blue*/
}
    #RightHeader h3
    {
        font-size: 26px;
    }
    
    h2
    {
        font-size: 22px;
    }
    p
    {
        font-size: 18px;
    }
    
        #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: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}     
}

@media screen and (max-width: 550px) {
    
    h3
{
    /*color: yellow*/ 
}
        #RightHeader h3
    {
        font-size: 22px;
    }
    
        h2
    {
        font-size: 18px;
    }
    
        #MainTextRight
{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
    
        #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: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}     
}

@media screen and (max-width: 450px) {
    
    h3
{
    /*color: green*/ 
}
    
    #MainTextRight
    {
        
    }
    
    #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: solid 1px #0d0d0d;
    border-radius: 0px;

}

.PolicyLink {
    padding: 10px 5px;
    font-size: 14px;
    width: 50%;
    border: 2px solid rgba(255, 153, 204, 0.3); 
}

.SubscribeContent
    {
        margin-left: 10px;
        margin-right: 10px;
        width: 100%;
    }

.Subscription .AddEmail {
    width: 80%;
}

.Subscription .SubmitEmail {
    font-size: 12px;
}     
}