﻿: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: 22px;
  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: 400;
  line-height: 1.5;
  color: #343a40;
  text-align: left;
  background-color: #ffffff;
}

a {
  color: black;
}

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

  height: 100vh;
  width: 100vw;

  padding: 0px;

  background-image: url("/img/manatee_background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}

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

.title {
  margin: 0px;
  padding-bottom: 2rem;

  text-align: center;

  font-size: 3em;
  font-weight: 300;

  line-height: 0.9em;
  letter-spacing: 1rem;
}
.subinfo {
  margin: 0px;
  padding-top: 2rem;

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

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

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