*{
    margin: 0;
    padding:0;
    
}

body{
    height: 100%;
    width: 100%;
    background-color: black;
    color: white;
    font-family: sans-serif;
}

#main-container{
    background-image: url(../imgs/femail-aspirant.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
/*    transition: 5s;
    animation-name: animate;
    animation-direction: normal;
    animation-duration: 30s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-timing-function:ease-in-out ;
*/
}
/*
@keyframes animate {

    0%{
        background-image: url(../imgs/pmco-coder.png);
    }33.33%{
        background-image: url(../imgs/femail-aspirant.jpg);
    }66.66%{
        background-image: url(../imgs/pmco-office.png);
    }100%{
        background-image: url(../imgs/pmco-coder.png);
    }
    
}*/

small{
    color: papayawhip;
}

a{
    color:coral;
}

.background-overlay{
  position: fixed;
  opacity: 1;
  transition: 200ms ease-in-out;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  background-color: rgba(0,0,0,.65);
  pointer-events: none;
  z-index: 1;
}

#logo{
    max-width: 250px;
}

#learn-more-logo{
    max-width: 250px;
    display: flex;
    padding-bottom: 1.5em;
}

#menu-logo{
    max-width: 200px;
    padding-left: 32px;
    margin-top: -39px;
    margin-bottom: 1em;
}

#container{
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    height: calc(var(--vh, 1vh) * 100);
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    z-index: 2;
    position: relative;
}

#logo-holder{
    display: grid;
    justify-items: start;
   
}

#menu-holder{
    display: grid;
    justify-items: end;
}

#menu-holder ul{
    display: flex;
    text-decoration: none;
    list-style: none;
}

#menu-holder ul li{
    font-size: 0.8em;
}

#content-holder{
    padding: 1.5em;
    max-width: 500px; 
}

#brand-name{
    border-bottom: none;
    margin-bottom: 10px;
    max-width: 240px;
    line-height: 1.5;
    border-bottom: 2px solid white;
    padding-bottom: 10px;
    display: none;
}

#heading{
    font-size: 2.2em;
    padding-top: 0em;
    padding-bottom: 13px;
    max-width: 450px;
    line-height: 1.5;
}

#desc{
    padding-top: 20px;
    padding-bottom: 5px;
    word-spacing: 1px;
    max-width: 500px;   
    font-size: 2em;
    line-height: 1.5;
    
}

#subscribe-message{
    padding: 2em;
    padding-top: 1em;
    padding-bottom: 0em;
    width: 350px;
    color: black;
}

#subscribe-message h2{
    max-width: 200px;
}

#subscribe-message p{
    padding-top: 0px;
    line-height: 1.3;
    font-size: 1em;
    text-align: justify;
}

#subscribe-message ul{
    padding-top: 1em;
    text-decoration: none;
    margin-left: 20px;
    font-size: 1.1em;
    color: cornsilk;
    line-height: 1.5;
}

.button-left, .button-right{
    border-radius: 10px;
}

.button-left{
    display: grid;
   
    padding: 10px;
    background: none;
    color: white;
    border: 2px solid white;
    font-size: 1em; 
    min-width: 100px;
}

.button-right{
    display: grid;
  
    padding: 10px;
    background: none;
    color: white;
    border: 2px solid white;
    font-size: 1em; 
    min-width: 100px;
}

.button-middle{
    display: grid;
    justify-self: center;
    padding: 10px;
    background: RGBA(235,89,95,1);
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    font-size: 1em;
    min-width: 200px;
    font-variant: all-petite-caps;
    min-height: 60px;
    align-items: center;
}

button:hover{
    background-color: #eb595f ;
    cursor: pointer;
}

#button-holder{
    padding-top: 15px;
    padding-bottom: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

#info-icon{
  font-size: 20px;
  font-weight: bold;
}

.highlighted{
    color: #eb595f;
}

#copyright{
    font-size: 0.65em;
    padding-bottom: 2em;
    margin-top: 10px;
}

.member-benifits{
    padding-bottom: 20px;
    display: none !important;
    max-width: 325px;
    line-height: 1.6;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 7px;
    cursor: pointer;
    justify-content: center;
    font-weight: bold;
}

.member-benifits:hover{
    color: #eb595f;
}

.centering-div{
    display: grid;
    grid-template-columns: auto auto;
    max-width: 190px;
  
}

.info-icon{
    display: grid;
    justify-self: end;
    font-weight: 700;
    font-size: 20px;
    align-self: center;
}

.about-pmcollab{
    justify-self: start;
    display: grid;
    align-self: center;
    font-size: 15px;
}

/*======== ConvertKIT CSS ===========*/

.formkit-powered-by-convertkit-container{
    display: none !important;
}

.formkit-fields{
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    grid-gap: 10px !important;
}

.formkit-submit > span{
    padding: 12px 15px !important;
}


/* MEDIA QUERIES */
@media only screen and (max-width: 450px) {

    
    #logo{
        max-width: 180px;
    }

    #desc{
        font-size: 1.9em;
    }

    #button{
        font-size: 0.9em;
    }

  }