* {
    font-family: 'Lato', sans-serif;
}

a {
    color: #2f73e5;
    border-bottom: 1px dotted #2f73e5;
}
a:hover {
    color: #2f73e5;
}

body {
    background: url(../images/noise.png) 0 0 repeat;
}

.row {
    background-color: white;
}

.container {
    box-shadow: 0 0 15px 0 #999;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}

.footer {
    background: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

h1 {
    color: white;
    font-family: 'JacquesFrancois', sans-serif;
    letter-spacing: 5px;
    text-align: center;
    /*font-variant: small-caps;*/
}
h1 a {
    color: white;
    font-family: 'JacquesFrancois', sans-serif;
    border: 0;
}
h1 a:hover {
    color: white;
}

h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 60px;
    color: black;
    
}
h3 {
    text-align: center;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    letter-spacing: .35em;
    margin-bottom: 10px;
}

h4 {
    color: #777;
}

.title h2 {
    text-align: center;
    font-size: 32px;
    margin-top: 30px;
    letter-spacing: 2px;
    margin-bottom: 50px;
}
.title h2 span {
    border-bottom: 1px dotted black;
}

.content {
    padding: 0 10px 30px 10px;
}

.call-us {
    margin-top: 29px;
    display: block;
    padding: 10px;
    border-radius: 2px;
    color: white;
    background-color: #2f73e5;
    text-align: center;
    font-size: 24px;
    
}
.call-us a {
    color: white;
    border: 0;
}

.header {
    background-color: #0f161b;
    color: white;
}

.hero {
    text-align: center;
    color: black;
    background: white;
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    padding: 20px;
    /*text-shadow: 0 0 2px black;*/
}

.hero p {
    text-align: left;
    color: black;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 2em;
}

.logo {
    width: 175px;
    height: auto;
    max-width: 302px;
    margin: 0 0 10px 20px;
}

@media only screen and (min-width: 40.063em) { 
    .logo {
        width: 302px;
    }
}

p.indent {
    text-indent: 1.5em;
}

.menu {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f7f7f7;
    border-top: 1px solid #d6d6d6;
}
.menu .row {
    background: none;
}
.menu ul {
    margin: 0;
    padding: 0;
}
.menu ul li {
    list-style:none;
    float: left;
    width: 134px;
    margin: 0 13px 10px 13px;
}
.menu-item {
    padding: 20px;
    border-radius: 5px;
    background-color: #2f73e5;
    text-align: center;
    min-height: 170px;
    display: block;
    color: white;
    font-size: 22px;
    text-shadow: 0 0 1px #333;
    border-bottom: 1px solid white;
    margin-bottom: 5px;
    line-height: 1.2em;
}
.menu-item h4 {
    color: white;
    border-bottom: 1px dotted #ccc;
}
.menu-item p a {
    border-bottom: 0;
    font-size: 1rem;
    color: #eee;
    text-shadow: none;
    border-bottom: 1px dotted white;
    display: inline;
}
.menu-item p {
    color: #eee;
    margin-bottom: 0;
}

.map {
    width: 600px;
    -webkit-box-shadow: 1px 1px 5px #777;
    -moz-box-shadow: 1px 1px 5px #777;
    -ms-box-shadow: 1px 1px 5px #777;
    -o-box-shadow: 1px 1px 5px #777;
    box-shadow: 1px 1px 5px #777;
}

.contact-panel {
    border: 1px solid #ddd;
    box-shadow: 0 0 3px #ddd;
    padding: 15px;
    border-radius: 5px;
    min-height: 170px;
    background-color: white;
    text-align: center;
    width: 300px;
}
.contact-panel p {
    margin: 0 0 13px 0;
    color: #777;
}
.contact-panel p.no-margin {
    margin: 0;
}
.contact-panel h3 {
    margin: 0;
}

.footer {
    text-align: center;
    color: #aaa;
    font-size: 14px;
    text-shadow: 1px 1px 1px white;
}

@font-face {
    font-family: 'JacquesFrancois';
    src: url('../fonts/JacquesFrancois-Regular.ttf');
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.ttf');
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.ttf');
    font-weight: bold;
}

