html {
    overflow: auto;
}

body {
    max-width: 1170px;
	margin: 0 auto;
}

@media (max-width: 768px) {
    .left-nav {
		-moz-transform: translateX(-400px);
		-webkit-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		transform: translateX(-400px);
	}
}

/* Left Column */
.left-nav {
    margin-top: -2vh;
    box-shadow: 1px 1px 5px #e554b7;
	float: left;
	width: 300px;
    height: 110vh;
	position: fixed;
	background-color: #efabda;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.left-nav h1, .left-nav h4 {
    text-align: center;
    line-height: 75%;
}

.left-nav h1 {
    padding-top: 10vh;
}

.left-nav h1:hover {
    color: #b33d95;
}

.left-nav h4 {
    margin-top: 2vh;
    font-size: 20px;
    margin-bottom: 2vh;
    color: #4b4b4b;
}

.avatar {
    display: block;
    padding-top: 1%;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
    filter: drop-shadow(0px 0px 4px #b33d95);
}

.col-links {
    display: block;
    text-align: center;
    margin: auto;
    padding-top: 2vh;
}

.col-sections {
    padding-top: 2vh;
}

.col-sections a {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 40px;
}

.col-sections a:hover {
    text-decoration: none;
    color: #b33d95;
}

/* Top Section with avatar and name */
@media (min-width: 769px) {
    .top {
       display: none;
    }
}

.top-nav {
    background-color: #d467b1;
    overflow: hidden !important;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
	position: fixed;
    z-index: 1001;
    width: 100vw;
}

.top-nav a {
    text-align: center;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    padding-left: 1vw;
    padding-right: 1vw;
}

.top-nav a:hover {
    text-decoration: none;
    background-color: #b33d95;
}

.top-self {
    text-align: center;
    background-color: #f5d4eb;
}

.top-self img {
    margin-top: 8vh;
}

.top-self h1 {
    margin-top: 2vh;
}

.top-self h1:hover, .top-self h3:hover {
    color: #b33d95;
}

.top-self h4 {
    color: #7a7a7a;
}

.top-self hr {
    border: 1px solid #efabda;
    box-shadow: 0.5px 0.5px 10px #efabda;
}

/* View-Width Scaling */

/* @media screen and (max-width: 768px) {
	.section-headers {
		font-size: 3cqmax !important;
	}
} */

@media screen and (max-width: 550px) {
	.section-headers {
		font-size: 3cqmax !important;
	}
    .education-title h3 {
        font-size: 2.5cqmax !important;
    }
    .education-time h4 {
        font-size: 2cqmax !important;
    }
    .education-subheading h4 {
        font-size: 2.3cqmax !important;
    }
    .skills-type h3 {
        font-size: 2.5cqmax !important;
    }
    .experience-position h3 {
        font-size: 2.5cqmax !important;
    }
    .experience-company h4 {
        font-size: 2cqmax !important;
    }
    .project-title h3 {
        font-size: 2.5cqmax !important;
    }
    .project-time h4 {
        font-size: 2cqmax !important;
    }
}

/* Main Section of Page */
.main {
    width: calc(100% - 300px);
    float: right;
    padding-right: 3em;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
    padding: 0 4em;
}

@media screen and (max-width: 768px) {
	.main {
		width: 100%;
		padding: 0 1em;
        margin-top: -5vh;
	}
}

.section-headers {
    font-size: 2em;
    font-weight: bold;
    display: block;
    padding-top: 40px;
    text-decoration: none !important;
    color: #b33d95;
}

.section-headers:hover {
    color: #b33d95;
}

.about-body {
    font-size: medium;
    line-height: 150%;
    color: #343434;
}

.about-body p {
    padding-top: 15px;
}

.icebreaker {
    display: inline-block;
}

.icebreaker h4 {
    font-weight: bold;
}

.skills-type,
.experience,
.education,
.projects {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid white;
    box-shadow: 1px 1px 5px gray;
    margin-top: 25px;
}

/* Education Section */

.education-heading {
    margin-bottom: -2%;
}

.education-title {
    display: inline-block;
    width: 80%;
    margin-left: 0.5vw;
}

.education-time {
    display: inline-block;
    text-align: right;
    color: #7a7a7a;
    width: 17%;
}

.education-subheading {
    margin-left: 3%;
}

.education-details {
    margin-left: 6%;
    font-size: medium;
    color: #343434;
}
.education-details p {
    margin-bottom: 0;
}

.education-courses {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 1%;
}

.badge {
    color: #FFFFFF;
    background-color: #b33d95 !important;
}

/* Skills Section */
.skills-body h3 {
    text-align: left;
    border-left: 100px;
}

.skills-body figure {
    display: inline-block;
    padding-right: 20px;
}

.skills-body figcaption {
    text-align: center;
    padding-top: 20px;
}

.skills-body 

.skills-figures {
    text-align: center;
    margin-top: 3vh;
}

.skills-figures figure {
    margin-bottom: 3vh;
}

.skills-figures img {
    width: 9cqmin;
}

.long-logo {
    height: 9cqmin;
    width: auto !important;
}

/* Experience Section */
.experience-heading {
    display: inline;
    border-left: 100px;
    margin-top: 25px;
}

.experience-heading div {
    margin-bottom: -10%;
}

.experience-position {
    display: inline-block;
    width: 50%;
    margin-left: 0.5vw;
}

.experience-position h3 {
    text-align: left;
}

.experience-company {
    display: inline-block;
    width: 47%;
}

.experience-company h4 {
    text-align: right;
}

.experience hr {
    margin-top: 2%;
    margin-bottom: 2%;
}

.experience-details {
    font-size: medium;
    padding-bottom: 1%;
    color: #343434;
}

.experience-tools {
    text-align: center;
}

.experience-date {
    display: inline-block;
    width: 50%;
}

.experience-date p {
    text-align: left;
    color: #7a7a7a;
}

.experience-location {
    display: inline-block;
    width: 47%;
    color: #7a7a7a;
}

.experience-location p {
    text-align: right;
}

/* Projects Section */
.project-heading {
    margin-bottom: -2%;
}

.project-title {
    display: inline-block;
    width: 50%;
    margin-left: 0.5vw;
}

.project-time {
    display: inline-block;
    text-align: right;
    color: #7a7a7a;
    width: 47%;
}

.project-details {
    font-size: medium;
    margin-bottom: 2%;
    color: #343434;
}

.project-tools {
    text-align: center;
    margin-bottom: 1%;
}

/* Links Section */

.links-header {
    text-align: center;
}

.links-body {
    display: block;
    padding-top: 25px;
    padding-bottom: 3vh;
    text-align: center;
    margin-bottom: 3vh;
}

@media screen and (max-width: 459px) {
  .links-body a {
     font-size: 2.8cqmin !important;
  }
}

.links-body a {
     font-size: medium;
}

.linkedin-btn {
    color: aliceblue;
    background-color: #0077B5 !important;
    border-color: #007fc4 !important;
}

.linkedin-btn img {
    padding-bottom: 3px;
}

.linkedin-btn:hover {
    color: aliceblue !important;
    background-color: #00527e !important;
    border-color: #135d85 !important;
}

.github-btn {
    color: aliceblue;
    background-color: #2c2c2c !important;
    border-color: #333333 !important;
}

.github-btn img {
    padding-bottom: 3px;
}

.github-btn:hover {
    color: aliceblue !important;
    background-color: #151515 !important;
    border-color: #2c2c2c !important;
}

.leetcode-btn {
    color: #333333;
    background-color: #e6e6e6 !important;
    border-color: #e1e1e1 !important;
}

.leetcode-btn img {
    padding-bottom: 3px;
}

.leetcode-btn:hover {
    color: 333333 !important;
    background-color: #c8c8c8 !important;
    border-color: #c0c0c0 !important;
}

.itchio-btn {
    color: aliceblue;
    background-color: #ff5c5a !important;
    border-color: #ff6c6a !important;
}

.itchio-btn img {
    padding-bottom: 3px;
}

.itchio-btn:hover {
    color: aliceblue !important;
    background-color: #e1514e !important;
    border-color: #e35653 !important;
}
