body {
  letter-spacing: 0.02rem; }

.nameHeader p {
  line-height: 1.6; }
  .nameHeader p :nth-child(3) {
    line-height: 0; }

html {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

*, *::before, *::after {
  box-sizing: inherit; }

/***********JUST A TRY FOR THE GRID**********/
/************************************************/
/* Remember, use bootstrap grid at all times. is an exercise of that!*/
.name {
  margin-bottom: 0; }

.nameHeader {
  padding-top: 10rem; }

body {
  background-color: #262626; }

.navbar {
  background-color: #262626; }

#fixedTop {
  background-color: #262626; }

html {
  scroll-behavior: smooth; }

.nav-main li {
  list-style: none; }
  .nav-main li a {
    text-decoration: none; }

.modal-dialog .modal-dialog {
  margin-top: 0;
  max-width: 100%;
  width: 90vw; }
.modal-dialog .modal-content {
  width: 90vw;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

#photoHolder {
  width: 65vw;
  height: auto; }

.navbar-toggler {
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0; }

.navbar-toggler:focus {
  background-color: transparent; }

button:focus {
  outline: transparent; }

@media all and (max-width: 995px) {
  .display-2 {
    font-size: 5rem; }

  .display-3 {
    font-size: 4rem; }

  .display-4 {
    font-size: 3rem; }

  #myNav ul.nav-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vw;
    transform: translateX(-50rem);
    -webkit-transform: translateX(-50rem);
    -moz-transform: translateX(-50rem);
    -ms-transform: translateX(-50rem);
    -o-transform: translateX(-50rem);
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    opacity: .8; }
    #myNav ul.nav-menu li {
      padding: 0 2rem 0 0; }

  .menu-btn {
    position: absolute;
    cursor: pointer;
    top: 3.5rem;
    right: 5rem;
    z-index: 2; }

  #myNav ul.nav-menu.show {
    transform: translateX(3rem);
    -webkit-transform: translateX(3rem);
    -moz-transform: translateX(3rem);
    -ms-transform: translateX(3rem);
    -o-transform: translateX(3rem); } }
@media all and (max-width: 850px) {
  .display-2 {
    font-size: 3.5rem; }

  .display-3 {
    font-size: 2.5rem; }

  .display-4 {
    font-size: 2rem; } }
@media all and (max-width: 650px) {
  .display-2 {
    font-size: 3rem; }

  .display-3 {
    font-size: 2.2rem; }

  .display-4 {
    font-size: 1.8rem; }

  #photoHolder {
    width: 80vw;
    height: auto; } }
@media all and (max-width: 550px) {
  .display-2 {
    font-size: 2.5rem; }

  .display-4 {
    font-size: 2rem; } }

/*# sourceMappingURL=styles.css.map */
