@import url(https://use.typekit.net/tmb1cib.css);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 1s ease;
}

body {
  font-family:"gill-sans-nova";
}

.frame {
  width: 80%;
  height: 70%;
  margin: 100px 20px;
  border: 2px dotted rgba(0, 0, 0, 0.5);
  border-radius: 80px;
  position: fixed;
  transition: all 1s ease;
  top: 0;
}

.frame:hover {
  border-radius: 10px;
}

#welcome {
  position: fixed;
  right: 5%;
  top: 25%;
  font-size: 10vw;
}

#welcome span {
  text-shadow: white 1px 0 30px;
  transition: all 0.5s ease;
}

#landing-bg {
  height: 85vh;
  width: 70%;
  position: relative;
  margin: 2% 0 0 4%;
}

#landing-bg img { 
  display: block;
  max-height: 100%;
  max-width: 100%;
  border-radius: 20px;
  filter: drop-shadow(1px 1px 20px gray);
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: rgba(255,255,255,0.8);
}

.TextformatterVideoEmbed {
  height: 300px !important;
  width: 70%;
  padding-bottom: 56.25% !important;
}

.TextformatterIframeEmbed {
  width: 70%;
  height: 300px;
  border: none;
}

