/* RETROITY.NET GLOBAL STYLESHEET */
/* COPYRIGHT RETROITY 2023. ALL RIGHTS RESERVED. */

/* STYLE FOUNDATIONS */

html {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

body {
  padding-bottom: 1em;
  background-color: #000000;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  max-width: 50em;
  display: block;
  position: relative;
  font-family: Helvetica, "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 1em;
  min-height: 100%;
}

h1 {
  font-size: 2.2em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1em;
}

hr {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}

p {
  font-size: 1em;
  line-height: 1.2em;
}

a {
  color: #03A9F4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #01579B;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul, ol {
  margin-top: -0.5em;
}

footer {
  text-align: center;
  font-size: 1.3em;
  padding-bottom: 0.1em;
  background-color: #424242;
  padding-top: 0.1em;
  border-radius: 3em;
}

footer #copyright {
  font-weight: 600;
}

/* STYLE FUNCTIONS */

.img-full {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sitelogo {
  width: 55%;
  margin-bottom: 0.5em;
}

.red-text {
  color: #FF0000;
}

.imgcaption {
  text-align: center;
  margin-top: 0em;
  color: #9E9E9E;
  margin-top: -1em;
  font-style: italic;
}

/* SITE NAVBAR */

#navbar {
  background-color: #424242;
  padding: 0.4em;
  border-radius: 2em;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  color: #212121;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

#navbar a {
  color: #FFFFFF;
}

#navbar a:active {
  color: #9E9E9E;
}

/* BLOG POST STYLING */
#blogpost {
  margin-bottom: 2em;
}

#blogpost .blogtitle {
  margin-bottom: -0.45em;
}

.blogdate {
  color: #9E9E9E;
}

#blogpost p, #blogpost li {
  font-size: 1.35em;
  line-height: 1.35em;
}

/* PAGE STYLING */

#pagecontainer {
  margin-bottom: 2em;
}

#pagecontainer .pagetitle {
  text-align: center;
}

#pagecontainer p, #pagecontainer li {
  font-size: 1.35em;
  line-height: 1.35em;
}

/* BLOG HOMEPAGE */

#bloglist {
font-weight: 600;
  font-size: 1.6em;
}

#bloglist a {
  color: #FFFFFF;
}

#bloglist a:hover {
  text-decoration: underline;
  text-decoration-color: #03A9F4;
}

#bloglist a:active {
  color: #9E9E9E;
}

/* Responsive YouTube Embed (From https://github.com/jeffehobbs/embedresponsively) */
.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* Center Twitter Embeds */
.twitter-tweet {
  margin-left: auto;
  margin-right: auto;
}