@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');

body{ min-height:100vh; margin:0; position:relative; }

/* Trick: */
body {
  position: relative;
}

body::after {
  content: '';
  display: block;
  height: 50px; /* Set same as footer's height */
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

code {
  color: #E01A76;
}

.blog {
  background-image: url('https://stevesdevbox.azureedge.net/background-m.jpg');
  background-repeat:repeat-y;
  background-size: 100%;
  min-height: 100vh;
}

@media (min-width: 768px) {
  .blog {
    background-image: url('https://stevesdevbox.azureedge.net/background.jpg');
  }
}

.blog-overlay {
  background-color: rgba(63,83,133,0.85);
  background-size: 100%;
  min-height: 100vh;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.editor-container {
  min-height: 600px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.blog-display-style {
  background-color: rgba(255,255,255,0.8);
  color: black;
  font-size: 18px !important;
}

.blog-display-style pre {
  margin-bottom: 0rem;
  background-color: black;
  color: white;
}

.blog-display-style p {
  background-color: rgba(0,0,0,0) !important;
  font-size: 1.75em !important;
}

.blog-display-style span {
  background-color: rgba(0,0,0,0) !important;
  font-size: 1.75em !important;
}

.blog-display-style h1 {
  font-size: 4em !important;
}

@media (min-width: 768px) {
  .blog-display-style h1 {
    font-size: 2.75em !important;
  }

  .blog-display-style p {
    font-size: 1.1em !important;
  }

  .blog-display-style span {
    font-size: 1.1em !important;
  }
}
