h1 {
    font-family: segoe ui, verdana, arial, sans-serif;
    font-size: 480%;
    font-weight: lighter;
}

h2 {
    font-family: segoe ui, verdana, arial, sans-serif;
    font-size: 200%;
    font-weight: lighter;
}

h3 {
    font-family: segoe ui, verdana, arial, sans-serif;
    font-size: 160%;
}

h4, h5, h6 {
    font-family: segoe ui, verdana, arial, sans-serif;
}

a {
    color: #4183D6 !important;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p, li {
    font-family: segoe ui, verdana, arial, sans-serif;
    font-size: 130%;
    line-height: 130%;
}

footer {
    margin: 40px 0 20px 0;
}

.footer-icon {
    display: table-cell;
    width: 100%;
    height: 100px;
    background-image: url("../images/apple-touch-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

.footer-icon:hover .name {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
}

.name {
    visibility: hidden;
    vertical-align: middle;
    opacity: 0;
    transition: 0.5s;
}

.left {
    text-align: right;
}

.name a {
    color: #999 !important;
    text-decoration: none;
    transition: 0.5s;
}

.name a:hover {
    color: #333 !important;
    transition: 0.5s;
}

.page-subheader {
    padding: 20px 0 40px 0;
    font-size: 200%;
    font-weight: lighter;
}

.full-width-image {
    margin-bottom: 40px;
    max-width: 100%;
    height: auto;
}

.button {
    font-family: segoe ui, verdana, arial, sans-serif;
    font-weight: normal;
    border-radius: 0;
    border-style: none;
    background: none;
    background-color: #0072BB;
    color: #FFFFFF !important;
    text-shadow: none;
    font-size: 18px;
    padding: 15px;
    text-decoration: none;
}

.button:hover {
    border-radius: 0;
    background: none;
    border-style: none;
    background-color: #00B8FF;
    text-decoration: none;
}

::selection {
    color: #fff;
    background: #0072BB;
}

::-moz-selection {
    color: #fff;
    background: #0072BB;
}