
@font-face {
    font-family: 'Shockwave';
    src: url('../fonts/Shockwave.ttf') format('truetype');
    font-weight: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    background-color: #202020;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 16px;
}

.wrapper {
    width: vw;
    height: 100%;
}

.scanlines {
    position:fixed;
    width: 100%;
    height: 100%;
    background-image: url("../images/scanline_pattern_croped.png");
    opacity: 10%;

    z-index: 100;
    
    pointer-events:none;
}

.hero {
    background-color: #202020;
    position: relative;

    height: 100%;

    
    background-image: url(../images/hero.png);
    background-size: cover;
    background-position-y: 50%;
}

.hero .title {
    font-size: 60pt;
    position:absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 0;

    text-align: center;

    font-family: "Shockwave";

    color:#F90093;
}

.logo-top {
    position: absolute;
    
    color: white;
    
    font-size: 30pt;

    transform: translate(-50%, -50%);

    top: 40%;
    left: 10%;

    z-index: 0;
}

.logo-bottom {
    position: absolute;
    
    color: white;
    
    font-family: "Shockwave";

    color:#F90093;

    font-size: 25pt;

    transform: translate(-50%, -50%);

    top: 60%;
    left: 12%;

    z-index: 1;
}


nav {
    /*background-color:red;*/
    width: 100%;
    height: 75px;

    position: fixed;

    z-index: 4;
}

nav .link-block{
    background-color: #202020;

    position: absolute;

    width: 50%;
    height: 75%;

    top: 25%;
    left: 50%;

    display:flex;
    justify-content: space-evenly;
    border-bottom: 10px solid #F90093;

    z-index: 4;
}

nav .link-block a{
    color: #FFFFFF;
    margin: auto;
    font-size: 24px;
    text-decoration: none;
    transition-duration: 0.3s;
}

nav .link-block a:visited{
    color: #FFFFFF;
    margin: auto;
    font-size: 24px;
}

nav .link-block a:hover{
    color: #F90093;
    font-size: 24px;
    transition-duration: 0.6s;
    font-family: "Shockwave";
}


.about {
    height: 100%;
    padding: 5%;    
}

.about .title{
    font-size: 60pt;

    z-index: 0;

    text-align: center;

    margin: auto;

    top: 20px;

    color: #FFFFFF
}

.about .title .important {
    font-family: "Shockwave";
}

.about .image {
    width: 364px;
    height: 273px;

    /*width: 100%;
    height: auto;
    display: block;*/

    margin: 25px auto 25px auto;

    transition-duration: 0.3s;

    object-fit: contain;
    overflow:hidden;
    object-position: bottom;
}

.about .image:hover {
    border: 5px solid #F90093;

    transition-duration: 0.6s;
}

.about .description-block {
    width: 75%;
    margin: auto;
}

.about .description {
    display: block;
    text-align: left;
    margin: 0 auto;
    font-size: 12pt;
    color: #FFFFFF
}

.about .description a {
    color:#F90093;
}

.about .description a:visited {
    color: #C60F7B;
}

.about .row {
    display: flex;
  }
  
.about .column {
    flex: 50%;
}

.project .header {
    background-color: #202020;
    height: 600px;
    position: relative;
    display: flex;

    border-bottom: 10px solid #F90093;
}

/*

#project .project .header {
    background-image: url(../images/image.png);
}

make sure the image is dark, or adjust the colors of the title elements
the same way

*/

#snarebeat .header {
    background-image: url(../images/snarebeatheader.png);
    background-size: cover;
    background-position-y: 50%;
}

#dreamraider .header {
    background-image: url(../images/dreamraiderheader.png);
    background-size: cover;
    background-position-y: 50%;
}

#paracosm .header {
    background-image: url(../images/paracosmheader.png);
    background-size: cover;
    background-position-y: 50%;
}

.project .header .title{
    font-size: 60pt;
    position:absolute;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 0;

    text-align: center;

    font-family: "Shockwave";

    color:#F90093;
}

.project .header .roles{
    font-size: 25pt;
    position: absolute;
    
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);

    z-index: 1;

    text-align: center;
    font-weight: initial;

    color:#FFFFFF;
}

.project .synopsis-block{
    height: 200px;
    display: flex;

    /*background-color: rebeccapurple;*/
    overflow-wrap: break-word;
    color: #FFFFFF;
}

.project .synopsis-block .synopsis {
    margin: auto;
    width: 75%;
    text-align: center;

    font-size: 24pt;
}

.project .video {

    display: block;

    margin: 0 auto 5% auto;

    width: 640px;
    height: 360px;
}

.project .description-block {
    width: 75%;
    margin: auto;
}

.project .description-block .description {
    display: block;
    text-align: left;
    margin: 0 auto;
    
    font-size: 12pt;

    color:#FFFFFF;
}

.project .experience {
    font-size: 16pt;
    text-align: center;

    color:#FFFFFF;
}

.important {
    color:#F90093;
    font-weight: bold;
}

.project .center-block {
    display: flex;
}
.project .description-block .list {
    margin: auto;
    color:#FFFFFF;
}

.project .game-link {
    font-size: 50px;
    margin: 60px auto;

    font-family: "Shockwave";

    color:#F90093;

    text-decoration: none;

    transition-duration: 0.3s;
}

.project .game-link:visited {
    color:#F90093;
}

.project .game-link:hover {
    font-size: 60px;

    color: #C60F7B;

    transition-duration: 0.6s;
}

.project .vid {
    margin: 30px auto;
}

.project .gallery{
    display: flex;
    margin: 30px auto;

    justify-content: space-evenly;
}

.project .gallery .image {
    width: 364px;
    height: 273px;

    object-fit: cover;
    overflow:hidden;

    transition-duration: 0.3s;
}

.project .gallery .image:hover {
    border: 5px solid #F90093;

    transition-duration: 0.6s;
}

.project .gallery p {
    width: 364px;
    color:#FFFFFF;
}

.project .sc-box {
    height: 10px;
}

.contact {
    height: 100%;
    padding: 5%;    
    background-color: #202020;
    display: flex;
}

.contact .contact-block {
    margin: auto;
}

.contact .title{
    font-size: 60pt;

    z-index: 0;

    text-align: center;

    margin: auto;

    top: 20px;

    color: #FFFFFF
}

.contact .title .important {
    font-family: "Shockwave";
}

.contact .info {
    text-align: center;
    
    font-size: 24pt;

    padding: 20px;

    color: #FFFFFF
}

.contact .info .stylish {
    font-family: "Shockwave";
}

.contact .form {
    display: initial;
}

.contact .form label {
    color: #FFFFFF;
    width: 100%;
}

.contact .form input[type=text], input[type=email]{
    box-sizing: border-box;

    width: 100%;

    color: #202020;

    border: none;
}

.contact .form textarea {
    width: 100%;

    color: #202020;

    border: none;
}

.contact .form input[type=submit] {
    font-family: "Shockwave";
    width: 50%;
    height: 50px;

    font-size: 24pt;

    border: none;

    color: #FFFFFF;
    background-color: #F90093;

    margin: 5% auto;

    display: block;

    transition-duration: 0.3s;
    cursor: pointer;
}

.contact .form input[type=submit]:hover {
    font-family: "Shockwave";
    width: 50%;
    height: 50px;

    font-size: 24pt;

    border: none;

    color: #FFFFFF;
    background-color: #C60F7B;

    margin: 5% auto;

    display: block;

    transition-duration: 0.6s;
}

.projgrid {
    display: grid;

    height: 100%;
    padding: 5%;    
    background-color: #202020;

    row-gap: 50px;

    grid-column-start: 1;
    grid-column-end: 3;
    justify-items: center;

    grid-template-columns: 33% 33% 33%
}

.projgrid-item {

    width: 100%;
    margin: 0px auto auto auto;
    padding: 20px 5px;
    height: auto;

    vertical-align: top;

    text-decoration: none;

    transition-duration: 0.3s;
}

.projgrid-item:hover {
    border: 5px solid #F90093;
    background-color: #F90093;

    transition-duration: 0.6s;
}

.projgrid-item .imgbox {
    position: relative;
    color: #202020;
}

.projgrid-item .arrow {
    position: absolute;
    bottom: -16px;
    right: 50px;
    background-color: #F90093;
    width: 20%;

    text-align: center;
    font-weight: bold;
}

.projgrid-item .title {
    font-size: 40pt;

    z-index: 0;

    text-align: center;

    font-family: "Shockwave";

    margin-bottom: 0%;

    color:#F90093;
}

.projgrid-item:hover .title{
    color:#FFFFFF;
}

.projgrid-item .roles {
    font-size: 25pt;

    z-index: 1;

    text-align: center;
    font-weight: initial;

    color:#FFFFFF;
}

.projgrid-item .tools {
    font-size: 15pt;
    font-style: italic;

    z-index: 1;

    text-align: center;
    font-weight: initial;

    color:#FFFFFF;
}

.projgrid-item .description {
    font-size: 13pt;

    z-index: 1;

    text-align: center;
    font-weight: initial;

    color:#FFFFFF;

    margin:auto;

    width: 70%
}

.projgrid-item .image {
    width: 400px;
    height: 400px;
    display: block;

    margin: 0px auto 25px auto;

    transition-duration: 0.3s;

    object-fit: contain;
    overflow:hidden;
    object-position: bottom;

    border-bottom: 10px solid #F90093;
}

