@font-face {
  font-family: "Rollerscript";
  src: url("Rollerscript-Smooth.woff2") format("woff2"),
    url("Rollerscript-Smooth.woff") format("woff");
}

body {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
}
p {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
}
h1 {
  font-family: "Rollerscript";
  font-size: 64px;
}
h2 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 18px;
}
h3 {
  font-family: "Rollerscript";
  font-size: 32px;
}
h4 {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
}
h6 {
  font-family: "Rollerscript";
  font-size: 16px;
  text-align: right;
}
.main {
  padding: 40px;
  margin: auto;
  max-width: 1200px;
}
.main2 {
  margin: auto;
  padding: 30px;
  padding-top: 30px;
  max-width: 1280px;
}
a:visited {
  color: #000000;
}
a {
  color: #000000;
  outline-color: #ffbe5c;
}
a:hover {
  color: #000000;
  font-weight: bold;
}
html {
  scroll-behavior: smooth;
}
li {
  font-family: "Libre Franklin", sans-serif;
  font-size: 14px;
}
button:focus {
  outline-color: #ffbe5c;
}
span {
  outline-color: #ffbe5c;
}
.fa-arrow-right {
  padding-left: 4px;
}

hr {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
}

/*---------------------------------------*/
/*NAVBAR FORMATTING*/
/*---------------------------------------*/
.navbar {
  background-color: rgba(255, 255, 255, 1);
  z-index: 99;
}
.nav-item {
  text-align: right;
  font-size: 14px;
  font-family: "Libre Franklin", sans-serif;
  margin-right: 5px;
  margin-left: 5px;
}
.nav-item:hover {
  font-size: 14px;
  font-weight: bold;
}
.active {
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

.navbar-toggler {
  border: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("../images/icon-hamburger.svg");
}

/*---------------------------------------*/
/*HOME PAGE FORMATTING*/
/*---------------------------------------*/
.headshot {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding-right: 10px;
}
.box {
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-icons {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  max-width: 150px;
}
.icon-title {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  text-align: center;
}
.home-icons2 {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
}
.sticky-top-image {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
}
/*---------------------------------------*/
/*RESUME FORMATTING*/
/*---------------------------------------*/
.resume {
  box-shadow: 5px 10px 18px #e4e4e4;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 600px;
}

/*---------------------------------------*/
/*PROJECTS*/
/*---------------------------------------*/

.projects {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
  padding: 20px;
  width: 100%;
  box-shadow: 5px 10px 18px #e4e4e4;
  background-color: #ffffff;
}
.projects:hover {
  top: -10px;
  box-shadow: 5px 10px 18px #d3d3d3;
}
.portfolio-intro-pics {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.portfolio-info {
  padding-top: 10px;
}

.intro-pics {
  padding: none;
  margin: none;
}
.project-hover:hover {
  text-decoration: none;
  font-weight: normal;
}

.learn-more {
  text-align: right;
  bottom: 0;
}

.sticky-top-project {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.nopadding-background {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.nopadding-background2 {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.project-pic-shadow {
  box-shadow: 5px 10px 18px #e4e4e4;
}

.holder {
  font-family: "Bodoni Moda", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

.project-title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
}

.domspics {
  border-radius: 16px;
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.persona {
  max-width: 300px;
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.oldapp {
  max-width: 900px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

table {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 12px;
}

.accenture {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 12px;
}

tr {
  border-bottom: 1px solid #ddd;
  width: 100%;
}

.nobottom {
  border-bottom: none;
}

tr:hover {
  background-color: #ffeccf;
}

.trheader:hover {
  background-color: #ffffff;
}

td {
  padding: 12px;
  width: 50%;
}

th {
  padding: 12px;
}

.thaccenture {
  border-right: 1px solid #ddd;
  width: 30%;
}

ul {
  padding-left: 12px;
  margin-bottom: 0px;
}

/*---------------------------------------*/
/*ABOUT ME*/
/*---------------------------------------*/
.gettoknow {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
.aboutpics {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
}
.aboutrow {
  padding-bottom: 3%;
}
.container-pic {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #ffbe5c;
  max-width: 300px;
}
.container-pic:hover .overlay {
  opacity: 0.95;
}
.text {
  font-family: "Rollerscript";
  color: #ffffff;
  font-size: 2vw;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.podcast {
  display: block;
  margin: 0 auto;
}
.timeline {
  text-align: center;
}
.timelineicon {
  width: 30%;
  margin: auto;
  display: block;
  padding-bottom: 20px;
}
