body {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Russo One', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: black;
  background-color: white; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Russo One', sans-serif;
  font-weight: 700;
  font-size: 44px;
  margin: 0 0 0px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #4314ff; }
  h3 {
    font-family: 'Open Sans', sans-serif;
    font-family: 'Russo One', sans-serif;
    font-weight: 600;
    margin: 0 0 0px;
    letter-spacing: 5px;
    text-transform: uppercase;
  }
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 35px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: black; }
  a:focus, a:hover {
    text-decoration: none;
    color: #4314ff; }

#mainNav {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Russo One', sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: white; }
  #mainNav .navbar-toggler {
    font-size: 25px;
    padding: 11px;
    color: #4314ff;
    border: none; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav a {
    color: black; }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover a:hover {
      color: white;
      outline: none;
      background-color: #4314ff; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      color: white;
      background-color: #4314ff; }
  @media (min-width: 992px) {
    #mainNav {
      padding-top: 10px;
      padding-bottom: 10px;
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: white; }
      #mainNav.navbar-shrink {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: black; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; } }

.masthead {
  display: table;
  width: 100%;
  height: 100%;
  padding: 150px 0;
  text-align: center;
  color: black;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 60px;
      color: #4314ff; }
    .masthead .intro-body .intro-text {
      font-size: 35px;
      color: black; }
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .masthead .intro-body .brand-heading {
        font-size: 100px;
        line-height: 100%;}
      .masthead .intro-body .intro-text {
        font-size: 40px;
        color: black; } }

.btn-circle:focus, .btn-circle:hover {
    color: #4314ff;
    outline: transparent;}

.about-section {
  padding-top: 100px;
  padding-bottom: 0px;
  margin-top: 20px;}

.projects-section {
  color: black;
  background-color: white;
  padding-top: 150px;
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 75px;
    margin-top: 20px;}

.btn {
  font-family: 'Open Sans', sans-serif;
  font-family: 'Russo One', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: black;
  border: 1px solid black;
  background-color: transparent; }
.btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #4314ff;
    outline: none;
    background-color: #4314ff; }

ul.about-me-buttons {
   margin-top: 0px; }
   @media (max-width: 1199px) {
ul.about-me-buttons {
   margin-top: 0px; } }
   @media (max-width: 767px) {
ul.about-me-buttons li {
   display: block;
   margin-bottom: 20px;
   padding: 0px; }
ul.about-me-buttons li:last-child {
   margin-bottom: 0px; } }

ul.banner-social-buttons {
  margin-top: 20px; }
  @media (max-width: 1199px) {
ul.banner-social-buttons {
  margin-top: 15px; } }
  @media (max-width: 767px) {
ul.banner-social-buttons li {
  display: inline-block;
  margin: 20px;
  padding: 0px; }
ul.banner-social-buttons li:last-child {
  margin-bottom: 0; } }

footer {
  padding: 50px 0; }
footer p {
    font-size: 14px;
    margin: 0; }

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
