@charset "UTF-8";
/* CSS Document */
body {
    font-family: 'Lato', sans-serif;
    background-color: #fff;
    color: #000;
	text-align: center;
	font-size: 13px;
}
.center {
  margin: auto;
	display: block;
  width: 375px;
  max-width: 375px;
}

video {
  position: relative;
  /*top: 50%;
  left: 50%;
 min-width: 100%;
  min-height: 100%;*/
  width: 375px;
  height: auto;
  z-index: -1;
	background-image: url('cover.jpg');
	margin: 0;
	padding: 0;
}
p {
	text-align: center;
  width: 375px;
	
	
}
p span {
	font-weight: 900;
	color:#98d3bd;
}
h1 {
	 font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color:#98d3bd;
	font-size: 13px;
}
h2 {
	 font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color:#000;
	font-size: 13px;
	display: block;
	border: solid 1px #000;
	border-right: none;
		border-left: none;
	padding: 10px;
	margin: 8% 25%;
}
img {margin: 0 0 8% 0;}