
body {
    display: flex;
    flex-direction: column;
    font-family: 'Gotham', sans-serif;
    color: #414042;
    background: #fff;
    margin: 0px;
}

h1 {
    text-align: center;
    font-weight: 900;
    font-size: 3vw;
    height: 100%;
}

.mega-text {
    font-size: 4vw;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 13pt;
    letter-spacing: 1.5;
}

.light h2 {
    color: #414042;
}

h3 {
    font-size: 12pt;
    padding: 20px 0px 20px 0px;
    margin: 0px;
}

h4 {
    margin: 0px -10px 0px -10px;
    border-radius: 10px 10px 0px 0px;
    background: #50C689;
    color: #fff;
    padding: 10px;
    
    text-align: center;
}

.tier-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    
    display: grid;
    grid-template-columns: [icon] 1fr [detail] 2fr [mega] 1fr [giga] 1.5fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    
    align-items: center;
}

.light {
    background: #D7F7FF;
}

.title-banner {
    background: #28A8E0;
    height: 75px;
    display: flex;
    align-items: center;
    margin-left: -60px;
    z-index: -1;
    border-radius: 15px;
}

@media only screen and (max-width: 812px) {
    .icon-image {
        height: 0%;
    }
    
    .tier-container {
        grid-template-columns: [icon] 0 [detail] 1fr [mega] 1fr [giga] 1fr;
    }
    
    h1 {
        font-size: 4vw;
    }
    
    h2 {
        font-size: 3vw;
    }
    
    .mega-text {
        font-size: 6vw;
    }
    
    .title-banner {
        margin-left: -20px;
    }
}

.cat-icon-container {
    height: 100%;
    display: flex;
    
    justify-content: center;
    align-items: center;
}

.icon-image {
    grid-column: 1/1;
    align-self: center;
    justify-self: center;
    
    max-height: 90px;
    max-width: 90px;
}

.spacer {
    height: 100%;
    width: 100%;
}

.row-4 {
    grid-row: 4;
    grid-column: 4;
}

.banner-row-4 {
    grid-row: 4;
    grid-column: 2/6
}

.banner-row-7 {
    grid-row: 7;
    grid-column: 2/6;
}

.row-7 {
    grid-row: 7;
    grid-column: 4;
}

.banner-row-13 {
    grid-row: 13;
    grid-column: 2/6;
}

.row-13 {
    grid-row: 13;
    grid-column: 4;
}

.banner-row-16 {
    grid-row: 16;
    grid-column: 2/6;
}

.row-16 {
    grid-row: 16;
    grid-column: 4;
}

.banner-row-20 {
    grid-row: 20;
    grid-column: 2/6;
}

.row-20 {
    grid-row: 20;
    grid-column: 4;
}

.title-text {
    z-index: 10;
    grid-column: 2;
}

strong {
    font-weight: 100;
    font-size: 10pt;
}

.cat-description {
    grid-column: 2;
    
    font-weight: 300;
}

/*Category Icons*/

.cat-icon {
    width: 60%;
    justify-self: center;
    align-self: center;
    grid-row: 2/2;
}

.cat-title {
    margin: 0px;
    margin-bottom: 0px;
    grid-row: 3/3;
}

.nano {
    grid-column: nano;
}

.mega {
    grid-column: mega;
    
    padding-left: 3px;
    padding-right: 3px;
    
    width: 100%;
    justify-self: center;
    border: 7px solid #50C689;
    border-top-width: 0px;
    border-bottom-width: 0px;
    z-index: 5;
}

.final-mega {
    border-bottom-width: 7px;
    height: 20px;
    border-radius: 0px 0px 10px 10px;
}

.giga {
    grid-column: giga;
}


/*Columns*/

.nano-col,
.mega-col,
.giga-col {
    display: contents;
    grid-row: 1/-1;
}

.recommended-box {
    grid-row: 1/1;
    grid-column: mega;
    
    align-self: end;
}

.filler {
    grid-row: 1/4;
    grid-column: 1/3;
}

.light {
    background: #D7F7FF;
    color: #414042;
}

.check-contain {
    justify-self: center;
    height: 100%;
    width: 100%;
    
    justify-content: center;
    align-items: center;
    display: flex;
}

.check {
    width: 35%;
    max-width: 35px;
    justify-self: center;
}

.check-text {
    justify-self: center;
    text-align: center;
    font-size: 10pt;
}

/*Addons*/

/*
.addons {
    display: grid;
    grid-template-columns: repeat(auto-fill, 250px);
    grid-template-rows: auto;
    grid-column-gap: 15px;
    width: 100%;
    height: auto;
    max-width: 800px;
    
    grid-auto-flow: row;
    
    margin-right: auto;
    margin-left: auto;
    margin-top: 70px;
}
*/

.addons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    justify-content: space-evenly;
    
    max-width: 800px;
}

.addon-banner {
    width: 100%;
    grid-column: span 3;
    background: #0582BE;
    border-radius: 10px;
    
    margin-bottom: 50px;
}

.addon-banner h2 {
    margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.addon-content {
    text-align: center;
    border-radius: 10px;
    border: 3px solid #0582BE;
    justify-content: center;
    
    flex-shrink: 1;
    width: 100%;
    max-width: 250px;
    min-width: 200px;
    
    margin-bottom: 50px;
}

.addon-header {
    background: #0582BE;
    font-size: 12pt;
    letter-spacing: 1.2;
    margin-top: -20px;
    width: 95%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    
    margin-right: auto;
    margin-left: auto;
    
    text-transform: uppercase;
}

.addon-image {
    height: 75px;
}

.addon-subhead {
    font-size: 14pt;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.addon-descript {
    color: #9f9f9f;
    font-size: 10pt;
    font-weight: 300;
    margin-top: 0px;
}

.addon-details {
    text-align: left;
}

li {
    margin-left: -10px;
    margin-right: 10px;
    font-size: 11pt;
    font-weight: 300;
    margin-bottom: 10px;
}
