body {
    background:#000;
    font-family: 'benchnineregular', Helvetica, Arial, sans-serif;
    min-height: 100vh !important;
}


/* HEADER/NAVBAR Info */
#myheader{
	background:#FFF !important;
}

.navbar .navbar-nav .nav-link {
    color: #000000;
    font-size: 1.1em;
}
.navbar .navbar-nav .nav-link:hover{
    color: #808080;
}

@media only screen and (min-width: 992px) {
  .navbar {
    flex-direction: column;
  }
  .logo_img{
  	height: 140px;
  }

}
@media only screen and (max-width: 992px) {
  .logo_img{
  	height: 80px;
  	padding-right:50px;
  }
}

.navbar-brand{
	padding: 15px !important;
}
.nav-link {
	font-size: 80% !important;
	padding: 16px !important;
}
/* END HEADER */


/* CONTENT */
.main_img {
	width: 100%;
	max-height: 500px;
	object-fit: cover !important;
	margin: auto;
}

/* END CONTENT */


/* FOOTER */
#myFooter{
	padding-top:10px;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: white;
	margin: auto;
	text-align: center;
	justify-content: center;
}


#footer_section1{
	padding-top: 30px;
	margin: auto;
	justify-content: center;
	text-align: center;	
	color: white;

}

#copyright{
	padding-top: 15px;
	padding-bottom: 10px;
	text-align:center;
	font-size:80%;
	margin: auto;
	padding-bottom: 100px;
}
