body {
	  font-family: 'Georgia', Helvetica, sans-serif;
  	font-size: 13px;
  	line-height: 1rem;
}

.locationBar {
  position: fixed;
  top:0;
  width: 100%;
}

h1 {
	 font-family: 'Playfair Display', serif;
  	font-size: 2.5rem;
  	line-height: 1rem;
  	font-weight: normal;
  	text-transform: uppercase;
  	text-align: center;
  	padding-top: 4rem;
  	padding-bottom: 1rem;
    margin-top: 6rem;
}

.weAre a .plzclickme:hover {
    color: lightgray;
}

h2 {
	font-family: 'Playfair Display', serif;
	/*font-style: italic;*/
  	font-size: 2rem;
  	line-height: 2rem;
  	font-weight: normal;
  	text-transform: uppercase;
  	text-align: center;
  	padding-top: 4.2rem;
  	padding-bottom: 1rem;
  	border-bottom: 1px solid lightgray;
    word-wrap: break-word;
    margin-right: 12rem;
    margin-left: 12rem;
    margin-bottom: 3rem;
}

h4 {
	font-family: 'Playfair Display', serif;
  	/*font-size: 3rem;
  	line-height: 4rem;*/
  	font-weight: normal;
  	padding-bottom: 0rem;
  	padding-top: 1rem;
  	text-transform: uppercase;
  	text-align: center;
}

ul.loc {
	border-bottom: 1px solid lightgray;
}

p {
	/*color: #ffffff;
	font-size: 2em;*/
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

li {
    float: left;
    /*the white border between locations*/
    border-right: 1px solid white;
    display: block;
    color: black;
    text-align: center;
    padding: 1.2rem .9rem 1.2rem;
    text-decoration: none;
}


.locationBar ul.loc li.right {
	float: right;
	padding: .8rem .8rem;
}

.locationBar ul.loc li.home {
  float: left;
  /*padding: .8rem 1rem .8rem 1.2rem;*/
  padding: 0rem;
  margin:0rem;
  width: 3.3rem;
  height: 3.3rem;
}
/*
.locationBar ul.loc li.home img{
  float: left;
  padding: .8rem 1rem .8rem 1.2rem;
  width: auto;
  height: 100%;
}
*/

.fontch {
  /*font-family: 'Playfair Display';*/
}

ul.loc li.over {
	text-transform: uppercase;
	color: black;
  /*font-family: 'Playfair Display';*/
}

/* Change the link color to #111 (black) on hover */
ul li.over:hover {
    background-color: black;
    color: white;
}

.post {
text-align: center;
}

.post ul {
	margin-bottom: 5rem;
  width: 70%;
  list-style-type: none;
  display: inline-block;
  text-align: center;
}

.post ul.holderoflis {
  width: 100%;
}

.post ul li.options {
	text-align: right;
	line-height: 1.3rem;
	text-transform: uppercase;
	padding-right: 2rem
}

.post ul li.descrip {
  width: 70%;
  text-align: left;
  line-height: 2rem;
  border-left: 1px solid lightgray;
  padding-left: 3rem;
  /*margin-bottom: 5rem;*/
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.post img {
  width: 30%;
  height: auto;
}

.one a img.uno:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.two a img.dos:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.three a img.tres:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.four a img.cuatro:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.five a img.cinco:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.six a img.sies:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.seven a img.siete:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.eight a img.ocho:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.nine a img.nueve:hover {
  width: 85%;
  height: auto;
  opacity: .8;
}

.profilepicr {
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotateY(0deg);
    }
    to { 
        -webkit-transform: rotateY(360deg);
    }
}

.profilepicr:hover {
  -webkit-animation-name: rotate; 
    -webkit-animation-duration: 2s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

/*@media only screen and (min-width: 320px) and (max-width: 600px) {
.one {
  width: 40%;
  padding: 4%;
}

.two {
  width: 40%;
  padding: 4%;
}

.three {
  width: 40%;
  padding: 4%;
}

.four {
  width: 40%;
  padding: 4%;
}

.five {
  width: 40%;
  padding: 4%;
}

.six {
  width: 40%;
  padding: 4%;
}

.seven {
  width: 40%;
  padding: 4%;
}

.eight {
  width: 40%;
  padding: 4%;
}

.nine {
  width: 40%;
  padding: 4%;
}

}*/

@media (max-width: 800px) {
  .post img {
    width: 50%;
    height: auto;
  }
}






