body {
    background: #EFF2FA;
    font-family: "Eurostile", sans-serif;
}

nav a {
    padding-right: 0.5em;
}

nav {
    background: #EFF2FA;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 6em;
}
nav .brand-logo.center {
    padding-top: 0.35em;
}

.blue-text {
    color: #0070b4 !important;
}

.red-text {
    color: #A30032 !important;
}

.black-text {
    color: #2E3855 !important;
}

nav .brand-logo {
    font-family: "Eurostile", sans-serif;
}

.nav-wrapper2 {
    margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

img {
    vertical-align: middle;
    float: left;
}

.logo {
    margin-top: 10px;
    max-width: 200px;
}

h6 {
    font-size: 1.2rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

a {
    color: #EFF2FA;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    font-size: 1.1em;
}

.btn, .btn-large, .btn-flat, .btn:hover, 
.btn-large:hover, .btn-flat:hover {
    text-transform: uppercase;
    box-shadow: none;
}

.card {
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
}

p {
    text-align: left;
    color: #2E3855;
}

.card .card-content p {
    padding-top: 0.5em;
}

.card .card-content {
    min-height: 14em;
}

h1 {
    font-size: 4.2rem;
    font-family: "EurostileBold", sans-serif;
    text-transform: uppercase;
}

.container-row {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.button-rounded {
    width: 100%;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.button {
    width: 100%;
}

.color-green {
    color: #1f857b;
}

.heading-margin {
    margin-top: 0.85em;
    margin-bottom: 0.65em;
}

@media only screen and (min-width: 1500px) {
    .container {
        width: 50%;
    }

    .card.small {
        height: 280px;
    }
}

a, button {
    font-family: "Eurostile", sans-serif;
}

.black-text {
    color: #2E3855 !important;
}

.actoo {
    color: #2E3855 !important;
    font-family: "Eurostile", sans-serif;
    font-size: 1em;
}

a.actoo {
    color: #A30032 !important;
}

.secondary {
	background-color: #EFF2FA !important;
}

.primary {
	background-color: #A30032;
}

.btn:hover, .btn-large:hover, .btn-large:focus {
    background-color: #A30032;
}

.outline {
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 2px solid #A30032;
    color: #666;
}

.outline:hover, .outline:focus {
    color: #EFF2FA;
    border: 2px solid transparent;
}

/*
.btn:hover, .btn-large:hover {
    background-color: #0070b4bf;
}
.outline {
    background-color: transparent;
    border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border: 2px solid #999;
    color: #999;
}


.outline:hover, .outline:focus {
    background-color: transparent;
    border: 2px solid #e52135;
    color: #999;
}*/


@media only screen and (max-width: 800px) {
    h1 {
        font-size: 2.2rem;
    }

    .container-row {
        margin-left: 3rem !important;
        margin-right: 3rem !important;
    }
}

@media only screen and (max-width: 430px) {
    h1 {
        font-size: 1.5rem;
    }

    .container-row {
        margin-left: 0.75rem !important;
        margin-right: 0.75rem !important;
    }
}


/* Wolf Font */

@font-face {
    /* light */
    font-family: 'Eurostile';
    src: url('../fonts/wolf/EurostileNextLTPro-Bold.woff') format('woff');
    font-style: normal;
}

@font-face {
    /* medium */
    font-family: 'EurostileBold';
    src: url('../fonts/wolf/EurostileNextLTPro-Bold.woff') format('woff');
    font-style: normal;
}
