/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
    color: white;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #55601c;
    font-size: 5vw;
    margin:0;
    padding:0;
}

.row, .col-xs-4, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-12 {
    margin:0;
    padding: 0;
}

.nopad {
    padding:0;
}

.nomargin {
    margin:0;
}

strong, .strong {
    font-family: "Open Sans Bold", "Helvetica";
}

.egyptian-b {
    font-family: BodoniEgyptianPro-Medium; 
    font-weight: bold; 
    font-style: normal; 
}


.egyptian {
    font-family: BodoniEgyptianPro-Medium; 
    font-weight: normal; 
    font-style: normal; 
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 4.5em;
    font-weight: 700;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.0);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color:  rgba(0,0,0,1.0);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgba(255,255,255, 0);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

#greenbar  {
    width:100%;
    height: 22vw;
    background-color: #879637;
    box-shadow: -0.2px 2px 71.4px 30.6px rgba(0, 0, 0, 0.3);
    border-bottom: solid 2px #cbd0b2;
}

#malt-logo {
    vertical-align: top;
    padding-left: 10%;
    padding-top: 10%;
    margin-bottom: 16vw;
    width:80%;
}

#hamburger {
    top: 7vw;
    right: 6vw;
    position: relative;
}

#malt-logo-menu {
    vertical-align: top;
    padding-left: 20%;
    padding-top: 20%;
    width:100%;
}

#closer {
    vertical-align: top;
    width: 50%;
    position: relative;
    top: 3vw;
    right: 1vw;
}

.first-navlink {
    margin-top: 10vh;
}

.navlink, .navlink a {
    color: white;
    text-align: center;
    line-height: 200%;
    font-size: 3vh;
}

.tour-logo {
    display:block;
    margin:auto;
    width:80%;
}

.downarrow {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
}

.social-menu {
    margin-top:5vw;
    width:80%;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    right: 0;
    width: 250px;
    height: 0vh;
    opacity: 0;
    overflow-y: auto;
    background: #889739;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -3px 3px 8px rgba(0, 0, 0, 0.3);
}

#sidebar-wrapper.active {
    height: 90vh;
    opacity: 1;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 4px 20px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}

#parallax {
    background: url("../img/hero-landscape.jpg")  center center;
/*  top:0; */
    z-index:0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.container-fluid, .container {
    padding: 0px;
}

/* About */

#route {
    display: table;
    position: relative;
    width: 100%;
    background-color: #f6edd8;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Services */

.bring {
    background-color: #f0d26f;
}

#to-top {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
}

h1, h2, h3, h4, h5 { 
    font-family: BodoniEgyptianPro-Medium; 
    font-weight: normal; 
    font-style: normal; 
}

.parallax-window {
	min-height: 100%;
	background: transparent;
}

.header-date {
    font-weight:lighter;
    color:white;
    font-size:4vw;
    letter-spacing: 1vw;
    margin-top:4vw;
    margin-bottom:4vw;
}

.route {
    background-color:white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.theroute {
    color: #55601c;
    font-size: 8vw;
    letter-spacing: .1vw;
    text-align: center;
}

.themap {
    width:100%
}

.next-arrow {
    background-color: #879637;
    letter-spacing:.5vw;
    color:white;
    padding:0;
}

.forward {
    text-align: center;
    margin-bottom:0;
    margin-top: 3vw;
    font-size: 4vw;
}

.reverse {
    text-align: center;
    margin-top:0;
    margin-bottom: 3vw;
    font-size: 4vw;
}

.the-up-arrow {
    width:30%;
    margin: auto;
    display: block;
    transform:rotate(270deg);
}

.the-down-arrow {
    width:30%;
    margin: auto;
    display: block;
    transform:rotate(90deg);
}

.compass {
    margin: auto;
    display:block;
    padding-left: 20%;
    padding-right:20%;
    width: 100%;
}

.section-top {
    margin-top:12vw;
}

.whatbring {
    color: #55601c;
    letter-spacing: .5vw;
    font-size:6vw;
    text-align: center;
    margin-top:2.2vw
}

.checkmark-left {
    margin-left: 4vw;
    width:80%
}

.checkmark-right { 
    margin-right: 4vw;
    float:right;
    width:80%
}

.turn {
    position:absolute;
    top:4vw;
    left:2vw;
    max-width: 80%
}

#straight {
    opacity: 1;
    z-index: 8;
}

#left-turn {
    opacity: 0;
    z-index: 6;
}

#right-turn {
    opacity: 0;
    z-index: 4;
}

#stop-turn {
    opacity: 0;
    z-index: 2;
}



img.helmetfix {
    width:100%;
}

.bring-icons {
    margin:auto;
    display:block;
    width:70%;
    margin-top:1.6vw;
}

.ifyou {
    padding-top: 10vw;
}

.directions {
    color: #000;
    font-size: 4.5vw;
    padding-top: 5%;
    padding-right: 2%;
    padding-left: 2%;
    overflow: hidden;
    line-height: 130%;
}

.bring-text {
    position: relative;
    top: 50%;
    transform: translateY(60%);
}

.help-ride {
    line-height: 9vw;
    font-size: 6vw;
    margin-bottom: 9vw;
}

.hotline {
    background-color: #ce1a34;
    color: white;
    line-height: 9vw;
    font-size: 6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.hotline a {
    color: white;
    text-decoration: none;
}

.waiver {
    background-color: #55601c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.waiver-text {
    margin-top:9vw;
    line-height: 11vw;
    font-size: 6vw;
    margin-bottom: 9vw;
}

.waiver-form {
    background-color: #c79900;
    color: #000;
    line-height: 9vw;
    font-size: 6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-bottom:15vw;
}

.waiver-form a {
    color:white;
    text-decoration: none;
}


.details {
    background-color: #879637;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.details-h-text {
    color:white;
    margin-top:1vw;
    line-height: 11vw;
    font-size: 6vw;
    margin-bottom: 6vw;
    letter-spacing: 1vw;
    
}

.wheel {
    width: 60%;
    margin: auto;
    display: block;
    margin-bottom: 6vw;
}

.thedetails {
    margin-top:9vw;
    margin-bottom: 9vw;
    color: #232728;
    font-size: 100%;
    text-align: center;
}

.seemap {
    background-color: #f0d26f;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #55601c;
    line-height: 9vw;
    font-size: 6vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top:10vw;
    margin-bottom:15vw;
}

.mapbuttext {
    color: #55601c;
}

.sponsors {
    background-color: #d9eefb;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sponsor-top {
    margin-top: 12vw;
    margin-bottom:20vw;
}

.handshake {
    width: 40%;
    margin: auto;
    display: block;
}

.sponsor-text {
    color: #55601c;
    margin-top:1vw;
    font-size: 6vw;
    margin-bottom: 6vw;
}

.margin1per {
    margin-left: 1%;
    margin-right:1%;
}

.logo {
    margin: auto;
    display: block;
    margin-bottom: 10vw;
    position: relative;
    top: 10vw;
    transform: translateY(-50%);
    padding-left:10%;
    padding-right:10%;
}

.bici {
    width: 70%;
}

.support {
    text-align: center;
    margin-bottom: 3vw;
    top: -10vw;
    position: relative;
}

.support hr {
    height: 5px;
    opacity: 0.3;
    background-color: #000;
    margin-top: 14vw;
    margin-bottom: 14vw;
}

.support h4 {
    color:#000;
    margin-bottom:5vw;
    font-size: 4vw;
}

.save {
    background-color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.save-h {
    color: #55601c;
    padding-bottom:10vw;
    color: #55601c;
    margin-top:1vw;
    font-size: 6vw;
    margin-top: 10vw;
    margin-bottom: 0vw;
}

.save-text {
    color: black;
    margin-bottom:0vw;
    font-size: 5vw;
}

.donatenow {
    color: white;
    background-color: #879637;
    padding-top: 2vw;
    padding-bottom: 2vw;
    margin-top:10vw;
    margin-bottom:16vw;
}

a.donatelink {
   text-decoration: none;
}

.tour {
    background: url(../img/footer-cow.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tourdemalt, .tourdemalt a {
    color: white;
    margin-top: 10vw;
    margin-bottom:3vw;
    text-decoration: none;
}

.social {
    width:80%;
    margin: auto;
}

.copyright {
    font-size: 1.7vw;
    color:#f8f6f1;
    text-align: center;
    margin-top:4vw;
    margin-bottom:10vw;
}

.malt2 {
    margin-top:60vh;
}

.malt-img {
    width:80%;
    display: block;
    margin: auto;
}

.copyw {
}

.map-container {
    position: relative;
}

.bike {
    position: absolute;
    z-index: 20;
    top: 68%;
    left: 66%;
    width: 10vw;
}

.start-finish {
    position: absolute;
    z-index: 30;
    top: 70%;
    left: 68%;
    width: 12vw;
}

.rs1 {
    position: absolute;
    z-index: 10;
    top: 37.5%;
    left: 21%;
    width: 10vw;
}

.rs2 {
    position: absolute;
    z-index: 10;
    top: 22%;
    left: 27%;
    width: 10vw;
}

.rs3 {
    position: absolute;
    z-index: 10;
    top: 36%;
    left: 66%;
    width: 10vw;
}
