
	body{        
    padding-top: 100px;
    padding-bottom: 50px;
		margin:0px;
		}
		
		@font-face {
  font-family: myFirstFont;
  src: url("fonts/CONSOLA.TTF");
}
		
	
	.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;
		}
		
	.gif {
  	width: 30%;
 	max-width: 200px;
  	height: auto;
		}
		
	.nav {
  	width: 100%;
 	max-width: 200px;
  	height: auto;
		}
		
	div.about {
  	max-width: 700px;
	width: 90%;
	height: auto;
}
		
	.fixed-header, .fixed-footer{
	width: 100%;
    position: fixed;        

       
    }
		
    .fixed-header{
    top: 0;
	padding-top: 10px;
    }
		
    .fixed-footer{
	position: fixed;
	padding-bottom: 10px;
		padding-top: 10px;
  	left: 0;
  	bottom: 0;
  	width: 100%;
  	background-color: #ce1920;
  	color: white;
  	text-align: center;
		margin: 0px;

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

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


.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;
			color: white;
		}
		
/* CSS Document */

