/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Roboto, Helvetica, Helvetica Neue, Arial;
    background-color: #091230;
    color: #fff;
}

h1,h2 {
    font-weight: normal;
    margin: 0;
}

.wrapper {
    margin: 30px;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1,
.main article h2 {
    font-size: 1.1em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

h1, p, ul {
    font-size: 1.1em;
}

a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #666;
}

a:hover {
    text-decoration: none;
    border-bottom: 1px solid #fff;

}

ul.contact {
    list-style: none;
    padding: 0;
}