@import url("https://fonts.googleapis.com/css2?family=Maven+Pro&family=Quicksand:wght@300;700&family=Yellowtail&display=swap");

header {
  padding: 0;
  margin: 0;
}

aside,
.col,
img {
  text-align: center;
}

.linedivider {
  font-size: 2rem;
}

li {
  font-size: 1.5rem;
  display: inline;
  padding: 1rem 0.7rem 1rem 0.7rem;
}

li a {
  color: green;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0.5rem;
  cursor: pointer; 
  background-color: #000000;
  color: white;
}

.MainMenu {
    text-align: center;
}

li a:hover,
li a:link,
li a:visited,
li a:active {
    text-decoration: none;
    cursor: pointer; 
    color: rgb(255, 255, 255);
}

li a,
a:focus,
a:hover {
  color: #ffffff;
  text-decoration: none;
}

.splash_page_logo {
  text-align: center;
 
}

body {
  margin: 0;
  padding: 0;
  background-color: #fafafa;
  color: #353535;
}

h1 {
  padding: 0;
  text-align: center;
}

p {
  text-align: center;
}

.MainDesc {
    padding: 50px;
}

.desc {
  font-size: 3.5em;
  text-align: center;
  margin-top: 2rem;
}

.row {
  margin: 5rem;
}

p {
  font-size: 2rem;
}

i {
    color: #FFFFFF;
}

.PageTitle {
  font-size:10vw;
}

h2,
p,
.desc {
  font-family: "Quicksand", sans-serif;
}

.PageLogo {
  width: 28rem;
  height: 28rem;
}

.promo-logos {
  width: 12rem;
  height: 5rem;
}

.app_logo {
  width: 15rem;
  height: 15rem;
}

#footerStyle {
  /*background-color: #0e0e0e;*/
  color: #0e0e0e;
  text-align: center;
  padding: 20.7rem 0 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;            
}
