body
{
	width:100vw;
}
p
{
    line-height: normal;
}  

.page-slice 
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
}

.white 
{
    background-color: #ffffff;
}

.white h2, .white p
{
    color: #49318f;
}

.purple
{
    background-color: #49318f;
}

.purple h2, .purple p
{
    color: #ffffff;
}

#hero-text, #why-choose-us-text
{
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.col-image
{
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
}

.content 
{
    max-width: 1200px;
    width: 100%;
    padding: 4rem 2rem;
    font-family: Inter, sans-serif;
}

.content h2 
{
    font-weight: 400;
    font-size: 6vh;
}

#hero-text h1 
{
    color: #ffffff;
    font-weight: 500;
    font-size: 12vh;
    line-height: 10vh;
    margin: 0 !important;
}

#hero-text h2 
{
    color: #ffffff;
    line-height: 1.8rem;
    font-size: 1.4rem;
    margin: 0 !important;
}

.flex-wrapper 
{
    display: flex;
}

.flex-wrapper .col 
{
    display: flex;
    flex-direction: column;
    flex: 1;
}

.button-group
{
    display: flex;
    gap: 0 2rem;
}

.action-button 
{
    background-color: #f16225;
    color: #ffffff;
    padding: 1rem 2rem;
    border: none;
    border-radius: 3em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: "Roboto Mono", monospace;
    cursor: pointer;
    text-decoration: none;
    display: block;
    text-align: center;
    align-self: center;
    justify-self: center;
}

.bullet-list 
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.bullet-item 
{
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.bullet-item  img
{
 	height: 4vh;
}

.bullet-text h3, .bullet-text p
{
    margin: 0;
}

.bullet-text h3
{
    text-transform: uppercase;
    color: #f16225;
    font-family: "Roboto Mono", monospace;
    font-weight: 400;
    font-size: 3vh;
    line-height: 3vh;
}

#why-choose-us .flex-wrapper, #pre-recorded .flex-wrapper, #live-instructor-led .flex-wrapper, #corporate .flex-wrapper
{
    gap: 5rem;
}

#why-choose-us-text p
{
    color: #ffffff;
    line-height: 2rem;
    font-size: 1.2rem;
}

.options .flex-wrapper
{
    gap: 4rem;
}

.option
{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    background-color: #49318f;
    border-radius: 1rem;
    color: #ffffff;
    padding: 2.5rem;
}

.option .action-button
{
    justify-self: flex-end;
    margin-top: auto;
}

.option p, .option h3
{
    line-height: normal;
}

.option h3
{
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    margin: 0 !important;
}

.option p
{
    font-size: 1.3rem;
    color: #ffffff;
}

.option-price
{
    color: #f16225;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6rem;
}

.col-button
{
    align-self: center;
    justify-self: center;
} 

.signup-col
{
    gap: 2rem;
    justify-content: center;
}

#pre-recorded .description, #live-instructor-led .description, #corporate .description
{
    display: flex;
    gap: 1.5rem;
    flex-direction: column;
}

#live-instructor-led h3
{
    color: #49318f;
    font-weight: 400;
    font-size: 3vh;
}

#live-signup-table
{
    width: 100%;
    background-color: #49318f;
    border: #8c52ff 1px solid;
}

#live-signup-table th
{
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    padding: 1rem;
    border: #8c52ff 1px solid;
    vertical-align: middle;
    font-weight: bold;
}

#live-signup-table td
{
    text-align: center;
    background-color: #ffffff;
    border: #8c52ff 1px solid;
    padding: 1rem;
}

.resource-image 
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    border-radius: 0.75em;
    height: 125px;
    background-color: #ffffff;
    align-self: center;
}

.resource-image img
{
    object-fit: cover;
}

#testimonal-cards
{
    gap: 2rem;
}

.testimonial-card
{
    background-image: url("https://images.kalloctech.com/testimonial.png");
    background-repeat: no-repeat;
    padding: 1rem 2rem;
    background-size: 100% 100%;
}

.testimonial-details
{
    margin-top: 1rem;
}

.testimonial-details p
{
    color: #000000;
}

#resource-cols
{
    gap: 4rem;
}

.resource-col h3
{
    color: #f16225;
    font-weight: 400;
    font-size: 1.5rem;
    font-family: "Roboto Mono", monospace;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.resource-col p
{
    line-height: 1.8rem;
    font-size: 1.2rem;
}

#villain .flex-wrapper
{
    gap: 3rem;
}

#villain h3 
{
    text-transform: uppercase;
    color: #f16225;
    font-family: "Roboto Mono", monospace;
}

#villain .action-button 
{
    align-self: center;
    justify-content: center;
}

#pre-recorded, #live-instructor-led, #corporate
{
    scroll-margin-top: 70px;
}

.resource-col
{
    gap: 1rem;
}
#course-overview {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#course-overview img
{
    max-height: 90vh;
    align-self: center;
}

@media only screen and ( max-width: 640px ) 
{
    .flex-wrapper 
    {
        flex-direction: column;
    }

    #hero .flex-wrapper
    {
        gap: 2rem;
    }

    #hero-text h1 
    {
        font-size: 4.5rem;
        line-height: 4.5rem;
    }

    .bullet-text h3, #live-instructor-led h3
    {
        font-size: 3vh;
        line-height: 3vh;
    }

    #live-instructor-led .bullet-list
    {
        margin-bottom: 2rem;
    }

    #hero-text h2 
    {
        font-size: 1.2rem;
    }

    .content 
    {
        padding: 2rem 1rem;
    }

    .content h2 
    {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }

    .button-group
    {
        flex-direction: column;
        gap: 1rem 0;
    }

    #why-choose-us .flex-wrapper, #pre-recorded .flex-wrapper, #live-instructor-led .flex-wrapper, #corporate .flex-wrapper
    {
        gap: 4rem;
    }    

    #course-overview img
    {
        width: 100%;
        height: auto;
    }

    #live-signup-table
    {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

/** Pricing Table Styles (not my code) **/

.pricingdiv
{
    display: flex;
    justify-content: center;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    width: 85%;
    margin-left: 7.5%;
}

.pricingdiv ul.theplan {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    color: black;
    background: white;
    position: relative;
    width: 48.5%; /* width of each table */
    margin-right: 20px; /* spacing between tables */
    margin-bottom: 1em;
    transition: all .5s;
    border: solid 1px #3A3C96;
}

.theplan1 {
    width: 32.5%;
}

.theplan2 {
    width: 32%;
}

.pricingdiv ul.theplan:hover{ /* when mouse hover over pricing table */
    transition: all .5s;
    box-shadow: 0 0 10px gray;
}

.pricingdiv ul.theplan li{
    margin: 0px 20px;
    position: relative;
    text-align: left;
}

.pricingdiv ul.theplan li.title{
    font-size: 1.5vw;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    background:#3A3C96;
    vertical-align: baseline;
    height: 2.2%;
    overflow:hidden;
}

    .pricingdiv ul.theplan li.subtitle{
    font-size: 1vw;
    text-align: center;
    margin-top: 20px;
    color:#3A3C96;
    vertical-align: baseline;
    overflow:hidden;
    font: inherit;
}

.pricingdiv ul.theplan li.subject{
    font-weight: bold;
    text-align: left;
    border-bottom: 2px solid #3A3C96;
}

.pricingdiv ul.theplan li.subjectPoint{ 
    font-weight: bold;
    margin-left: 5%; 
    text-align: left; 
    list-style-type: disc;
}

.pricingdiv ul.theplan li.listItem{
    margin-left: 10%; 
    text-align: left; 
    list-style-type: circle;
    font: inherit;
}

.pricingdiv ul.theplan:last-of-type{ /* remove right margin in very last table */
    margin-right: 0;
}

.pricingdiv ul.theplan li.listButton{
    text-align: center;
    margin-top: auto; /*align last LI (price botton li) to the very bottom of UL */
    margin-bottom: 10px;
} 

.objectives {
    height: 860px;
}

.target-audience {
    height:500px;
}

.prerequisite-skills {
    height:280px;
}

.certification-details {
    height:720px;
}

@media only screen and ( max-width: 640px ) {

    .pricingdiv {
        flex-wrap: wrap;
        margin-left: 2%;
        width: 100%;
    }

    .pricingdiv ul.theplan, .theplan1, theplan2, .pricingdiv ul.theplan:last-of-type {
        width: 100%;
        margin-right: 3.5%;
        margin-bottom: 3.5%;
    }

    .pricingdiv ul.theplan li.title {
        font-size: 14px;
    }

    .pricingdiv ul.theplan li.subjectPoint { 
        margin-left: 10%; 
    }

    .objectives {
        height: 620px;
    }

    .target-audience {
        height: 280px;
    }

    .prerequisite-skills {
        height: 150px;
    }

    .certification-details {
        height: 400px;
    }
}

.theplan {
    height: 100%;
}


@media only screen and ( max-width: 400px ) {

    .objectives {
        height: 710px;
    }

    .target-audience {
        height: 350px;
    }

    .prerequisite-skills {
        height: 200px;
    }

    .certification-details {
        height: 540px;
    }
}

.signupButton 
{
    background: white;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: 10px auto;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #F26226;
    color: #F26226;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-right:25px;
    margin-left: 25px;
}

.signupButton:hover 
{
    background-color: #3A3C96;
}