@charset "UTF-8";
/*!
* Start Bootstrap - Resume v6.0.2 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
 --blue: #007bff;
 --indigo: #6610f2;
 --purple: #6f42c1;
 --pink: #e83e8c;
 --red: #dc3545;
 --orange: #bd5d38;
 --yellow: #ffc107;
 --green: #28a745;
 --teal: #20c997;
 --cyan: #17a2b8;
 --white: #fff;
 --gray: #6c757d;
 --gray-dark: #343a40;
 --primary: rgb(50, 50, 50);
 --secondary: #6c757d;
 --success: #28a745;
 --info: #17a2b8;
 --warning: #ffc107;
 --danger: #dc3545;
 --light: #f8f9fa;
 --dark: #343a40;
 --breakpoint-xs: 0;
 --breakpoint-sm: 576px;
 --breakpoint-md: 768px;
 --breakpoint-lg: 992px;
 --breakpoint-xl: 1200px;
}

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

html {
 font-family: Arial;
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

nav,
section {
 display: block;
}

body {
 margin: 0;
 font-size: 1.25rem;
 font-weight: 400;
 line-height: 1.5;
 color: #212529;
 text-align: left;
 background-color: rgb(220, 220, 220);
}

[tabindex="-1"]:focus:not(:focus-visible) {
 outline: 0 !important;
}

hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}

b {
 font-weight: bolder;
}

a {
 color: rgb(0, 0, 150);
 text-decoration: none;
 background-color: transparent;
}
a:hover {
 color: rgb(0, 0, 200);
 text-decoration: underline;
}

img {
 vertical-align: middle;
 border-style: none;
}

h2 {
 font-size: 5rem;
 color: rgb(50, 50, 50);
}

h5 {
 font-size: 2rem;
 color: rgb(50, 50, 50);
}

hr {
 margin-top: 1rem;
 margin-bottom: 1rem;
 border: 0;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.img-fluid {
 max-width: 100%;
 height: auto;
}

.container-fluid {
 width: 100%;
 padding-right: 0.75rem;
 padding-left: 0.75rem;
 margin-right: auto;
 margin-left: auto;
 background-color: rgb(220, 220, 220);
}
.was-validated
 .custom-control-input:valid:focus:not(:checked)
 ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked)
 ~ .custom-control-label::before {
 border-color: #28a745;
}
.was-validated
 .custom-control-input:invalid:focus:not(:checked)
 ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
 ~ .custom-control-label::before {
 border-color: #dc3545;
}
.collapse:not(.show) {
 display: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
 border-color: #e0aa95;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
 color: #fff;
 background-color: #ebc9bc;
 border-color: #ebc9bc;
}

.nav-link {
 display: block;
 padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
 text-decoration: none;
}

.navbar {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: space-between;
 padding: 0.5rem 1rem;
}
.navbar-brand {
 display: inline-block;
 padding-top: 0.3125rem;
 padding-bottom: 0.3125rem;
 margin-right: 1rem;
 font-size: 1.25rem;
 line-height: inherit;
 white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
 text-decoration: none;
}

.navbar-nav {
 display: flex;
 flex-direction: column;
 padding-left: 0;
 margin-bottom: 0;
 list-style: none;
}
.navbar-nav .nav-link {
 padding-right: 0;
 padding-left: 0;
}

.navbar-collapse {
 flex-basis: 100%;
 flex-grow: 1;
 align-items: center;
}
@media (min-width: 992px) {
 .navbar-expand-lg {
  flex-flow: row nowrap;
  justify-content: flex-start;
 }
 .navbar-expand-lg .navbar-nav {
  flex-direction: row;
 }
 .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
 }
 .navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
 }
}

.navbar-light .navbar-brand {
 color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
 color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
 color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
 color: rgba(0, 0, 0, 0.7);
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
 opacity: 0.75;
}

.bg-primary {
 background-color: rgb(200, 200, 200) !important;
}

.d-none {
 display: none !important;
}

.d-block {
 display: block !important;
}
@media (min-width: 992px) {
 .d-lg-none {
  display: none !important;
 }

 .d-lg-block {
  display: block !important;
 }
}

.fixed-top {
 position: fixed;
 top: 0;
 right: 0;
 left: 0;
 z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
}

.m-0 {
 margin: 0;
 border: 2px solid rgb(200, 200, 200);
}

.mb-0 {
 margin-bottom: 0 !important;
}

.mb-2 {
 margin-bottom: 0.5rem !important;
}

.p-0 {
 padding: 0 !important;
}

.mx-auto {
 margin-right: auto !important;
}

.mx-auto {
 margin-left: auto !important;
}

.text-primary {
 color: rgb(50, 50, 50) !important;
}

@media print {
 *,
 *::before,
 *::after {
  text-shadow: none !important;
  box-shadow: none !important;
 }

 img {
  page-break-inside: avoid;
 }

 p {
  orphans: 3;
  widows: 3;
 }

 @page {
  size: a3;
 }
 body {
  min-width: 992px !important;
 }

 .navbar {
  display: none;
 }
}
body {
 padding-top: 3.375rem;
 color: rgb(50, 50, 50);
}

@media (min-width: 992px) {
 body {
  padding-top: 0;
  padding-left: 20rem;
 }
}

#sideNav .navbar-nav .nav-item .nav-link {
 font-weight: bold;
 letter-spacing: 2px;
 text-transform: uppercase;
}

@media (min-width: 992px) {
 #sideNav {
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 20rem;
  height: 100vh;
 }
 #sideNav .navbar-brand {
  display: flex;
  margin: auto auto 0;
  padding: 0.5rem;
 }
 #sideNav .navbar-brand .img-profile {
  max-height: 10rem;
 }
 #sideNav .navbar-collapse {
  display: flex;
  align-items: flex-start;
  flex-grow: 0;
  width: 100%;
  margin-bottom: auto;
 }
 #sideNav .navbar-collapse .navbar-nav {
  flex-direction: column;
  width: 100%;
 }
 #sideNav .navbar-collapse .navbar-nav .nav-item {
  display: block;
 }
 #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: block;
 }
}

section.resume-section {
 display: flex;
 align-items: center;
 padding-left: 1rem;
 padding-right: 1rem;
 padding-top: 1rem;
 padding-bottom: 1rem;
}
section.resume-section .resume-section-content {
 width: 100%;
 padding-bottom: 1rem;
}

@media (min-width: 768px) {
 section.resume-section {
  min-height: 100vh;
 }
}
@media (min-width: 992px) {
 section.resume-section {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
 }
}
