body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: grayscale;
}

video {
  position: fixed;
  right: 0;
  bottom: 0;
  top: 13px;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  z-index: -5;
}

a.camguides {
  color: #f7ae1f;
}

a.camguides:hover {
  color: #6a93a8;
}

p.lead {
  font-size: 1.4rem;
}

.content-holder {
  position: relative;
  margin-top: 15rem;
  margin-bottom: 5rem;
  background-color: white;
  padding: 20px;
  border-radius: 25px;
  width: 600px;
  /*height: 420px;*/
}

.content-holder.main-page {
  background-image: url("../img/CamGuides_logo.png");
  background-position: center 10px;
  background-repeat: no-repeat;
}

.content-holder.phds-page {
  height: 340px;
  margin-bottom: 2em;
  background-image: url("../img/CamGuides_phds_logo.png");
  background-position: center 10px;
  background-repeat: no-repeat;
}

.content-holder.masters-page {
  height: 340px;
  margin-bottom: 2em;
  background-image: url("../img/CamGuides_Masters_logo.png");
  background-position: center 10px;
  background-repeat: no-repeat;
}

.content-holder.undergraduates-page {
  height: 360px;
  margin-bottom: 2em;
  background-image: url("../img/CamGuides_Under_logo.png");
  background-position: center 10px;
  background-repeat: no-repeat;
}

.btn-container {
  margin-top: 150px;
}

.btn-container a {
  font-family: "Raleway", Fallback, sans-serif !important;
  font-size: 2rem !important;
  margin-bottom: 0.25em !important;
}

.btn-container a#intro {
  font-size: 1.7rem !important;
  line-height: 2.2rem;
}

.btn-container a span,
.ui.fluid.button.massive.circular.yellow {
  color: black;
}

.ui.fluid.button.massive.circular.teal {
  color: black;
}

/*.ui.fluid.button.massive.circular.blue {
  color: black;
}*/

/* change the default sementic blue to more accessible blue */
.ui.blue.button {
    background-color: #004e8f;
} 

.ui.blue.button:hover {
    background-color: #0073cf;
}

.btn-container a.main-menu {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 1.3rem;
  color: #707070;
  font-style: italic;
  font-weight: bolder;
}

.btn-container a.main-menu:hover {
  color: #6a93a8;
}

.ui.inverted.menu {
  border-radius: 0;
  flex-wrap: wrap;
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.ui.mobile.only.grid .ui.menu .ui.vertical.menu {
  display: none;
}

.ui.inverted.menu .item {
  color: rgb(157, 157, 157);
  font-size: 16px;
}

.ui.inverted.menu .active.item {
  background-color: #080808;
  border-bottom: 5px solid #f7ae1f;
}

.ui.inverted.menu .active.item.undergraduates {
  border-bottom: 5px solid #34bdb1;
}

.ui.inverted.menu .active.item.phds {
  border-bottom: 5px solid #2185D0;
}

.ui.column.doubling.stackable.divided.grid {
  margin: 0 0.2em;
  background-color: rgba(255, 255, 255, 0.75);
}

footer {
  margin-top: 450px;
  width: 100%;
  bottom: 0;
  background: #333333;
  padding: 20px 40px;
}

footer #cam-footer {
  position: absolute;
  margin-top: -133px;
  right: 15px;
}

footer p {
  color: #fff;
  font-size: 80%;
}

footer p a {
  color: #f7ae1f;
  text-decoration: none;
}

footer p a:hover {
  color: #6a93a8;
  text-decoration: underline;
}
