@media (min-width: 48em) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 412px) {
  html {
    font-size: 18px;
  }
}

html,
body {
  /* font-family: 'Roboto', Georgia, "Times New Roman", Times, serif; */
  font-family: 'Roboto', Georgia, "Times New Roman", Times, serif;
  color: #bfbfbf;
  background-color: #202231;
  margin:0;
  padding:0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 700; 
}


/* Nav links */
.nav-link 
{
  position: relative;
  padding-bottom: 5px;
}

.nav-link:hover,
.nav-link:focus 
{
  color: #fff;
  background-color: transparent;
}

.nav-link.active 
{
  color: #fff;
}

.nav-link.active::after
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  border-bottom: 5px solid rgb(53, 45, 119);
}

@media (max-width: 992px) {
  .nav-link.active 
  {
    font-size: 1.125em;
    /* padding-left: 5px; */
  }
}

#headerLogo{
  width: 40px;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .container {
      max-width: 1378px;
  }
}

.jumbotron,
.myJumbotron{
   background-color: transparent; /* rgb(39, 40, 34); */
}
.jumbotron h1,
.myJumbotron h1{
	color: rgba(100, 12, 156, 1);	
}


#pageContainer {
  min-height:100%;
  position:relative;
  padding-bottom: 3rem;
}

.pageHeader {
  background-color: #262938; /*rgb(65, 8, 102); */ /*rgba(100, 12, 156, 0.65);*/
  box-shadow: inset 0 -.1rem .25rem rgba(0,0,0,.1);
}

.subheading {
  font-size: 14px;
  font-style: italic;
}

#mainArea{
  margin-top: 3rem;
  padding-bottom: 3rem;
  overflow: auto;
}

.footer {
  width: 100%;
  background-color: rgb(53, 45, 119);
  position:absolute;
  bottom:0;
}

.footer p {
  margin: 20px 0px;
  display: inline-block;
}

.footer span {
  padding: 0px 5px;
}

.footer img {
  width: 32px;
}

/*Formatting*/
.italic{
	font-style: italic;
}

/*Layout*/
.rowPadding{
  padding-top: 40px; 
}

#navbarSupportedContent {
  justify-content: flex-end;
  font-size: 1.25em;
}

#headerLogo {
  width: 64px;
}

#headerNameText {
  font-weight: bold;
  font-size: 2em;
  vertical-align: middle;
}

#selfieContainer {
  position: relative;
}

#selfieFade {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 45, 119, 0.45);
}

#selfieBlobOne {
  position: absolute;
  right: 0px;
  width: 15%;
  height: 15%;
  background-color: rgba(53, 45, 119, 0.9);
}
#selfieBlobTwo {
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 35%;
  height: 35%;
  background-color: rgba(53, 45, 119, 0.6);
}