@charset "UTF-8";

@font-face {
    font-family: 'chivolight';
    src: url('../images/chivo-light-webfont.woff2') format('woff2'),
         url('../images/chivo-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'chivoregular';
    src: url('../images/chivo-regular-webfont.woff2') format('woff2'),
         url('../images/chivo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
	text-align: center;
}

body {
	background-color: rgba(255,246,218,0.89);
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: rgba(19,50,57,1.00);
	font-weight: lighter;
}

h1 {
	font-family: acier-bat-gris, sans-serif;
	font-weight: 400;
	font-style: normal;
	align: center;
}

.chivo1 {
	font-family: 'chivolight', sans-serif;	
}

.chivo2 {
	font-family: 'chivoregular', sans-serif;
}

.position {
	position: absolute;
	top: 0px;
	left: 13px;
}

.position2 {
	position: absolute;
	top: 40px;
	left: 13px;
}

.position3 {
	position: absolute;
	top: 1px;
	right: 0px;
}

.centered {
	position: absolute;
	top: 15%;
	left: 47%;
	transform: translate(-40%,-51%);
}

.center {
  margin: auto;
  width: 60%;
}

.centered2 {
	position: absolute;
	top: 28%;
	left: 44%;
	transform: translate(-40%,-51%);
}

.centered3 {
	position: absolute;
	top: 43.5%;
	left: 47%;
	transform: translate(-40%,-51%);
}

p2 a {
	color: darkmagenta;
	text-decoration: none;
}

/*nav {
	background-color: rgba(200,200,200,1.00);
}*/

nav ul {
	list-style-type: none;
	margin: 200px;
	padding: 200px 180px;
	display: flex; /* turn column to line */
	justify-content: center;
} /* use to modify specifically to our bullets in our nav tag. more than one nav with bullets use class style */

nav ul li a {
	background-color: darkred;
	display: block;
	width: 214px;
	padding: 20px 50px 20px 50px;
	color: rgba(255,246,218,0.89);
	font-size: 1.25em;
	text-decoration: none;
} /* looking for anchor tags within list items, ulisted items, within nagivations */

nav ul li a:hover {
	background-color: rgba(191,10,12,1.00);
	color: rgba(200,200,200,1.00);
}

/*text above photos in row start*/
p a:link {
	color: red;
	text-decoration: none;
}

p a:hover {
	color: yellow;
}

.bottom-left {
	position: absolute;
	bottom:150px;
	left: 200px;
	font-size: 1.5em;
}

.centered4 {
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-40%,-51%);
	font-size: 1.5em;
}

.bottom-right {
	position: absolute;
	bottom: 150px;
	right: 200px;
	font-size: 1.5em;
}
/*Text Above Images End*/

.footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  min-height: 50px;
  width: 100%;
  background-color: rgba(250,159,58,1.00);
}

.footer-text {
  position: fixed;
  right: 50px;
  bottom: -15px;
  min-height: 50px;
  width: 100%;
  color: rgba(19,50,57,1.00);
  text-align:right;
}