
  body {
    margin: 0;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: rgb(209, 0, 0);
      /* opacity: .75; */
  }
  

.customNav button.navbar-toggler span > i {
    color: #F4B919;
    font-size: 30px;
  }
  
  .navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
  
  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  
  .customNav > a.navbar-brand > img {
    height: 75px;
    width: auto;
    text-align: center;
  }
  /* media queries */
  @media (max-width: 576px) {
    .customNav > a.navbar-brand > img {
        height: 100px;
        text-align: center;
    }
  }

  mr-auto, .mx-auto {
    margin-right: auto!important;
}
  
  .nav-link {
    color: white;
  }

  


.box1 {
    width: 1024;
    height: 1078px;
    background-color: #707F87;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.myResume {
    border: 2px solid black;
    padding: 20px 50px!important;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #304147;
}
.divider {
    border: 2px solid #F2AD00;
    margin-bottom: 2px;
}
h1{
    text-align: center;
    color: whitesmoke;
}
h5 {
    text-align: center;
    color: whitesmoke;
    font-weight: thin;
}