/* Body */
body {
    background-color: #0c2448;
    margin: 0px;
}
    
/* Page Wrapper */
.page-wrapper {
    background-color: #0c2448;
    color: white;
}

/* Navbar */
.page-wrapper nav {
    display: flex;
    justify-content: space-between;
    border-bottom: #b2daf4 solid 5px;
}
.page-wrapper nav ul {
    display: flex;
    float: right;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    vertical-align: middle;
}
.page-wrapper nav ul li {
    margin-left:15px;
    list-style-type: none;
}
.page-wrapper nav ul li a {
    color: #b2daf4;
    font-weight: bolder;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}
.nav-logo-title img {
    content: url(http://nathan.rf.gd/TemplateHTML/amoguscyan.png);
    max-height: 50px;
}
/* Title */
.nav-logo-title {
    display:flex;
    margin: 10px;
}
.nav-logo-title a {
    color: #b2daf4;
    font-weight: bolder;
    font-size:x-large;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    margin-left:10px;
}

/* Header */
#header {
    display: flex;
    margin: 25px;
}
.header-texts {
    float: left;
}
.header-filler {
    margin-right: 10em;
    margin-top: 1.5em;
}
.header-filler div {
    float: right;
    content: url(http://nathan.rf.gd/TemplateHTML/blob3.svg);
}
/* H1-H6 */
h1 {
    color: #b2daf4;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h2 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h3 {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    text-justify: distribute;
  }
  h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
  }
  /* P */
  #header p {
    color: #7b9cbf;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
  }
  #header p abbr {
    color: #b2daf4;
    font-weight: bold;
  }
  p {

  }
#header {
    
}

/* Aside */
aside {
    width: 50%;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 4em;
    float: right;
    border-left: #b2daf4 solid;
  }
    aside h2 {
    color: #b2daf4;
  }
  aside ul li a {
    color: white;
    font-weight: bolder;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
  }
  aside ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-image: url(http://nathan.rf.gd/TemplateHTML/star.svg);
  }

  /* Content */
  .content-aside {
    display: flex;
    margin: 25px;
  }
  .content {
    float: left;
  }

  .content-second p {
    text-align: center;
  }
  .content-first {
    margin-bottom: 40px;
  }

  /* Article */
  .article {
    background-color: #576cbd;
    border-radius: 15px;
    padding: 25px;
    margin: 10px;
    display: grid;
    margin-top: 50px;
  }
  .article h3 {
    color: #0c2448;
    text-align: center;
    border-bottom: #0c2448 solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: -75px;
  }
  .article p {
    color: #0c2448;
    margin-bottom: 20px;
    text-align: center;
  }
  .article a {
    color: #b2daf4;
    font-weight: bolder;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    background-color: #0c2448;
    padding: 15px;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    max-height: 20px;
  }
  .row-first .article:nth-of-type(1) img {
    content: url(http://nathan.rf.gd/TemplateHTML/article1.jpg);
    max-height: 150px;
    border-radius: 50%;
    border: #0c2448 solid 5px;
    position: relative;
    top: -100px;
    /* margin-bottom: -120px; */
    padding-bottom: -120px;
  }
  .row-first .article:nth-of-type(2) img {
    content: url(http://nathan.rf.gd/TemplateHTML/article2.jpg);
    max-height: 150px;
    border-radius: 50%;
    border: #0c2448 solid 5px;
    position: relative;
    top: -100px;
  }
  .row-first .article:nth-of-type(3) img {
    content: url(http://nathan.rf.gd/TemplateHTML/article3.jpg);
    max-height: 150px;
    border-radius: 50%;
    border: #0c2448 solid 5px;
    position: relative;
    top: -100px;
  }
  .articles {
    margin-left: 25px;
    margin-right: 25px;
  }
  .articles table {

  }

  /* Tables */
  .row-first {
    display: flex;
  }

  /* Row Second */
  .row-second {
    display: flex;
  }
  .article-long {
    background-color: #576cbd;
    border-radius: 15px;
    padding: 25px;
    margin: 10px;
    max-height: 200px;
  }
  .article-long h3 {
    color: #0c2448;
    text-align: left;
    border-bottom: #0c2448 solid;
    padding-bottom: 15px;
  }
  .article-long p {
    color: #0c2448;
  }

  .row-second td img {
    content: url(http://nathan.rf.gd/TemplateHTML/article4.png);
    border-radius: 15px;
    max-height: 225px;
    padding-top: 5px;
    padding-right: 5px;
    margin: 5px;
  }

  /* Creativity Wrapper */
  .creativity-wrapper {
    margin-top: 75px;
  }

  /* Minis */
  .mini-one {
    display: flex;
    width: 90%;
    
  }
  .mini-two {
    display: flex;
    width: 80%;
  }
  .mini-three {
    display: flex;
    width: 70%;
  }
  .mini-four {
    display: flex;
    width: 60%;
  }
  .mini-content {
    background-color: #576cbd;
    border-radius: 15px;
    padding: 25px;
    margin: 10px;
    box-shadow: 40px 40px 0px 0px #243c68;
  }

  /* Image Creativity */
  .mini-one img {
    content: url(http://nathan.rf.gd/TemplateHTML/char1.png);
    max-height: 175px;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    border: #576cbd solid 5px;
  }
  .mini-two img {
    content: url(http://nathan.rf.gd/TemplateHTML/char2.png);
    max-height: 175px;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    border: #576cbd solid 5px;
  }
  .mini-three img {
    content: url(http://nathan.rf.gd/TemplateHTML/char3.png);
    max-height: 175px;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    border: #576cbd solid 5px;
  }
  .mini-four img {
    content: url(http://nathan.rf.gd/TemplateHTML/char4.png);
    max-height: 175px;
    margin-right: 25px;
    margin-left: 25px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    border: #576cbd solid 5px;
  }

  /* Footer */
  footer {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: #b2daf4 solid 5px;
  }
  .footer-logo {
    margin: auto;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-form {
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;
    border-left: #b2daf4 solid;
    border-right: #b2daf4 solid;
  }
  .footer-credit {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
  }