﻿* {
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 15px;
}

@font-face {
    font-family: 'Silkscreen-Regular';
    src: url("../Assets/Fonts/Silkscreen/Silkscreen-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*General*/
body {
    background-color: black;
}

#all-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}

.navbar {
    height: auto;
    padding: 5px 20px 5px 20px;
}

.navbar-brand {
    font-size: 25px;
    color: #00ffff;
}

.carousel-item {
    height: 500px;
}

.hero-vid {
    height: 500px;
    position: relative;
    top: 0px;
    width: 100%;
}

a {
    font-family: Silkscreen-Regular;
    text-decoration: none;
}

h1, h2, h3, h4, h5, p {
    font-family: Silkscreen-Regular;
}

h1 {
    color: aliceblue;
    font-size: 40px;
}

h2 {
    color: crimson;
    font-size: 30px;
}

h3{
    font-size: 25px;
    color: #0094ff;
}

h4{
    color: #00ffff;
}

p{
    color: #ffffff;
    font-size: 20px;
}

.top {
    position: relative;
    top: 20px;
}

.bot {
    position: relative;
    top: 0px;
}

.left {
    text-align: left;
    position: relative;
    left: 50px;
}

.hero-container {
    margin-top: 0px;
}

.bot-container {
    margin: 50px;
}

.emb-ytv {
    width: 100%;
    height: 600px;
    background: #808080;
}

.link-yt {
    color: #ffffff;
    font-size: 35px;
}

/*Updates*/

.UpdatesBody {
    width: auto;
    text-align: center;
    position: center;
}

.UpdatesTitle{
    font-size: 55px;
}
 
.UpdatesContainer{
    padding-top:50px;
    height: 150px;
    text-align: center;
}

.LinkContainer {
    padding: 15px;
    height: auto;
}


.LinkBorderContainer {
    border: groove #00ffff;
    border-width: 5px;
    border-radius: 20px;
    text-align: center;
    box-shadow: -2px 2px 0px 1px aliceblue;
    /*height: auto;*/
}

.UpdatesDescriptionText {
    color: aliceblue;
}

.HowToHeading{
    font-size: 40px;
    text-shadow: -2px 2px aliceblue;
    color: forestgreen;
}

.SculptingHeading {
    font-size: 40px;
    text-shadow: -2px 2px aliceblue;
    color: #ff6a00 ;
}

.GameAssetsHeading {
    font-size: 40px;
    text-shadow: -2px 2px aliceblue;
    color: #0094ff;
}

.readmore-parent {
    width: 100%;
    height: auto;
    text-align: right;
}

.readmore-borders{
    display: inline;
    border-radius:5px;
    background: forestgreen;
    box-shadow: -2px 2px aliceblue;
}

.read-more-howto {
    font-size: 20px;
    color: ghostwhite;
}

.video-cont video {
    overflow: hidden;
    width: 100%;
    height: 128px;
}
/*End of Updates*/

.intro-p {
    font-family: Silkscreen-Regular;
    font-size: 15px;
    color: aliceblue;
}

.cent {
    text-align: center;
}

.d-flex {
    margin: 15px;
}

a:hover {
    color: cornsilk;
}

.slide1 {
    background-image: url("../Assets/Img/GamesShelf_HeroB.png");
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background-image: url("../Assets/Img/HowTo_HeroB.png");
    background-position: center;
    background-repeat: no-repeat;
}

.slide3 {
    background-image: url("../Assets/Img/Sculpting_HeroB.png");
    background-position: center;
    background-repeat: no-repeat;
}

.slide4 {
    background-image: url("../Assets/Img/GAssets_HeroB.png");
    background-position: center;
    background-repeat: no-repeat;
}

.social-container{
    height: fit-content;
    background: aliceblue;
    padding: 5px 20px 10px 20px;
}

.social {
   color: #0094ff;
    text-align: center;
    height: auto;
    width: 100%;
}

.social-img {
    height: 32px;
    width: 32px;
}



.foot {
    height: 40px;
    background: #ff6a00;
    color: black;
    font-family: Silkscreen-Regular;
    font-size: 20px;
    padding-top: 10px;
}

/*Blink Animation*/
/*.UpdatesTitle{
    background:#00ffff;
    border-radius: 5px;
    margin: 10px;
}*/

/*.UpdatesTitle {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}*/