body{
    max-width: 100%;
    background-color: #303030;
    color: #ffffff;
    font-family: 'Default';
}

.headerbar {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #333333;
    font-family: 'HeadingText';
}

.headerbar a {
    font-size: calc(1vw + 12px);
    color: white;
    text-align: center;
    padding: 1.6vh 2vw;
    text-decoration: none;
}

.dropdown {
    overflow: hidden;
    z-index: 10;
}

.dropdown .dropdownbtn {
    font-size: calc(1vw + 12px);
    border: none;
    outline: none;
    color: white;
    padding: 1.6vh 2vw;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown .dropdownbtn:hover {
    color: #000000;
}

.dropdown .dropdownbtn:visited {
    color: #b6b6b6;
}

.headerbar a:hover, .dropdown:hover .dropdownbtn {
    background-color: #606060;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #303030;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    font-size: calc(0.6vw + 12px);
    color: white;
    padding: 1.2vh 1.6vw;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #606060;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.main-section {
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    padding: 1vh 2vw;
    word-wrap: break-word;
}

.query-section {
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    padding: 1vh 2vw;
    word-wrap: break-word;
}

.query-section input {
    background-color: #606060;
    height: 5vh;
    width: 20vw;
    color: white;
    font-size: calc(1.2vw + 12px);
}

.main-about .about-section p {
    font-size: calc(0.2vw + 12px);
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    padding: 1vh 2vw;
    word-wrap: break-word;
}

.main-portfolio {
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    padding: 1vh 2vw;
    word-wrap: break-word;
}

.portfolio-buttons button{
    max-width: 40vw;
    max-height: 40vh;
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 2vh auto;
}

.portfolio-buttons button img {
    max-width: 20vw;
    max-height: 20vh;
    display: block;
    margin: 0 auto;
}

.deco
{
    max-width: 6vw;
    max-height: 6vh;
}

.game-section {
    padding: 1vh 2vw;
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.ttotmsdrb-main a{
    padding: 1vh 2vw;
    max-width: 100vw;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

@font-face {
    font-family: 'Default';
    src: url(fonts/OregonLdo-d9q7.ttf);
}

@font-face {
    font-family: 'HeadingText';
    src: url(fonts/NamesakeNf-pRzd.ttf);
}

img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
}

p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    word-wrap: break-word;
}

h1 {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  word-wrap: break-word;
}

h3 {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  word-wrap: break-word;
}

a:link
{
  color:#ffffff;
}

a:visited
{
  color:#b6b6b6;
}

a:hover
{
  color:#000000;
}

.dropdownbtn:link
{
  color:#ffffff;
}

.dropdownbtn:visited
{
  color:#b6b6b6;
}

.dropdownbtn:hover
{
  color:#000000;
}

.code-block {
    max-width: 500px;
    border: 1px solid #383838;
    background-color: #000000;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
}

.code-block code
{
    word-wrap: normal;
}
  
.code-block-top {
    background-color: #383838;
    padding: 5px;
    display: flex;
    justify-content: space-between;
}
  
.code-block-language {
    font-weight: bold;
}
  
.code-block-expand {
    cursor: pointer;
}
  
.code-block-body {
    overflow-x: auto !important;
    overflow-y: auto !important;
    max-height: 500px;
    margin: 0;
}
  
.code-block-body.expanded {
    max-height: none;
    overflow: auto;
}

.game-section img{
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    padding: 12px;
}

.game-section a{
    font-size: calc(0.8vw + 12px);
}

.game-section .filled-screen {
    position: relative;
    top: 0;
    left: 0;
    border: none;
    z-index: 1;
}

.game-section .filled-screen .image1 {
    position: relative;
    z-index: 1;
}

.game-section .filled-screen .image2 {
    position: absolute;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.game-section button{
    background-color: transparent;
    background-repeat: no-repeat;
    cursor: pointer;
    border: none;
    outline: none;
}

.main-about .about-section .calling-card
{
    max-width: 20vw;
    max-height: auto;
    display: block;
    margin: 0 auto;
    border: none;
    outline: none;
    margin-top: 10vh;
}

.main-about .about-section .smoke {
    position: absolute;
    height: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    margin-top: -15vh;
}

.main-pjcs .portfolio-screen
{
    display: flex;
    justify-content: center; 
    align-items: center;          
    width: 99vw;
}

.main-pjcs .portfolio-screen .screen
{
    max-width: 50vw;
    max-height: auto;
    position: relative;
    top: 0;
    left: 0;
    border: none;
    z-index: 1;
}

.main-pjcs .portfolio-screen .screen .screen-img
{
    position: relative;
    z-index: 1;
}

.main-pjcs .portfolio-screen .screen .person-img
{
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.main-pjcs .portfolio-screen .left-arrow,
.main-pjcs .portfolio-screen .right-arrow {
    position: relative; 
    top: 0;
    border: none;
}

.main-pjcs .portfolio-screen .left-arrow button,
.main-pjcs .portfolio-screen .right-arrow button {
    background: none; 
    border: none;
    padding: 0;
}

::-webkit-scrollbar {
    width: 6px;
}

:-webkit-scrollbar-track {
    background: #303030;
}

::-webkit-scrollbar-thumb {
    background: #606060;
}

::-webkit-scrollbar-thumb:hover {
    background: #000000;
}