@import "/assets/fontawesome-free-5.15.4-web/css/all.css";
 :target:before {
	 content: "";
	 display: block;
	 height: 105px;
	 margin: -105px 0 0;
}
 html, body {
	 height: 100%;
	 margin: 0;
	 padding: 0;
	 scroll-behavior: smooth;
}
 video {
	 border-radius: 15px;
	 margin-bottom: 20px;
	 width: 45%;
}
 h1 {
	 font: 700 3vw/5.4vw "Rockwell Extra Bold", "Rockwell Bold", monospace;
	 margin-top: 250px;
	 white-space: nowrap;
}
 h2 {
	 color: white;
	 font: 700 2.3vw/4.4px "Rockwell Extra Bold", "Rockwell Bold";
	 white-space: nowrap;
}
 h3 {
	 font: 100 1.6vw/2px Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
	 white-space: nowrap;
}
 h4 {
	 color: black;
	 font: 100 2.4vw/0.5vw Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
	 white-space: nowrap;
}
 h5 {
	 color: black;
	 font: 100 1vw Rockwell, "Courier Bold", Courier, Georgia, Times, "Times New Roman", serif;
}
 .white-text {
	 color: white;
	 font: 400 1.3vw/1.5vw "Rockwell Extra Bold", "Rockwell Bold", monospace;
}
 .overview-text {
	 color: gray;
	 font: 400 15px/21px "Rockwell Extra Bold", "Rockwell Bold", monospace;
}
 .field-text {
	 color: #cf69a0;
	 font: 400 17px/23px "Rockwell Extra Bold", "Rockwell Bold", monospace;
}
 .center {
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
	 text-align: center;
}
 .text-center {
	 display: block;
	 padding: 0px 10% 9% 10%;
	 text-align: center;
}
 .vertical-center {
	 position: relative;
	 top: 50%;
	 width: 50%;
}
 #navbar {
	 background-image: url(https://wallpaperaccess.com/full/1425559.jpg);
	 background-size: cover;
	 overflow: hidden;
	 padding: 90px 10px;
	 transition: 0.4s;
	 position: fixed;
	 width: 100%;
	 top: 0;
	 left: 0;
	 z-index: 99;
}
 #navbar a {
	 border-radius: 4px;
	 color: black;
	 float: left;
	 font: normal normal 700 3.1vh "Rockwell Extra Bold", "Rockwell Bold";
	 line-height: 25px;
	 padding: 12px;
	 text-align: center;
	 text-decoration: none;
	 transition: 0.4s;
}
 #navbar a:hover {
	 background-color: rgba(255, 255, 255, 0.5);
}
 #navbar a.active {
	 background-color: white;
	 color: black;
	 transition: 0.3 ease background-color;
}
 #navbar-right {
	 float: right;
	 padding-right: 20px;
}
 .bitmoji-headshot {
	 display: block;
	 height: 280px;
	 margin: 50px auto;
	 width: 315px;
}
 .pulse {
	 animation-name: pulse;
	 animation-duration: 1.2s;
	 animation-iteration-count: infinite;
}
 @keyframes pulse {
	 0% {
		 opacity: 0.7;
	}
	 50% {
		 opacity: 1;
	}
	 100% {
		 opacity: 0.7;
	}
}
 .tech-clipart {
	 height: 250px;
	 width: 300px;
}
 #headshot-blurb {
	 display: flex;
	 justify-content: space-around;
}
 #background-block {
	 background-color: #e897c3;
	 padding-bottom: 5%;
	 clear: left;
	 float: left;
	 overflow: hidden;
	 margin-top: -34px;
	 width: 100%;
}
 #about-container {
	 align-items: center;
	 display: flex;
	 float: left;
	 padding-top: 2vh;
	 position: relative;
	 right: 55%;
	 width: 100%;
}
 #two-column-left {
	 float: left;
	 left: 52%;
	 margin-top: 7%;
	 overflow: hidden;
	 position: relative;
	 width: 46%;
}
 #two-column-right {
	 float: left;
	 left: 56%;
	 margin-top: 7%;
	 overflow: hidden;
	 position: relative;
	 width: 46%;
}
 .aboutme-block {
	 padding: 5% 10% 0% 10%;
	 text-align: center;
}
 .real-headshot {
	 margin-left: 40%;
	 max-height: 50%;
	 max-width: 50%;
}
 .fixed-bg {
	 background-image: url("/src/assets/fixed-bg.png");
	 min-height: 30vh;
	 background-attachment: fixed;
	 background-position: center;
	 background-size: cover;
}
 .three-column-left {
	 float: left;
	 width: 30%;
}
 .three-column-middle {
	 border-right: 1px solid #d5d1d1;
	 border-left: 1px solid #d5d1d1;
	 float: left;
	 padding-bottom: 2%;
	 width: 30%;
}
 .three-column-right {
	 float: left;
	 width: 30%;
}
 .overview-container {
	 padding-left: 9%;
	 overflow: auto;
}
 .overview-icon {
	 color: #e897c3;
	 font-size: 400%;
	 padding-top: 7%;
}
 .slideshow-container {
	 max-width: 45%;
	 position: relative;
	 margin: auto;
}
 .slide {
	 display: none;
}
 .prev {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -22px;
	 padding: 16px;
	 color: white;
	 font-weight: bold;
	 transition: 0.6s ease;
	 user-select: none;
}
 .prev:hover {
	 background-color: rgba(0, 0, 0, 0.8);
}
 .next {
	 cursor: pointer;
	 position: absolute;
	 top: 50%;
	 width: auto;
	 margin-top: -22px;
	 padding: 16px;
	 color: white;
	 font-weight: bold;
	 transition: 0.6s ease;
	 user-select: none;
	 right: 0;
}
 .next:hover {
	 background-color: rgba(0, 0, 0, 0.8);
}
 .dot {
	 height: 10px;
	 width: 10px;
	 margin: 10px 2px;
	 background-color: #bbb;
	 border-radius: 50%;
	 display: inline-block;
}
 .active {
	 background-color: #717171;
}
 .image {
	 backface-visibility: hidden;
	 display: block;
	 opacity: 1;
	 transition: 0.5s ease;
}
 img.projects {
	 border-radius: 15px;
	 width: 100%;
}
 img.projects:hover {
	 opacity: 0.6;
	 transition: 0.3s;
	 -webkit-tap-highlight-color: #e897c3;
}
 .middle {
	 left: 50%;
	 opacity: 0;
	 position: absolute;
	 text-align: center;
	 top: 50%;
	 transform: translate(-50%, -50%);
	 transition: 0.5s ease;
}
 .text {
	 background-color: #e897c3;
	 color: white;
	 font-size: 2.8vh;
	 padding: 1.2vh 2.8vh;
}
.row {
	padding-left: 9%;
	 overflow: auto;
	padding-bottom: 3%
}
.column {
	float: left;
	padding-right: 1%;
    	padding-left: 1%;
    	width: 27%;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.container {
	 position: relative;
}
 .container:hover .image {
	 opacity: 0.3;
}
 .container:hover .middle {
	 opacity: 1;
}
 .logo {
	 height: 20%;
	 width: 20%;
}
 .social-media {
	 height: 95%;
	 width: 35%;
}
 .social-media:hover {
	 opacity: 0.5;
	 transition: 0.3s;
}
 .footer-left {
	 width: 20%;
}
 .footer-middle {
	 width: 30%;
}
 .footer-right {
	 display: flex;
	 justify-content: space-evenly;
	 width: 50%;
}
 .footer {
	 align-items: center;
	 display: flex;
	 justify-content: space-evenly;
	 bottom: 0;
	 height: 15%;
	 width: 100%;
	 background-color: #e897c3;
	 text-align: center;
}
 .modal {
	 display: none;
	 position: fixed;
	 z-index: 1;
	 padding-top: 100px;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, 0.4);
}
 .modal-content {
	 background-color: white;
	 margin: auto;
	 padding: 40px;
	 width: 70%;
}
 .close {
	 color: #292323;
	 float: right;
	 font-size: 17.4px;
	 font-weight: bold;
	 text-decoration: none;
	 margin-left: 1%;
}
 .close:hover {
	 color: #aaa;
	 text-decoration: none;
	 cursor: pointer;
}
 .close:focus {
	 color: #aaa;
	 text-decoration: none;
	 cursor: pointer;
}
 #download {
	 cursor: pointer;
}
 @media screen and (max-width: 580px) {
	 #navbar {
		 padding: 20px 10px !important;
	}
	 #navbar a {
		 float: none;
		 display: block;
		 text-align: left;
	}
	 #navbar-right {
		 float: none;
	}
}
 
