*
{
    box-sizing: border-box;
}

html, body
{
    margin: 0;
    padding: 0;
    font-family: Arial;

    font-family: 'Montserrat', sans-serif;
}

header
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    margin-bottom: 20px;
}

#headerTopLine
{
    height: 4px;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF);

    margin-bottom: 20px;
}

#logo
{
    display: flex;
    align-items: center;
}

#logo img
{
    height: auto;
    width: 84px;
    margin-right: 20px;
}

#logo p
{
    font-family: 'Montserrat', sans-serif;
    color: #8892BF;
    font-size: 42px;

    margin: 0;
}

nav
{
    display: flex;
    justify-content: center;
    flex-direction: column;

    font-size: 18px;
    text-align: center;
    height: 60px;

    color: #8892BF;
}

#nav-ul
{
    display: inline-block;
    padding: 0;
    margin: 0;
}

#nav-ul li
{
    display: inline-block;

}

#nav-ul li:not(:last-of-type)
{
    margin-right: 18px;
}

#nav-ul li a
{
    color: inherit;
    text-decoration: none;
}

#nav-ul li a:hover
{
    color: #6d78b3;
}

#heroHeader
{
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 70px;
    width: 100%;
}

#heroHeader > div
{
    flex: 1;
}

#heroHeaderText
{
    display: flex;
    justify-content: center;
    align-content: center;
}

#heroHeaderTextContainer
{
    padding: 30px;
    background-color: #424348;
    border-radius: 16px;

    box-shadow: 6px 6px 6px 0px #C4C4C4;
}

#heroHeaderTextContainer h1
{
    font-size: 54px;
    font-weight: bold;
    margin: 0;

    background: linear-gradient(to right, #E2E2E2, #C9D6FF);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

#heroHeaderTextContainer > p
{
    color: rgb(150, 150, 150);
}

#heroHeaderTextFeatureList
{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;

    margin-top: 30px;
}

.heroHeaderFeature
{
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: start;
}

.heroHeaderFeature i
{
    margin-right: 10px;
    color: whitesmoke;
    font-size: 28px;
}

.heroHeaderFeature p
{
    color: #C9D6FF;
    margin: 0;
    font-size: 14px;
}

#heroHeaderImage
{
    margin-left: 80px;
}

#heroHeaderImage img
{
    height: auto;
    width: 700px;
}

main
{
    height: auto;
    margin-left: 20%;
    margin-right: 20%;
}

#voltis-text-intro
{
    font-size: 34px;
    color: #4F5B93;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 80px;
}

#voltis-code-intro
{
    text-align-last: center;
    height: auto;
}

#voltis-code-intro img
{
    height: auto;
    width: 900px;

    border-radius: 10px;

    -webkit-filter: drop-shadow(5px 5px 5px #383838);
    filter: drop-shadow(5px 5px 5px #383838);
}

#get_started_action
{
    margin-top: 50px;
}

#voltis-short-desc
{
    font-size: 34px;
    color: #4F5B93;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}

#feature-box-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px;
    margin: -10px;
}

.feature-box
{
    display: flex;
    flex-grow: 1;
    /*flex: 0 0 50%;*/
    width: 45%;
    padding: 12px;
    color: grey;
    border: 1px solid #4F5B93;
    border-radius: 8px;
    margin: 10px;
    align-items: center;
    justify-content: left;
}

.feature-box img
{
    height: 48px;
    width: auto;
    margin-right: 18px;
}

.feature-box p
{
    word-wrap: break-word;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.title
{
    font-size: 34px;
    color: #4F5B93;
    text-align: left;
    margin-top: 100px;
    margin-bottom: 100px;
}

#use-case-container
{
    width: 100%;
    height: auto;
    margin: auto;
    padding: 25px;
    color: #f7f7f7;
    border-radius: 10px;

    background-color: #8892BF;

    -webkit-box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 5px 0px rgba(50, 50, 50, 0.75);
}

#use-case-wrapper
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -25px;
    margin-bottom: -50px;
}

.use-case-section
{
    flex-direction: column;
    flex-grow: 1;
    width: 30%;
    margin-right: 25px;
    margin-bottom: 50px;
}

.use-case-img img
{
    height: 98px;
    width: auto;
    margin-bottom: 12px;
}

.use-case-section p
{
    margin: 0;
    text-align: left;
}

.use-case-section p:first-of-type
{
    color: white;
    margin-bottom: 10px;
}

#start-learning
{
    margin-top: 60px;
}

#inspiration-container
{
    margin-top: 70px
}

.inspire-box
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.inspire-spacer
{
    height: 150px;
}

.inspure-img
{
    height: 400px;
    width: auto;
}

.inspire-text
{
    margin: 0;
    color: grey;
    font-size: 34px;
    padding: 10px;
}

#framework-version
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#framework-version p
{
    color: gray;
    font-size: 28px;
    width: 50%;
    margin-top: 0;
}

#aboutSection
{
    color: gray;
    font-size: 18px;
}

#aboutSection a
{
    color: rgb(85, 85, 85);
    font-weight: bold;
    text-decoration: none;
}

footer
{
    background-color: #424348;

    border-radius: 12px 12px 0 0;

    height: auto;
    width: auto;
    margin-top: 120px;
    margin-left: 10%;
    margin-right: 10%;
    padding: 20px;
}

footer hr
{
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #e2e2e200, #C9D6FF, #e2e2e200);
}

#footer-header
{
    display: flex;
    flex-direction: column;
}

#footer-header p:nth-child(1)
{
    color: white;
    font-weight: bold;
    font-size: 54px;
    margin: 0;
}

#footer-header p:nth-child(2)
{
    color: #dad8d8;
    font-size: 10px;
    margin: 0;
    margin-top: 10px;
    width: 400px;
}

#footer-copy-contact
{
    display: flex;
    justify-content: space-between;
}

#footer-copy-contact p, #footer-copy-contact a, #footer-copy-contact a:link
{
    color: #bdb9b9;
    margin: 0;
    text-decoration: none;
}

#socials
{
    display: flex;
    justify-content: center;
    
}

#socials img:nth-child(1)
{
    margin-right: 10px;
}

#socials img
{
    display: block;
    height: 28px;
    width: auto;
}