#main {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

div center a {
    font-family: "RobotoDraft";
    font-size: 13px;
    font-weight: 400;
}

.desktop #header {
    width: 100%;
    min-height: 180px;
    background-color: #EEEEEE;
    z-index: 10;
}

.mobile #header {
    width: 100%;
    min-height: 220px;
    background-color: #EEEEEE;
    z-index: 10;
}

#header-inner, #content-inner, #footer-inner, #slideshow-inner, #banner-inner {
    position: relative;
    height: 100%;
    max-width: 960px;
    margin: 0px auto;
}

#header-top {
    width: 100%;
    height: 140px;
}

#header-logo {
    width: 300px;
    height: 140px;
    background-image: url('../images/GDILogo1.jpg');
    background-repeat: no-repeat;
}

.desktop #header-motto {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 600px;
    padding: 50px 20px 20px 20px;
    font-family: "RobotoDraft";
    font-size: 20px;
    font-weight: 400;
    color: #777;
    box-sizing: border-box;
    font-style: italic;
}

.mobile #header-motto {
    display: none;
}

#header-nav {
    width: 100%;
}

#header-nav {
    text-align: center;
    margin-top: 10px;
}

.desktop #header-nav {
    text-align: center; /* ensures child <a> elements are centered */
}

.desktop #header-nav a {
    display: inline-block;
    float: none; /* ensures float doesn't override centering */
    height: 40px;
    padding: 10px 15px;
    font-family: "RobotoDraft";
    font-size: 15px;
    font-weight: 400;
    color: #777;
    text-align: center;
    text-decoration: none;
    margin: 0 10px;
}

.mobile #header-nav a {
    display: block;
    float: left;
    height: 40px;
    width: 33%;
    box-sizing: border-box;
    padding: 10px 5px;
    font-family: "RobotoDraft";
    font-size: 13px;
    font-weight: 400;
    color: #777;
    text-align: center;
    text-decoration: none;
}

#header-nav a:hover {
    color: #444;
    cursor: pointer;
}

#slideshow {
    margin: 0px 0px 0px 0px;
}

#content {
    width: 100%;
    min-height: 520px;
    box-sizing: border-box;
    padding: 10px;
}

#content.team {
    min-height: 700px;
}

#content p {
    font-family: "RobotoDraft";
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin: 14px 0px;
}

#content p.mini {
    font-family: "RobotoDraft";
    font-size: 12px;
    font-weight: 400;
    color: #666;
    width: 100%;
    text-align: center;
    margin: 28px 0px;
}

#content h1 {
    font-family: "RobotoDraft";
    font-size: 23px;
    font-weight: 400;
    color: #222;
    margin: 14px 0px;
}

#content h2 {
    font-family: "RobotoDraft";
    font-size: 23px;
    font-weight: 400;
    color: #000;
    margin: 50px 0px 14px 0px;
}

#content h3 {
    font-family: "RobotoDraft";
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 14px 0px 14px 0px;
}


#content h1:first-of-type {
    margin-top: 0px;
}

#content ol li, #content ul li {
    font-family: "RobotoDraft";
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin: 0px 0px 12px 0px;
}

#banner-inner img {
    width: 100%;
    height: auto;
}

#footer {
    width: 100%;
    background-color: #eee;
}

#footer-info {
    width: 300px;
    box-sizing: border-box;
    padding: 8px;
    font-family: "RobotoDraft";
    font-size: 13px;
    font-weight: 400;
    color: #666;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#footer-info p {
    margin: 5px 0;
    padding: 0;
}

.desktop .box {
    padding: 10px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.mobile .box {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}

.box img {
    max-width: 100%;
}

.bold {
    font-family: "RobotoDraft";
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 50px 0px 14px 0px;
}

.social {
    width: 100%;
    text-align: center;
}

.social a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 8px;
    text-decoration: none;
    cursor: pointer;
}

.social .fb {
    background-image: url('https://cdn.eriq.xyz/social/facebook.svg');
}

.social .ig {
    background-image: url('https://cdn.eriq.xyz/social/instagram.svg');
}
