html, body
{
    color: white;
    font-family: 'lato', sans-serif;

    margin: 0;
    padding: 0;
}

body
{
    letter-spacing: 0.02em;

    height: 100%;
    min-height: 100%;

    background: #7219D2;
    background: -webkit-radial-gradient(top left, #7219D2, #E96563);
    background: -moz-radial-gradient(top left, #7219D2, #E96563);
    background: radial-gradient(top left, #7219D2, #E96563);
    background-attachment: fixed;
    background-repeat: no-repeat;
}

footer
{
    height: auto;
    margin-top: 100px;
    padding: 25px;
    background-color: #450044;
}

#footerMainDesc
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    flex-direction: column;
    margin: auto;
}

#twitterFeed
{
    margin-top: 50px;
    flex-direction: column;
}

#twitter-widget-0
{
    margin-top: 25px;
}

#footerMainDesc p, #footerMainDesc h1
{
    margin: 0;
}

#footerMainDesc p
{
    margin-top: 10px;
    color: gray;
    text-align: left;
}

#copyright
{
    color: grey;
}

#copyright p
{
    margin-bottom: 0;
}

#headingWrapper
{
    text-align: center;
}

#headingWrapper *
{
    display: inline-block;
}

#headingWrapper img
{
    height: 32px;
    width: auto;
}

#mainHeading
{
    text-align: center;
    font-size: 54px;
    margin-bottom: 12px;
    font-family: 'Kodchasan', sans-serif;
    /*font-family: 'K2D', sans-serif;*/
}

#navBar ul
{
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #cbcbcb;
}

#navBar ul li
{
    display: inline-block;
}

#navBar ul li:not(:last-child)
{
    margin-right: 10px;
}

/* unvisited link */
#navBar ul li a:link
{
    color: #cbcbcb;
    text-decoration: none;
}

/* visited link */
#navBar ul li a:visited
{
    color: #cbcbcb;
    text-decoration: none;
}

/* mouse over link */
#navBar ul li a:hover
{
    color: white;
    cursor: pointer;
    text-decoration: none;
}

/* selected link */
#navBar ul li a:active
{
    color: #cbcbcb;
    text-decoration: none;
}

#introWrapper
{
    margin-top: 32px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
}

#intro
{
    text-align: center;
}

#intro h2
{
    font-size: 36px;
}

#intro p
{

}

#gamingGroup
{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-top: 50px;
    margin-bottom: 50px;
    animation: float 6s ease-in-out infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

#gamingGroup img
{
    height: 100%;
    width: 700px;
    display: block;
}

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

.featureSetWrapper:not(:last-of-type)
{
    margin-bottom: 10px;
}

.featureBox
{
    background-color: white;
    color: grey;
    display: flex;
    align-items: center;
    align-self: center;
    width: 310px;
    border-radius: 5px;
    padding: 8px;
    height: 80px;
}

.featureBox p
{
    margin-left: 8px;
}

.featureBox:not(:last-child)
{
    margin-right: 10px;
}

.featureBox img
{
    height: auto;
    width: 54px;
}

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

#extraFeatures ul
{
    width: 600px;
}

#extraFeatures ul li:not(:last-child)
{
    margin-bottom: 10px;
}

#connectTitle
{
    margin-top: 75px;
}

#connectWrapper
{
    margin-top: 50px;
}

.socialBtn
{
    border-radius: 50%;
    padding: 15px;

    background-color: #c355cb;

    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
}

.socialBtn:hover
{
    cursor: pointer;
}

.socialBtn:not(:last-of-type)
{
    margin-right: 25px;
}

.socialBtn img
{
    height: auto;
    width: 56px;
    display: block;
}

#roadmapTitle
{
    margin-top: 50px;
}

#roadmapDesc
{
    width: 30%;
    margin: 0 auto;
}

#roadmapItemWrapper
{
    margin-bottom: 50px;
    flex-direction: column;
}

.roadmapItem
{
    border-radius: 5px;
    background-color: white;
    padding: 5px;
    width: 30%;

    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
}

.roadmapItem > .title
{
    color: purple;
    font-weight: bold;
}

.roadmapItem > .desc
{
    color: grey;
}

.roadmapSeparator
{
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: whitesmoke;

    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
}

#devTextWrapper
{
    width: 30%;
    flex-direction: column;
    margin: 0 auto;
}

#emailForm
{
    display: flex;
    margin-top: 30px;
    margin-bottom: 60px;
}

#emailForm input
{
    border-radius: 3px;
    height: 20px;
    outline: none;
    border: none;
    padding: 10px;
    width: 180px;
    font-weight: bold;

    -webkit-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 30px -8px rgba(0,0,0,0.75);
}

#emailForm input:not(:last-child)
{
    margin-right: 10px;
}

#emailForm input[type=submit]
{
    height: 40px;
    width: 60px;
    background-color: #b800cb;
    color: white;
}

#emailForm input[type=submit]:hover
{
    border: 1px solid white;
    cursor: pointer;
}

#emailResult p
{
    font-weight: bold;
    text-decoration: underline;
}

#about
{
    width: 30%;
    flex-direction: column;
    margin: 0 auto;
}