* {
    margin: 0%;
    padding: 0%;

    position: relative;
}
/* pages */
.page {
    height: 100%;
    width: 100%;

    opacity: 1;
    background-color: rgba(20,20,20);
}
#two {
    background-image: url(images/logowithcity.png);
}
/* page1 */

/* page2 */
#two #title {
    position: relative;
    top: 30px;

    color: white;

    font-size: 30px;
    font-weight: 500;

    text-align: center;
}
#two #purchase {
    height: 100%;
    width: 100%;

    position: relative;

    background-color: rgba(20, 20, 20, 0);

    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
#two #purchase .container {
    height: 500px;
    width: 250px;

    position: relative;
    bottom: 0px;

    background-color: rgba(20, 20, 20, 0.7);
    border-radius: 5px;

    margin-left: 15px;
    margin-right: 15px;

    display: flex;
    align-items: center;
    flex-direction: column;
}
/* basic */
#two #purchase #basic {
    height: 550px;

    background-color: rgba(25, 25, 25, 0.7);
}
#two #purchase #basic #title {
    position: relative;
    top: 25px;

    color: white;

    font-size: 35px;
    font-weight: 900;

    margin-bottom: 30px;
}
#two #purchase #basic #border {
    height: 2px;
    width: 50px;

    position: relative;

    background-color: rgb(173, 173, 173);
}
#two #purchase #basic #desc {
    position: relative;
    top: 15px;

    color: rgba(255, 255, 255, 0.5);

    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #basic #price {
    position: absolute;
    bottom: 60px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #basic #purchase {
    height: 35px;
    width: 150px;

    position: absolute;
    bottom: 20px;
    
    background-color: rgba(65, 105, 225, 0.326);
    color: rgba(255, 255, 255, 0.8);

    font-size: 18px;
    font-weight: 600;

    text-align: center;
    text-decoration: none;

    border-radius: 5px;
    border: none;
}
/* premium */
#two #purchase #premium {
    height: 400px;

    background-color: rgba(25, 25, 25, 0.7);

    margin-left: 0px;
    margin-right: 0px;
}
#two #purchase #premium #title {
    position: relative;
    top: 25px;

    color: white;

    font-size: 35px;
    font-weight: 900;

    margin-bottom: 30px;
}
#two #purchase #premium #border {
    height: 2px;
    width: 50px;

    position: relative;

    background-color: rgb(173, 173, 173);
}
#two #purchase #premium #desc {
    position: relative;
    top: 15px;

    color: rgba(255, 255, 255, 0.5);

    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #premium #price {
    position: absolute;
    bottom: 60px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #premium #purchase {
    height: 35px;
    width: 150px;

    position: absolute;
    bottom: 20px;
    
    background-color: rgba(65, 105, 225, 0.326);
    color: rgba(255, 255, 255, 0.8);

    font-size: 18px;
    font-weight: 600;

    text-align: center;
    text-decoration: none;

    border-radius: 5px;
    border: none;
}
/* elite */
#two #purchase #elite {
    height: 400px;

    background-color: rgba(25, 25, 25, 0.7);

    margin-left: 0px;
    margin-right: 0px;
}
#two #purchase #elite #title {
    position: relative;
    top: 25px;

    color: white;

    font-size: 35px;
    font-weight: 900;

    margin-bottom: 30px;
}
#two #purchase #elite #border {
    height: 2px;
    width: 50px;

    position: relative;

    background-color: rgb(173, 173, 173);
}
#two #purchase #elite #desc {
    position: relative;
    top: 15px;

    color: rgba(255, 255, 255, 0.5);

    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #elite #price {
    position: absolute;
    bottom: 60px;

    color: rgba(255, 255, 255, 0.8);

    font-size: 14px;
    font-weight: 900;
    text-align: center;
}
#two #purchase #elite #purchase {
    height: 35px;
    width: 150px;

    position: absolute;
    bottom: 20px;
    
    background-color: rgba(65, 105, 225, 0.326);
    color: rgba(255, 255, 255, 0.8);

    font-size: 18px;
    font-weight: 600;

    text-align: center;
    text-decoration: none;

    border-radius: 5px;
    border: none;
}
/* page3 */
#three {
    display: flex;
    flex-direction: row;
}
#three #subscriptions {
    height: 100%;
    width: 350px;
    
    position: relative;

    background-color: rgba(19, 19, 19);
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* frame */
#three #subscriptions .container  {
    height: 125px;
    width: 225px;

    position: absolute;
    top: 20px;

    background-color: rgba(65, 105, 225, 0.082);

    border-radius: 10px;
    box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.05);

    margin-top: 50px;
    margin-bottom: 30px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#three #subscriptions .container:hover {
    height: 135px;
    width: 235px;

    box-shadow: 10px 10px 20px rgba(255, 255, 255, 0.2);
}
/* singular frames */
#three #subscriptions #bronze {
    top: 40px;
    left: 25px;
}
#three #subscriptions #silver {
    top: 190px;
    left: 75px;
}
#three #subscriptions #gold {
    top: 340px;
    left: 25px;
}
#three #subscriptions #platinum {
    top: 490px;
    left: 75px;
}
/* container */
#three #subscriptions .container #title {
    position: relative;
    bottom: 40px;

    color: rgb(255, 255, 255);
    text-align: center;

    font-size: 20px;
    font-weight: 500;

    margin-bottom: 10px;
}
#three #subscriptions #bronze #title {
    color: rgb(205, 127, 50);
}
#three #subscriptions #silver #title {
    color: rgb(192, 192, 192);
}
#three #subscriptions #gold #title {
    color: rgb(255, 215, 0);
}
#three #subscriptions #platinum #title {
    color: rgb(229, 228, 226);
}
#three #subscriptions .container #border {
    height: 1.5px;
    width: 10%;

    position: relative;
    bottom: 50px;

    background-color: rgb(255, 255, 255);
}
#three #subscriptions .container #desc {
    width: 100% - 10px;

    position: absolute;
    bottom: 60px;
    
    color: rgb(255, 255, 255);
    text-align: center;

    font-size: 15px;
    font-weight: 500;
}
#three #subscriptions .container #purchase {
    height: 25px;
    width: 100px;

    position: absolute;
    bottom: 10px;
    left: 10;

    background-color:rgb(83, 83, 83);

    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 700;

    border-radius: 2px;
    border: none;
}
#three #subscriptions .container #details {
    height: 25px;
    width: 100px;

    position: absolute;
    bottom: 10px;
    right: 10;

    color: rgb(83, 83, 83);
    font-size: 12px;
    font-weight: 700;

    border-radius: 2px;
    border: none;
}

#three #subscriptions #title {
    position: absolute;    
    bottom: 5px;

    color: rgba(255, 255, 255, 0.326);

    font-size: 30px;
    font-weight: 100;
}

#three #main {
    height: 100%;
    width: 100%;
    
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;
}
#three #main #title {
    position: absolute;
    top: 50px;

    color: white;
    font-size: 50px;
    font-weight: 100;

}

/* footer */
.footer {
    height: 7%; 
    width: 100%;

    position: fixed;
    bottom: 0%;
}

.footer .list {
    position: relative;

    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;

    right: 25px;
}
.footer #logo {
    height: 100%;
    width: 55px;

    position: relative;

    opacity: 0.9;

    margin-left: 60px;
    margin-right: 60px;
}
.footer li {
    position: relative;

    font-weight: 200;
    font-size: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.2);

    margin-left: 15px;
    margin-right: 15px;

    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
    text-decoration-color: rgba(255, 255, 255, 0.2);

    list-style-type: none;
}

.footer li:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration-color: rgba(255, 255, 255, 0.7);
}