
			body {
  margin: 0;
  font-family: "myFirstFont";
  background-color: black;
				
}


		a {
  color: white;
			
}

		
		@font-face {
  font-family: myFirstFont;
  src: url("fonts/SF-Mono-Medium.otf");
			
}
		
	
	.about {
	font-family: "myFirstFont";
	text-transform: uppercase;
	}
		
	.menu {
	font-family: "myFirstFont";
	text-transform: lowercase;
	text-decoration: none;
		color: black;
		
	}
	
	.responsive {
  	width: 90%;
 	max-width: 700px;
  	height: auto;
		}
		
	div.about {
  	max-width: 700px;
	width: 90%;
	height: auto;
}

		
		
		
		
		
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  margin-top: 70px;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0);
}

.modal-content {
  background-color: #FFEB00;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  font-family: "myFirstFont";
  align-content: center;
  text-decoration: none;
}

.close {
  color: #000000;
  float:right ;
  font-size: 45px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #00000;
  text-decoration: none;
  cursor: pointer;
}

.button {

  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px;
  cursor: pointer;
	font-family: "myFirstFont";
	text-transform: uppercase;
			
		}

.header {
 
  position: fixed;
  width: 100%;
  z-index: 1;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  display: block;
  padding: 5px 20px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
 
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
	 mix-blend-mode: difference;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
font-size: 20px;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 340px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media screen and (min-width: 1000px) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
 .header .menu-icon {
    display: none;
  }
}

.button {

  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 5px;
  cursor: pointer;
	font-family: "myFirstFont";
	text-transform: uppercase;
			color: black;
		}



	
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position:relative;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #f1f1f1;
  width: 100%;
  padding: 0px;
	padding-top: 40px;
}

.button {
  background-color:#042BAC;
  color: #fff;
  border:none;
  text-transform: unset !important;
}

.button:hover {
      background-color:#FFEB00;
  }

		
/* CSS Document */

