.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.right {
	margin-left: auto;
	margin-right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 50px;
  fill: black;
}

.container-fluid {
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 50px;
}

ul.nav a:hover { 
	color: #000 !important; 
	background: none;
}

img.undistorted {
	width: 100%;
	height: 100%;
}

.nav-item {
	padding-left: 15px;
	padding-right: 15px;
	color: white;
}

.nav-link {
	color: white;
}

h1 {
	font-family: Pyjama-Party, Verdana;
	color: darkslategray;
	text-align: center; 
	margin-bottom: 20px; 
}

h2 {
	font-family: Pyjama-Party, Verdana;
	color: burlywood;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center
}

h3 {
	font-family: Helvetica, Verdana;
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	color: #089;
}

h4 {
	text-align: center;
	color: #089;
}

@font-face{
    font-family: "Pyjama-Party";
    src: url('fonts/Pyjama-Party.ttf');
    /*url('Thonburi-Bold.eot'); /* IE */
}

video {
  width: 80%;
  height: auto;
  background-color: dimgrey;
  vertical-align: center;
}

darkblue {
	color: #007;
}

greyblue {
	color: #499;
}

greybluelight {
	color: #add;
}

orange {
	color: #e74;
}

greybluedark {
	color: #277;
}

lightorange {
	color: #fa8;
}

brown {
	color: #c75;
}

red {
	color: #f55;
}

yellow {
	color: #fa0;
}

larger {
	font-size: 110%;
}

superlarge {
	font-size: 170%;
}

bold {
	font-weight: bold;
}

pyjama {
	font-family: Pyjama-Party;
	font-weight: bold;
	font-size: 130%;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
  position: absolute;
  top: 30px;
  left: 70px;
}

