body {
	font-family: Times New Roman,Times,serif;
}

#bottom {
	font-size: 13px;
}

h1, h2, h3 {
	font-family: Times New Roman,Times,serif;
}

h2, .h2, h3, .h3 {
	font-size: 20px;
}

h2 {
	margin-bottom: 30px;
}

h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

p {
	color: #222222;
	font-family: Times New Roman,Times,serif;
	font-size: 13px;
}

a {
	color: #222222;
	text-decoration: underline;
}

a:hover {
	color: black;
}

a:focus {
	color: black;
}

.vertical_left {
	top: 50%;
	left: 0;
	cursor: pointer;
	position: fixed;
	transform: rotate(-90deg) translateX(-50%);
	transform-origin: top left;
	font-size: 3em;
	z-index:999;
}

.vertical_left a {
	text-decoration: none !important;
}

.vertical_right {
	top: 50%;
	right: 0;
	cursor: pointer;
	position: fixed;
	transform: rotate(90deg) translateX(50%);
	transform-origin: top right;
	font-size: 3em;
	z-index:999;	
}

.vertical_right a {
	text-decoration: none !important;
}

.logo_top{
	font-family: Times New Roman,Times,serif;
    position: fixed;
    top: 0px;
	left: 0px;
    text-align: center;
    width:99%;
    z-index:999;
}

.logo_bottom{
	font-family: Times New Roman,Times,serif;
	position: fixed;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width:99%;
	z-index:999;
}

.logo_top p {
	font-size:3em;
}

.logo_bottom p {
	font-size:3em;
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
}

.lead {
	min-height: 30em;
	padding-top:3em;
	text-align: center;
	position: relative;
}

.lead h1 p {
	font-size: 2em;
	position: absolute;
	top: 30%;
	width: 100%;
}

.impressions {
	padding-top: 1em;
}

.row {
	padding-bottom: 10px;
}

.row.last {
	padding-top:3em;
	padding-bottom: 3em;
}

.arrow_down {
    width: 32px;
    top: 5%;
    right: 3%;
    position: fixed;
    z-index: 1000;
}

.arrow_down img {
    vertical-align: inherit;
    cursor: pointer;
}

.arrow_up {
    width: 32px;
    bottom: 5%;
    right: 3%;
    position: fixed;
    z-index: 1000;
}

.arrow_up img {
    vertical-align: inherit;
    display: none;
    cursor: pointer;
}

@media (max-width: 767px){
    .lead h1 p {
      top: 20%;
      font-size: 1em;
    }

    h2 {
      padding-left: 15px;
    }

    .logo_top p {
        font-size:28px;
    }

    .logo_bottom p {
        font-size:28px;
        -moz-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2)
    }

	.vertical_left a, .vertical_right a {
		font-size: 28px;
	}

    .lead {
        min-height: 20em;
    }
}
