@import "miscellaneous.css"; 

.headOverlay {
  z-index: 1; position: absolute;
}

.headOverlay .head {
  margin: 4.5em 0.5em 0.5em 5em;
}

.headOverlay .head h1 {  
  font-size: 5em;
}

.welcome img.background {
  width: 100%; object-fit: contain; z-index: 0;
} 

.main {
  margin: 0px; 
  padding: 0em;    
}

.main .welcome {    
  width: 100%;
  min-height: 3em;
} 

.head h1 {
  margin: 0px;
  border-width: 0px 0px 0px 0px;
  border: 0px;
}

.head img {
  height: 1.2em;
}

.head a {
  text-decoration: unset;
  color: unset;
  display: flex;
  align-content: center;
  font-size: 0.7em;
}

.head p {
  margin: 0.1em;
  text-indent: 0em;
  border: 0px;
  font-size: 1.6em;
}

.intro {
  background-image: 
  linear-gradient(to bottom, 
  var(--title),
  var(--background), var(--background)); 
  margin: auto;
  padding: 0em;
}

.introCards {
  max-width: 80em;
  margin: auto;
}

.introCard {
  display: flex;
  margin: auto;
  width: 100%; 
  justify-content: space-between;
  align-items: stretch;     
}

.introCard h2, .introCard p {
  margin-top: 0px;
}

.introCard .left {
  padding: 5rem 2rem 2rem 2rem;
  flex-grow: 0;
  flex-basis: 30%;
  font-size: x-large;  
  max-width: 30em;
}

.introCard .right {
  padding: 5rem 2rem 2rem 7rem;
  flex-grow: 0;
  flex-basis: 70%;
  font-size: large;
  max-width: 30em;
}

.introCard .right p {
  max-width: 30em;
}

/* Down arrow */

.arrow {
  text-align: center;
  z-index: 1; position: fixed; bottom: 0;  
  width: 100%;
}

.arrow a {
  color: var(--title); 
  text-decoration: none; 
  font-size: 9em;
  text-shadow: 5px 5px 10px var(--overlayShadow);   
}

/* 
Uncomment to animate arrow.

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}  

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-40px);
  }
  60% {
    transform: translateY(-25px);
  }
}

*/

.foot .nav .group {
  margin-left: 0.8em;
  margin-right: 0.8em;
  font-size: 1.2em; 
}
