﻿:root {
  --blue: #0000ff;
  --indigo: #3d5afe;
  --purple: #aa00ff;
  --pink: #f50057;
  --red: #ff1744;
  --orange: #ffd700;
  --yellow: #ffff00;
  --green: #00e676;
  --teal: #55ffc7;
  --cyan: #00e5ff;
  --white: #ffffff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #55ffc7;
  --secondary: #ffffff;
  --success: #00e676;
  --info: #00e5ff;
  --warning: #ffff00;
  --danger: #ff1744;
  --light: #f8f9fa;
  --dark: #212529;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "OpenSans", -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: "OpenSans", sans-serif;
  font-size: 18px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

body {
  margin: 0;
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #faf9f8;
}

a {
  color: black;
}

.landing {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 100vh;
  width: 100vw;

  padding: 0px;


}

.info {
  max-width: 800px;
  margin: 0 3rem 0 3rem;
}

.title {
  margin: 10px;
  padding-bottom: 3rem;

  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
}
.subinfo {
  margin: 0px;
  padding-top: 2rem;

  text-align: center;
  
  font-size: 1.25em;
  font-weight: 200; 
}
p {
  margin: 0px;
  
  text-align: center;

  font-size: 1rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
}
