
body {
  padding: 0 20px;
}
h1{
  position: fixed;  
  font-family: 'Fira Sans', sans-serif;
  font-weight:700;
  font-size: 45px;
  padding-left: 80px;
  padding-top: 70px;
  z-index: +10;
  display: inline;
  background-image: linear-gradient(rgba(251,193,171,0) 80%, rgba(251,193,171,1) 20%);
}
h2{
  position: fixed;  
  font-family: 'Fira Sans', sans-serif;
  font-size: 35px;
  font-weight:700;
  padding-left: 50px;
  padding-top: 15px;
  z-index: +9;
  background-image: linear-gradient(rgba(251,193,171,0) 70%, rgba(251,193,171,1) 30%);
}
h3 {
  margin-bottom: 0px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  text-decoration: none;
  position: fixed;
  right: 30px;
  top: 10px;
  z-index: +8;
  text-align: right
}
  
p {
  margin-bottom: 300px;
  margin-top: -500px;
  margin-left:400px;
  margin-right:200px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: right;
  background-color: #B4E2C5;
  padding: 20px;
  }
a {
  outline: none;
  text-decoration: none;
  padding: 2px 1px 0;
}
a:link {
  color: black;
}
a:visited {
  color: black;
}
a:hover {
  display: inline;
  background-image: linear-gradient(rgba(251,193,171,0) 60%, rgba(251,193,171,1) 50%);
}
a:focus {
  display: inline;
  background-image: linear-gradient(rgba(251,193,171,0) 60%, rgba(251,193,171,1) 50%);
}
a:active {
  display: inline;
  background-image: linear-gradient(rgba(249,161,138,0) 60%, rgba(249,161,138,1) 50%);
}
.sidebar-circle {
  display: inline-block;
  z-index: -3;
  position: fixed;
  float: right;
  top:-40px; 
  right: -40px; 
  width:20%;
  height: auto;
  z-index:-10;
}

.san-francisco {
  position:relative;
  top:550px;
  left: 300px;
  z-index: 6;
}
.san-jose {
  position:relative;
  top: 750px;
  left: 350px;
  z-index: 5;
}
.carmel {
  position:relative;
  top: 850px;
  left: 300px;
  z-index: 4;
}
.san-luis-obispo {
  position:relative;
  top: 950px;
  left: 400px;
  z-index: 3;
}
.west-los-angeles {
  position:relative;
  top: 1100px;
  left: 450px;
}
.east-los-angeles {
  position:relative;
  top: 1050px;
  left: 500px;
}
.ca-image {
  position:relative;
  top: -250px;
  left: 0px;
  width: 100%;
  height: auto;
  display: inline;
  z-index: -10;
}

.downArrow{
	position: fixed;
	top: 200px;
	left: 150px;
}
.bounce {
	-moz-animation: bounce 3s infinite;
	-webkit-animation: bounce 3s infinite;
	animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}