@import url("https://use.typekit.net/bhy1ifa.css");
body {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif!important;
}
.campaign-orange {
    color: #EA5B0B;
}
.campaign-yellow {
    color: #FFEC00;
}
.campaign-green {
    color: #27A737;
}
.campaign-blue {
    color: #009FE2;
}
.campaign-purple {
    color: #82368B;
}
.campaign-crimson {
    color: #BC2E55;
}
.campaign-pink {
    color: #E6007D;
}
.campaign-dark-blue {
    color: #3C4975;
}
.main-nav-img {
    width: 100%;
    height: auto;
}
header {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 1rem;
}
main {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 2rem;
}
footer {
    background: #FFF;
    padding: 16px;
}
nav {
    background: #fff;
}
.main-box {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 1rem;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
}
h1 {
    font-size: 4.5em;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.main-nav h2 {
    font-size: 3.5vh;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.main-nav h2>span {
    display: block;
}
h1 small {
    font-size: 70%;
}
h1 span, small span {
    position: relative;
    padding: 0 0;
    background: #009FE2;
    box-shadow: 10px 0 0 #009FE2, -10px 0 0 #009FE2;
}
.social-logo {
    width: 140px;
}
#navbar {
    background-color: aliceblue;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 1;
}
#navbar a {
    float: left;
    display: block;
    padding: 15px;
    text-decoration: none;
    font-size: 17px;
}
.logo {
    width: 80%;
    height: auto;
    padding: 6px;
    margin-top: 44px;
}

@media only screen and (max-width: 900px) {
h1 {
    font-size: 2.5em;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.main-nav h2 {
    font-size: 1.6rem;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
}
}

@media only screen and (max-width: 600px) {
.main-nav h2>span {
    display: inline;
}
.main-nav img {
    display: none;
}
header, main, footer {
    padding: 16px;
}
h1 {
    font-size: 2.5em;
}
.main-box p {
    font-size: 16px;
}
.logo {
    width: 100px;
    margin-top: 0;
}
header {
    margin-top: 0;
    padding-bottom: 0;
}
main {
    margin-top: 0;
}
	.info {
	padding: 0 !important;
   font-size: 1.4rem!important;
}

}
.a {
    display: inline-block;
    border: 0;

    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    width: 100%;
    height: auto;
}
.a:hover {
    z-index: 2;
}
.a:hover>img {
    box-shadow: 0px 0px 50px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}
.a h2>span a:link {
    display: block;
}
.a>h2 a:link {
    text-decoration: none!important;
}
.a>h2 a:hover {
    position: relative;
    padding: 0;
    color: #000;
    background: #0090BF;
    box-shadow: 10px 0 0 #0090BF, -10px 0 0 #0090BF;
    text-decoration: none!important;
}
.a>h2 a:visited {
    text-decoration: none!important;
}

.info {
	padding: 0 0.6rem 0 0.6rem;
	margin: 1rem 0 1rem 0;
    font-family: balboa-plus-fill, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
	font-size: 1.8rem;
}

