/* Core */
html {
  height: 100%;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  font-size: 1rem;
  font-family: 'Roboto', sans-serif;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: Hack,-apple-system,BlinkMacSystemFont,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

hr {
  border-color:#009900;
}

nav {
  font-family: Hack,-apple-system,BlinkMacSystemFont,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

th {
  font-family: Hack,-apple-system,BlinkMacSystemFont,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.hack {
  font-family: Hack,-apple-system,BlinkMacSystemFont,monospace,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.tall-row {
  margin-top: 40px;
}
.modal {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  z-index: 1;
  display: block;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  margin-bottom: -10vh;
}

/* Just named weird to stop uBlock Origin to block the image, sigh. */
.spons-logo {
  max-height: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bg-black {
  background-color: #080808;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

/* Header things */

.header {
  background-color: #7dcab4;
  background-image: url("../img/laptop-rubycode.jpg");
  background-repeat: no-repeat;
  background-position-x: 20%;
  background-blend-mode: color-burn;
  background-size: cover;

  margin-top: 0;
  margin-bottom: 20px;
}

.header>.jumbotron{
  background-color: #080808AA;
  height: inherit;
  vertical-align: middle;
  text-align: center;
  padding-top:10vh;
  padding-bottom: 10vh;
}

.big {
  font-size: 3rem;
  font-weight: 500;
  text-align:center;
  padding-bottom:20px;
}

/* Card stuff */
.card-title {
  font-size: 1.25rem;
  font-weight: 400;
}

.card-body {
  font-size: 1rem;
}

/* Nav stuff */
.navbar-brand {
  font-size: 1.5rem;
}

.text-success {
  color: #0c0 !important;
}

.iframe-container {
  overflow: hidden;
  /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  height: 100%;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
