/* Details that modify the body */
body 
{
    background: #C8CFD9;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

/* Details that modify the navigation bar */
#navigationBar
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

/* Allows items to float to the left */
li
{
    float: left;
}

/* Styles and aligns each item in navigation bar */
li a
{
    display: block;
    color: white;
    text-align: center;
    padding: 25px 25px;
    text-decoration: none;
    font-weight: 250;
    letter-spacing: .02em;
}

/* Hover effect whenever your mouse is over an item in the navigation bar */
li a:hover
{
    background-color: #001f4d;
}

/* Traybourne Container */
#TraybourneContainer
{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(77, 155, 250, 0.3);
    padding: 40px;
    border-radius: 30px;
    width: 60%;
}

/* Traybourne image */
#Traybourne
{
    display: inline-block;
    margin-right: auto;
    border-radius: 50%;
}

/* Traybourne Information */
#TraybourneInfo
{
    display: inline-block;
    padding-left: 100px;
    font-family: Verdana;
    font-size: 22px;
    font-weight: 350;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
    letter-spacing: .02em;
}

/* Spencer Container */
#SpencerContainer
{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(38, 28, 12, 0.15);
    padding: 40px;
    border-radius: 30px;
    width: 60%;
}

/* Spencer image */
#Spencer
{
    display: inline-block;
    margin-right: auto;
    border-radius: 50%;
}

/* Spencer Information */
#SpencerInfo
{
    display: inline-block;
    padding-left: 100px;
    font-family: Verdana;
    font-size: 22px;
    font-weight: 350;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
    letter-spacing: .02em;
}

/* Langqing Container */
#LangqingContainer
{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color:rgba(250, 154, 10, 0.25);
    padding: 40px;
    border-radius: 30px;
    width: 60%;
}

/* Langqing image */
#Langqing
{
    display: inline-block;
    margin-right: auto;
    border-radius: 50%;
}

/* Langqing Information */
#LangqingInfo
{
    display: inline-block;
    padding-left: 100px;
    font-family: Verdana;
    font-size: 22px;
    font-weight: 350;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
    letter-spacing: .02em;
}

/* Miguel Container */
#MiguelContainer
{
    display: block;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    background-color:rgba(249, 235, 214, 0.3);
    padding: 40px;
    border-radius: 30px;
    width: 60%;
}

/* Miguel image */
#Miguel
{
    display: inline-block;
    margin-right: auto;
    border-radius: 50%;
}

/* Miguel Information */
#MiguelInfo
{
    display: inline-block;
    padding-left: 100px;
    font-family: Verdana;
    font-size: 22px;
    font-weight: 350;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
    letter-spacing: .02em;
}

/* Styles the footer */
#footer
{
    bottom: 0;
    padding: 20px;
    left: 0;
    width: 100%;
    position: fixed;
    background-color: black;
    color: white;
    font-weight: 250;
    letter-spacing: .02em;
}