/*Adrenaline CSS*/ 

* {
  box-sizing: border-box;
}

#wrapper
{
	height:1000px;
	margin-left:auto;
	margin-right:auto;
}



body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
  
}



.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

h1
{
	font-size:60px;
	text-align:center;
}

header
{
background-color:#719491;
}

.home
{
	width:1000px;
	
}

.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#video {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
	opacity: 0.7;
	object-fit: cover;
}

.button {
  border-radius: 4px;
  background-color: black;
  border: none;
  color: black;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 600px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-left:650px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
 
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

nav {
    color: white;
    font-size: 5px;
	    height: 6%;
    text-align: right;
    position: top;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

nav a {
    text-align: left;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    float: right;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
 a
 {
	 text-decoration:none;
	 color:blue
 }
 
 a:hover
 {
	 color:black;
 }
 
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}



img
{
	width:87%;
	padding:10px;
}

