@charset "UTF-8";
/* CSS Document */

/* Body */
body {
    color: #333;
    background-color: hsla(245, 100%, 8%, 1);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 400;
    text-align: -webkit-center;
}
/* Container */
.container {
    width: 950px;
    height: 100%;
    background-color: hsla(225, 100%, 3%, 0.2);
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 15px, 15px, 15px, 15px, #000000;
}

/* Container */
.container-v2 {
    height: 100%;
    background-color: hsla(225, 100%, 3%, 0.2);
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border-radius: 10px;
    box-shadow: 15px, 15px, 15px, 15px, #000000;
}

.bind-width {
    width: 95%;
    max-width: 950px; /* was 950px */
    margin-left: auto;
    margin-right: auto;
}

.mid-container {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-top: 1px;
}

.parallex-bg {
    background-image: url("../images/ths background blue.jpg");
    background-color: hsla(245, 79%, 15%, 1);

    /* Set to full height */
    height: 100%;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallex-bg-red {
    background-color: hsla(290, 84%, 20%, 1);

    /* Set to full height */
    height: 100%;
    width: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

a.link-button {
    text-decoration: none;
    color: initial;
}

a {
    text-decoration: none;
    color: blue;
}

.testimonial {
    color: #666666;
}

.contained-image {
    max-width: 100%;
    max-height: 100%;
}

.title-image {
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    object-fit: contain;
}

.title-image-new {
    max-width: 100%;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    object-fit: contain;
}

.game-logo-image {
    width: 100%;
    height: 100%;
}

.character-preview-image {
    max-width: 100%;
    max-height: 500px;
}

.annotation {
    color: grey;
    margin-bottom: 20px;
    font-size: 16px;
}

.grey {
    color: lightgray;
}

.bold {
    font-size: 25px;
}

.list {
    text-align: left;
    list-style-type: none;
    padding-left: 0px;
}

ul.exhibitions {
    text-align: center;
    list-style-type: none;
    padding-left: 0;
    font-style: italic;
}

li {
    padding-bottom: 8px;
    text-align: center;
}

h1 {
    padding-top: 5px;
    /*	font-size: 40px;*/
}

td.heading {
    color: grey;
}

.pricing-table {
    max-width: 500px;
}

.vertical-parent {
    position: relative;
}

.centre-vertically {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* --- YOUTUBE --- */

.videoWrapper {
    position: relative;
    padding-bottom: 52%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}

.videoWrapper-3-4 {
    position: relative;
    padding-bottom: 72%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper-3-4 iframe {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 96%;
    height: 96%;
}

.youtube-icon {
    max-width: 30%;
    border-radius: 10px;
    border: none;
    border: 4px hsla(0, 0%, 0%, 0) solid;
}

.youtube-icon:hover {
    border: none;
    border: 4px hsla(0, 0%, 0%, 0.3) solid;
}

/* ------ SECTIONS OF THE SCREEN -------- */

/*The "About" section at the top */
.about {
    cursor: pointer;
    margin-bottom: 40px;
}

.top-bar-title {
    color: white;
    padding: 5px;
}

.top-bar {
    background-color: hsla(232, 75%, 8%, 0.8);
    border-radius: 0px 0px 5px 5px;
    width: calc(100% - 20px);

    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

    top: 0;
    position: fixed;
}

.key-links-grid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.key-links-grid a:link {
    text-decoration: none;
    color: #333;
}

.key-links-grid a:visited {
    text-decoration: none;
    color: #333;
}

.key-links-grid a:hover {
    text-decoration: none;
    color: #333;
}

.key-links-hamburger {
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin: 5px 10px 5px 10px;

    min-width: 25px;
    min-height: 25px;

    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;

    cursor: pointer;
}

.top-bar-dropdown {
    background-color: hsla(232, 75%, 8%, 0.8);
    border-radius: 5px;
    width: 150px;

    display: none;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;

    top: 50px;
    right: 10px;
    position: fixed;
}

.top-bar-dropdown a:link {
    text-decoration: none;
    color: #333;
}

.top-bar-dropdown a:visited {
    text-decoration: none;
    color: #333;
}

.top-bar-dropdown a:hover {
    text-decoration: none;
    color: #333;
}

.key-link {
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 5px;

    min-width: 85px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.key-link img {
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

.copyright {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: hsla(224, 100%, 10%, 1);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}

.heading-image-wrapper {
    display: flex;
    max-height: 350px;
    margin-top: 25px;
    justify-content: center;
}

.heading-image {
    background-image: url("../images/alistair title treatment with face.png");

    height: 100px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: pink;
}

@media (max-width: 950px) {
    .key-links-hamburger {
        display: flex;
    }

    .key-links-grid {
        display: none;
    }

    .top-bar-dropdown {
        display: flex;
    }
}

/* ------ FREQUENTLY USED STUFF -------- */

.background-red {
    background-color: hsla(0, 100%, 80%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-green {
    background-color: hsla(143, 100%, 71%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-blue {
    background-color: hsla(190, 100%, 80%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-light-grey {
    background-color: hsla(190, 50%, 95%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-light-red {
    background-color: hsla(350, 50%, 90%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-gold {
    background-color: hsla(57, 100%, 65%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.background-purple {
    background-color: hsla(270, 100%, 65%, 1);
    border-radius: 10px;
    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.portfolio-area {
    display: flex; /* turn to flex on load */
    flex-direction: column;
    width: 95%;
    background-color: hsla(270, 100%, 100%, 0.5);
    border-radius: 10px;
    padding: 5px;
}

.portfolio-heading {
    color: white;
    width: 100%;
    border-radius: 10px;
    background-color: hsla(232, 75%, 20%, 0.8);
    background-image: url("../images/portfolio-bars/bar-clown.jpg");
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: pointer;

    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-heading h2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.portfolio-heading-line {
    width: 100%;
    height: 5px;
    border-radius: 10px 10px 0px 0px;
    background-color: hsla(270, 100%, 100%, 1);
    margin-top: 10px;
}

.portfolio-heading-text {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}

.portfolio-heading-text-body {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
}

.portfolio-heading-text-body img {
    width: 20px;
    height: 20px;
}

.portfolio-click-for-details {
    font-size: 10px;
    margin: 5px;
    background-color: hsla(232, 75%, 20%, 1);
    padding: 5px 10px;
    border-radius: 50px;
}

.portfolio-about-text {
    padding: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.game-cell-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.game-cell {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;

    flex: 30%;
    min-width: 500px;
    cursor: pointer;
}

.game-cell-footer {
    font-size: 10px;
    padding: 0px 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.game-cell-footer img {
    width: 10px;
    height: 10px;
}

.game-cell-top-section {
}

.game-cell-section-splitter {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 500px;
}

.game-cell-bottom-section {
    display: flex;
    align-content: center;
    flex-direction: column;
}

.game-cell-filler {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;

    flex: 30%;
    min-width: 450px;
}

.game-cell a:link {
    text-decoration: none;
    color: #333;
}

.game-cell a:visited {
    text-decoration: none;
    color: #333;
}

.game-cell a:hover {
    text-decoration: none;
    color: #333;
}

.game-cell-topper {
    width: 100%;
    height: 5px;
    background-image: url("../images/AVSC title treatment.png");
    /* Create the parallax scrolling effect */
    /*
    background-attachment: fixed;
	*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.game-cell-columns {
    display: flex;
    flex-direction: row;
    padding: 0px;
    margin: 0px;
}

.game-cell-left {
    width: 50%;
    padding: 5px 5px 5px 0px;
}

.game-cell-heading-area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.game-cell-title {
    font-size: 20px;
    font-weight: bold;
}

.game-cell-year {
    font-weight: bold;

    background-color: hsla(282, 20%, 80%, 1);
    border-radius: 100px;
    font-size: 12px;
    color: white;
    height: 10%;
    padding: 2px 5px;
    margin: 5px;
    text-align: center;
}

.game-cell-right {
    width: 50%;
    padding: 5px;
}

.game-cell-description {
    font-size: 14px;
}

.game-cell-type-tab {
    background-color: hsla(282, 100%, 33%, 1);
    border-radius: 10px 10px 0px 0px;
    width: 50%;
    text-align: left;
    padding-left: 12px;
    font-weight: bold;
    color: white;
    font-size: 12px;
    box-shadow: 5px 5px hsla(0, 0%, 0%, 0.3);
}

.game-cell-keyword-collection {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.game-cell-background {
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 0px 10px 10px 10px;
    padding: 0px 0px 5px 5px;
    /*	min-height: 500px;*/

    border-style: solid;
    border-color: red;
    border-width: 3px;
    box-shadow: 5px 5px hsla(0, 0%, 0%, 0.3);
}

.game-cell-keyword {
    background-color: hsla(0, 0%, 90%, 1);
    border-radius: 10px;
    padding: 0px 5px;
    margin: 1px 5px;
}

.game-cell-accolade {
    background-color: hsla(243, 100%, 86%, 1);
    border-radius: 10px;
    padding: 1px 8px;
    margin: 1px 3px;
}

.game-cell-accolade-icon {
    font-weight: bold;
}

.game-cell-accolade-collection {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
}

.game-cell-accolade-title {
    /*
	background-color: hsla(55,100%,90%,1.00);
	border-radius: 10px;
	padding: 0px 10px;
	margin: 0px 5px;
*/
    font-weight: bold;
}

.game-cell-image {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 10px;
    background-color: pink;

    /* Fill the image space tightly */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-white {
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-light-yellow {
    background-color: hsla(57, 100%, 90%, 1);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-white {
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-red {
    background-color: hsla(359, 100%, 50%, 0.5);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-red-10pc {
    background-color: hsla(359, 100%, 50%, 0.05);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-blue-10pc {
    background-color: hsla(60, 100%, 50%, 0.05);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-green {
    background-color: hsla(120, 100%, 50%, 0.5);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-yellow {
    background-color: hsla(60, 100%, 50%, 0.5);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-grey {
    background-color: hsla(0, 0%, 50%, 0.3);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.background-trans-cyan {
    background-color: hsla(180, 100%, 50%, 0.5);
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.allow-columns {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;

    /*
	padding-top: 3px;
	padding-bottom: 3px;
*/
}

.gap-5px {
    padding-top: 5px;
}

.greyline-1px {
    padding-top: 1px;
    background-color: lightgray;
}


.gap-20px {
    padding-top: 20px;
}

.gap-100pc {
    padding-top: calc(100% - 100px);
}

.gap-30pc {
    padding-top: calc(30% - 100px);
}

.gap-70pc {
    padding-top: calc(80% - 100px);
}

.gap-50pc {
    padding-top: calc(50% - 100px);
}

.background-white {
    background-color: white;
    text-align: left;
}

.game-listing {
    background-color: hsla(59, 100%, 90%, 1);
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
    border-color: grey;
    border-radius: 10px;

    margin-left: 3px;
    margin-right: 7px;
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

.clickable-area {
    background-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.game-mini-list-area {
    background-color: hsla(0, 0%, 100%, 0.9);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.clickable-area-game {
    background-color: hsla(59, 100%, 100%, 1);
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.columns-4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    padding: 0px;
}

.columns-5 {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
    padding: 0px;
}

.slide-option {
    opacity: 0.5;
    border: none;
    border: 4px hsla(0, 0%, 0%, 0) solid;
}

.slide-option:hover {
    opacity: 1;
}

.slide-option[selected] {
    opacity: 1;
    border: 4px hsla(0, 0%, 0%, 0.3) solid;
}

/* The ability to split into two sides */

.float-middle {
    float: inherit;
    width: 98%;
    text-align: left;
}

.left-50 {
    float: left;
    width: 48%;
    text-align: left;
}

.right-50 {
    float: right;
    width: 48%;
    text-align: left;
}

.single-column-width {
    width: 48%;
}

.left-50-body {
    float: left;
    width: 48%;
}

.right-50-body {
    float: right;
    width: 48%;
}

.left-30 {
    float: left;
    width: 28%;
}

.right-30 {
    float: right;
    width: 28%;
}

.left-70 {
    float: left;
    width: 68%;
}

.right-70 {
    float: right;
    width: 68%;
}

/* ------ MEDIA CALLS - (variations on screen size) -------- */

/* Mobile */
@media (max-width: 320px) {
    .left-50 {
        float: none;
        width: inherit;
    }

    .right-50 {
        float: none;
        width: inherit;
    }

    .single-column-width {
        width: 100%;
    }

    .left-30 {
        float: none;
        width: inherit;
    }

    .right-30 {
        float: none;
        width: inherit;
    }

    .left-70 {
        float: none;
        width: inherit;
    }

    .right-70 {
        float: none;
        width: inherit;
    }

    .left-50-body {
        float: none;
        width: inherit;
    }

    .right-50-body {
        float: none;
        width: inherit;
    }
}

/* Small Tablets */
@media (min-width: 321px) and (max-width: 767px) {
    .left-50 {
        float: none;
        width: inherit;
    }

    .right-50 {
        float: none;
        width: inherit;
    }

    .single-column-width {
        width: 100%;
    }

    .left-30 {
        float: none;
        width: inherit;
    }

    .right-30 {
        float: none;
        width: inherit;
    }

    .left-70 {
        float: none;
        width: inherit;
    }

    .right-70 {
        float: none;
        width: inherit;
    }

    .left-50-body {
        float: none;
        width: inherit;
    }

    .right-50-body {
        float: none;
        width: inherit;
    }
}

/* Small Desktops and larger */
@media (min-width: 768px) and (max-width: 1096px) {
    .left-50-body {
        float: none;
        width: inherit;
    }

    .right-50-body {
        float: none;
        width: inherit;
    }
}

.expand-button {
    font-weight: bold;
    padding-bottom: 5px;
}

@media (min-width: 767px) {
    .hide-on-wide-screen {
        display: none;
    }
}

@media (max-width: 766px) {
    .hide-on-slim-screen {
        display: none;
    }
}

/* Normal desktop */
@media (min-width: 1097px) {
    .left-50 {
        float: left;
        width: 47%;
    }

    .right-50 {
        float: right;
        width: 47%;
    }

    .left-30 {
        float: left;
        width: 27%;
    }

    .right-30 {
        float: right;
        width: 27%;
    }

    .left-70 {
        float: left;
        width: 67%;
    }

    .right-70 {
        float: right;
        width: 67%;
    }
}

/* CSS transition stuff */

.clickable-area:hover {
    background-color: hsla(0, 0%, 100%, 0.9);
}
.clickable-area-game:hover {
    box-shadow: 3px 3px 0px 0px hsla(0, 0%, 0%, 0.2);
}

img {
    opacity: 1;
    transition: opacity 0.3s;
}

img[data-src] {
    opacity: 0;
}

.rounded {
    border-radius: 10px;
}

h2.date {
    font-size: 40px;
}

greyText {
    color: gray;
}

select {
    font-size: 24px;
}

input {
    font-size: 24px;
}

.bigBlock {
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}

.bigBlock[vanished] {
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    transform: scale(0, 1);
}

.bigBlock[ondisplay] {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}

.align-left {
    text-align: left;
    text-align: -webkit-left;
}

.kofi-button {
    max-width: 300px;
}

.max-width-600 {
    max-width: 600px;
}

.smallText {
    font-size: 18px;
    margin: 0px, 0px, 0px, 0px;
}

.inputWrapper {
    padding-bottom: 5px;
}

.inputWrapper select {
    font-size: 36px;
}

.inputWrapper input {
    font-size: 36px;
}

.section-bar {
    background-color: hsla(210, 75%, 20%, 0.8);
    border-radius: 5px 5px 5px 5px;
    width: calc(100% - 20px);

    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;

    top: 43px;
    left: 10px;
    position: fixed;
}

.section-select {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.section-select a:link {
    text-decoration: none;
    color: #333;
}

.section-select a:visited {
    text-decoration: none;
    color: #333;
}

.section-select a:hover {
    text-decoration: none;
    color: #333;
}

.section-link {
    background-color: hsla(210, 100%, 30%, 1);
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    margin: 5px 5px 5px 5px;

    min-width: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;

    border-style: solid;
    border-color: hsla(210, 100%, 60%, 1);
    border-width: 3px;
    color: white;
}

.section-link img {
    width: 20px;
    height: 20px;
    padding-right: 5px;
}

.section-bar-buffer {
    width: 1px;
    height: 100px;
}

.sparx-screenshot {
    flex: 50%;
    margin: 10px;

    width: 100%;
    height: 100%;
    min-width: 200px;
    border-radius: 10px;
    background-color: pink;

    /* Fill the image space tightly */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sparx-text-body {
    flex: 50%;
    margin-right: 10px;
}

.flex-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.tech-tool {
    background-color: hsla(200, 100%, 50%, 0.3);
    border-radius: 100px;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 5px;
}

.tech-language {
    background-color: hsla(100, 100%, 50%, 0.3);
    border-radius: 100px;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 5px;
}

.tech-skill {
    background-color: hsla(60, 100%, 50%, 0.3);
    border-radius: 100px;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 5px;
}

.clown-image-row {
    display: flex;
}

.clown-image-cell {
    background-color: hsla(60, 100%, 50%, 0.3);
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;

    min-height: 200px;

    /* Fill the image space tightly */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skill-element {
    display: flex;
    flex-direction: column;
}

.skill-heading {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
}

.click-for-details {
    font-size: 10px;
    color: gray;
}

.skill-heading-line {
    width: 100%;
    height: 3px;
    border-radius: 10px 10px 10px 10px;
    background-color: hsla(270, 100%, 00%, 0.3);
    margin-bottom: 10px;
}

.skill-example-line {
    width: 100%;
    height: 1px;
    border-radius: 10px 10px 10px 10px;
    background-color: hsla(270, 100%, 00%, 0.3);
    margin: 0px;
}

.skill-heading h2 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
    display: flex;
    text-align: left;
}

.skill-heading-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.skill-heading-text img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.skill-body {
    display: flex;
    align-items: center;
}

.skill-example-heading {
    background-color: hsla(60, 100%, 50%, 0.3);
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
}

.skill-example-heading h3 {
    padding: 0px;
    margin: 0px 5px 0px 0px;
}

.skill-example-body {
    padding: 0px;
    margin: 10px 0px;
}

.justify-text {
    text-align: left;
}

.centre-text {
    text-align: center;
}

.skill-body-contents {
    text-align: left;
}

.skill-body-left {
    flex: 30%;
}

.skill-body-right {
    flex: 70%;
    text-align: left;
}

.contact-link-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.contact-link-grid a:link {
    text-decoration: none;
    color: #333;
}

.contact-link-grid a:visited {
    text-decoration: none;
    color: #333;
}

.contact-link-grid a:hover {
    text-decoration: none;
    color: #333;
}

.contact-link-cell {
    background-color: hsla(0, 0%, 100%, 1);
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    margin: 5px 5px 5px 5px;

    min-width: 140px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.contact-link-cell img {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}

.title-page-next-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.title-page-link-button {
    background-color: hsla(210, 100%, 30%, 1);
    border-radius: 5px;
    padding: 2px 10px 2px 10px;
    margin: 5px 5px 5px 5px;

    min-width: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;

    border-style: solid;
    border-color: hsla(210, 100%, 60%, 1);
    border-width: 3px;
    color: white;
}

.centre-text {
    text-align: center;
}

.ballet_prompt_holder {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.ballet_prompt_holder input {
    font-size: 18px;
    margin: 0px 20px;
}

.ballet_prompt_holder h1 {
    margin: 0px 10px;
}

.ClownBallet input {
    border-radius: 100px;
}

.ballet_send {
    border-radius: 100px;
    background: yellow;
    padding: 5px 30px;
}

.no-margin {
    margin: 0px;
}

.clown-subheading {
	font-size: 16px;
}

.clown-credit {
	font-size: 12px;
	text-align: center;
}

@media (max-width: 600px) {
    .game-cell {
        min-width: 300px;
    }
    .game-cell-columns {
        flex-direction: column;
        align-items: center;
    }
    .game-cell-left {
        width: 98%;
    }
    .game-cell-right {
        width: 98%;
    }
    .game-cell-image {
        height: 300px;
        min-height: 300px;
    }
}
