body {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0.02);
}
.button {
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
}
.button-group li {
    padding-top: 3%;
}
.button-group a {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
}
.button-group a:hover {
    color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
}
.button-group {
    float: none;
}
@media only screen and (min-width: 40.063em) {
    .button-group {
        float: right;
    }
}
.namelogo {
    padding: 20px 10px 0px 10px;
}
@media only screen and (min-width: 40.063em) {
    .namelogo {
        padding-bottom: 20px;
    }
}
.namelogo h1 {
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
}
@media only screen and (min-width: 40.063em) {
    .namelogo h1 {
        font-size: 16px;
        text-align: left;
    }
}
@media only screen and (min-width: 64.063em) {
    .namelogo h1 {
        font-size: 24px;
        text-align: left;
    }
}
.hero {
    background: url(http://placehold.it/900x800);
    background-size: cover;
    box-shadow: inset 0px 0px 0 2000px rgba(0, 0, 0, 0.15);
    height: 80%;
}
.intro-text {
    padding-top: 40%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
@media only screen and (min-width: 40.063em) {
    .intro-text {
        padding-top: 25%;
    }
}
@media only screen and (min-width: 64.063em) {
    .intro-text {
        padding-top: 18%;
    }
}
.intro-text p {
    font-family: 'Shadows Into Light', cursive;
    font-size: 44px;
}
.about,
.work,
.contact {
    padding: 50px 0 0 0;
}
.about img {
    width: 250px;
    height: 250px;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
}
.work img:hover {
    opacity: 0.5;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.work li {
    height: 140px;
    overflow: hidden;
}
hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    opacity: 0.8;
}
footer {
    padding: 80px 0 10px 0;
}
footer a:hover {
    color: rgba(0, 0, 0, 0.4);
    background-color: transparent;
}
.nav-bar a,
.background-white,
.background-white h3 {
    color: #002060 !important;
}
.columns {
    padding-left: 1.5em;
    margin-bottom: -1px;
}
.columns.background-blue {
    min-height: 600px;
}
.nav-bar li.active a {
    color: #052564;
    font-weight: bold;
}
.namelogo a {
    display: inline-block;
    width: 320px;
    height: 70px;
    background: url(../img/logo.png) transparent 0 0 no-repeat;
    background-size: cover;
}
.namelogo a h1 {
    position: absolute;
    display: inline;
    left: -9999px;
    line-height: 1;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
}
.index-border-right {
    border-right: 1px solid #002060;
}
.index-border-top {
    border-top: 1px solid #002060;
    border-bottom: 1px solid #002060;
}
.background-blue {
    background-color: #002060;
}
.background-blue h3,
.background-blue li,
.background-blue p {
    color: white;
}
.background-blue a {
    color: white;
}
.background-blue a:hover {
    color: #848484;
}
.background-white a {
    color: #002060;
}
.background-white a:hover {
    color: #848484;
}
.padding-top,
h3 {
    padding-top: 20px;
}
.text-align-center {
    text-align: center;
}
.two-columns div {} ul.list-center {
    display: table;
    margin: 0 auto;
    list-style-type: none;
}
ul.list-center li {
    float: left;
    padding: 20px 10px 0 10px;
}
