html {
  height: 100vh; }

body {
  margin: 0;
  height: 100vh;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: "Source Code Pro", monospace;
  text-shadow: 0px 1px 2px black;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9259fb+1,8871fb+25,8477fa+44,0067bf+67,2989d8+84,0067bf+92,003bad+100 */
  background: url("../images/softstars.png") fixed, #9259fb;
  /* Old browsers */
  background: url("../images/softstars.png") fixed, -moz-linear-gradient(-45deg, #9259fb 1%, #8871fb 25%, #8477fa 44%, #0067bf 67%, #2989d8 84%, #0067bf 92%, #003bad 100%);
  /* FF3.6-15 */
  background: url("../images/softstars.png") fixed, -webkit-linear-gradient(-45deg, #9259fb 1%, #8871fb 25%, #8477fa 44%, #0067bf 67%, #2989d8 84%, #0067bf 92%, #003bad 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url("../images/softstars.png") fixed, linear-gradient(135deg, #9259fb 1%, #8871fb 25%, #8477fa 44%, #0067bf 67%, #2989d8 84%, #0067bf 92%, #003bad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9259fb', endColorstr='#003bad',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

#about-section .container:first-child {
  padding-top: 60px; }

#projects-section .container:first-child {
  padding-top: 60px; }

#resume-section .container:first-child {
  padding-top: 60px; }

h1 {
  font-family: "Alex Brush", cursive;
  color: white;
  text-shadow: 0px 5px 5px black;
  opacity: 0.75; }

h2 {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 2px 3px black;
  opacity: 0.75; }

h3 {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 2px 3px black;
  opacity: 0.75; }

h4 {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 2px 3px black;
  opacity: 0.75; }

h5 {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 2px 3px black;
  opacity: 0.75; }

p {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 1px 2px black;
  opacity: 0.75; }

ul {
  font-family: "Source Code Pro", monospace;
  color: white;
  text-shadow: 0px 1px 2px black;
  opacity: 0.75;
  list-style-type: none;
  padding-left: 0; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.75; }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: white;
  opacity: 1; }

.navbar-dark .navbar-nav .nav-link:hover {
  color: white;
  opacity: 1; }

.bg-dark {
  background-color: rgba(97, 35, 211, 0.75) !important; }

.bg-dark10 {
  background-color: rgba(97, 35, 211, 0.1) !important; }

.card a {
  color: white;
  opacity: 0.75;
  cursor: pointer; }

.card a:hover {
  color: white;
  opacity: 1; }

.card a:visited {
  color: white;
  opacity: 0.75; }

.card ul {
  opacity: 1;
  text-shadow: 0 0 none;
  text-align: right;
  margin: 0; }

.card-title {
  font-family: "Source Code Pro", monospace;
  font-size: 1.35rem; }

.resume-exp-header {
  color: white; }
  .resume-exp-header ul {
    list-style-type: none;
    font-size: 0.9rem; }
  .resume-exp-header h5 {
    font-style: italic;
    font-size: 1.1rem; }

.modal-shooter {
  width: 832px;
  min-width: 832px;
  max-width: 832px; }

.modal-pong {
  width: 672px;
  min-width: 672px;
  max-width: 672px; }

.modal-code {
  width: 832px;
  min-width: 832px;
  max-width: 832px; }

.modal-content {
  background: rgba(97, 35, 211, 0.75); }
  .modal-content h5 {
    font-family: "Source Code Pro", monospace;
    color: white;
    text-shadow: 0px 2px 3px black;
    opacity: 1; }
  .modal-content .close {
    font-family: "Source Code Pro", monospace;
    color: white;
    text-shadow: 0px 2px 3px black;
    opacity: 1; }
  .modal-content a:not([href]) {
    color: white;
    opacity: 0.75;
    cursor: pointer; }
  .modal-content a:hover:not([href]) {
    color: white;
    opacity: 1; }
  .modal-content a:visited:not([href]) {
    color: white;
    opacity: 0.75; }

.games-list {
  font-size: 0.8rem;
  color: white;
  opacity: 1; }

@media (max-width: 576px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
  .navbar .navbar-collapse {
    text-align: center; } }

@media (max-width: 832px) {
  .play-shooter {
    display: none; }
  .code {
    display: none; } }

@media (max-width: 672px) {
  .play-pong {
    display: none; } }
