#container {
	font-family: 'Raleway', sans-serif;
}

#topphoto {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

header {
	margin: 0;
	padding: 0;
}

 h1 {
	font-size: 15px;
}

a{
	color: dodgerblue;
}

a:hover {
	color: orange;
}

.topvideo {
	padding-top: 0px;
}

.topcontainer {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	margin:20 auto;
	position: fixed;
	background: #111;
	z-index: 15;
	border-bottom: 0px;
	height: 50px;
	font-family: 'Raleway', sans-serif;
}

nav li {
	font-family: 'Raleyway', sans-serif;
}

#gallery{
  width: 90%;
  overflow: hidden; /* so containing div goes around floated items */
  padding: 10px;
  margin: 0px auto;
}

#gallery img{
	border: 2px solid lightgray;
}

.ar-thumb{
  float: left;
  margin: 10px;
  width: calc(33.3% - 54px);
  border: 1px solid lightgray;
  padding: 15px 17px 65px 15px;
  position: relative;
  overflow: hidden;
  background: whitesmoke;
  -webkit-transition: all .5s;
  transition: all .5s;
  box-shadow: 0 0 15px gray;
  /* box shadow takes four values: x-offset, y-offset, how big the shadow is and color */
}

/*in the original css instruction not in the hover instruction) */

.ar-thumb:hover{
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

/* border: 3px solid teal; */

.ar-caption {
    color: darkslategray;
	background-color: whitesmoke;
	width: 88%;
	height: 50px;
	position: absolute;
	bottom: 8px; /* take this out for animate() version */
	left: 14px;
	z-index: 5;
	line-height: 1.1;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	display: none; /* take this out for animate() version */
}  

.ar-caption p {
	font-family: 'Caveat', cursive;
	font-size: 20px;
	line-height: 1.25;
	margin-top: 3px;
}


header {
	font-family: 'Raleway', sans-serif;
    font-size: 15px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 55px;
    line-height: 90%;
}

h4 {
	font-family: 'Raleway', sans-serif;
    font-size: 27px;
    line-height: 100%;
    font-weight: 900;
    color: chocolate;
}

p.byline {
	font-family: 'Raleway', sans-serif;
}

.headline {
	font-size: 25px;
	line-height: 1.4;
}

.rightimage {
	float: right;
	width: 300px;
	height: auto;

	/* add margin */ 

}

#thetimeline {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 3px solid gray;
}

.boxed h2 {
	font-size: 27px;
}

/* tooltip stuff */

#image-map {
	position: relative;
}

.sample-tooltip {
	background: rgba(245, 245, 245, .75);
	box-shadow: 0 0 15px gray;
	padding: 10px;
	width: 200px;
	display: none;
	color: black;
}


#first-tooltip {
	position: absolute;
	top: 70px;
	left: 720px;
}


#second-tooltip {
	position: absolute;
	top: 380px;
	left: 720px;
}

#third-tooltip {
	position: absolute;
	top: 230px;
	left: 450px;
}

#fourth-tooltip {
	position: absolute;
	top: 290px;
	left: 70px;
}

#fifth-tooltip {
	position: absolute;
	top: 40px;
	left: 230px;
}

.newcaption {
	text-align: center;
}



