body {
  color: #fff;
  background: #121212;
  font-family: Arial, Helvetica, sans-serif;
}

#introSlogan {
  opacity: 1;
  transition: opacity 5000ms;
}

#introSlogan.fade {
  opacity: 0;
}

.body-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  border-style: solid;
}

.body-hero {
  height: 100%;
  width: 100%;
  /* background-image: linear-gradient(rgba(26, 26, 26, 0.4),rgba(26, 26, 26, 0.4)),url("../images/thumbnail_IMG_2280.jpg"); */
  background-image: url("../images/thumbnail_IMG_2280.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  /* border-style: solid; */
}

.body-content {
  padding-top: em70;
  text-align: center;
  /* border-style: solid; */
}


.logo {
  /* background-color: rgb(255, 255, 255); */
  opacity: 0.6;
  /* border-color: white; */
  /* border-style: solid; */
  /* border-width: 2px; */
  /* border-radius: 5px; */
  width: 100px;
  color: rgb(179, 60, 60);
}

.header-main {
  color: rgb(3, 0, 0);
  text-align: center;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100%;
  /* border-style: solid; */
  opacity: 0.9;
}

#body-intro {
  /* border-style: solid; */
  padding-top: 200px;
}

p {
  font-size: 48px;
}

a:link, a:visited {
  text-decoration: none;
  color: white;
}

h1 {
	/* font-family: Geneva, Tahoma, Verdana, sans-serif; */
  font-size: 50px;
  opacity: 0.4;
  /* border: 1px solid; */
	/* font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 50px; */
}


