

body::before{
    content: "";
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(background.png);
    background-size: cover;
}

.WebTitle{
    text-align: center;
    border-style: none;
    margin-top: 10px;
}

.WebTitle img{
    filter:invert();
    height: 200px;
}

.Home{
    color: white;
    width: 1235px;
    height:fit-content;

    position: absolute;
    left: 50%;
    transform: translate(-50%);

    border-style: none;
    
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    
    image-rendering: crisp-edges;

    filter: drop-shadow(6px 6px 12px black);
    
}

div {
    border-style: outset;
    border-color: white;
    vertical-align: top;
    margin-bottom: 12px;

    filter: drop-shadow(6px 6px 12px black);
}

.PageContent{
    width:100%;
    border-style: none;
}

.LeftSide {
    width: 20%;
    margin-top: 10px;
    height: fit-content;
    display: inline-block;

    border-style: none;
}

.LeftSide div{
    height: fit-content;
    margin-bottom: 0px;
    border-width: 2px;
}

.WebMenuContainer {
    height: fit-content;
    border-style: none;
}

#menu-placeholder {
    border-style: none;
    margin: 8px;
}

#MenuButtons{
    position: relative;
    top: 50%;
    transform: translate(40%);
}

#MenuButtons button{
    width:80%;
    height: 25px;
    font-size: 16px;
    border-style: none;
    padding: 2px;
    margin: 2px;
    text-align: left;

    color: #e3ab23;
    background-color: transparent;

}

#MenuButtons button:hover{
    text-shadow: 0 0 8px #e3ab23, 0 0 16px #e3ab23, 0 0 24px #e3ab23;
    filter: drop-shadow(0px 0px 10px #e3ab23);
    cursor:pointer;
}

.RightSide {
    width: 20%;
    display: inline-block;

    border-style: none;
}

.RightSide div{
    margin-top: 20px;
    margin-bottom: 0px;
    border-color: #3e4637;
    background-color: #4a5843;
}

.RightSide div p{
    font-size: 18px;

    margin-bottom: -2px;
    margin-left: 4px;

    display: inline;
}

.RightSide div img{
    height: 18px;
    margin-top: 6px;
    margin-bottom: -2px;
    margin-left: 4px;
    display: inline;
}

.CenterContent {
    width: 56%;
    display: inline-block;

    border-style: outset;
    border-color: #3e4637;
    
    padding: 8px;
    margin-top: 20px;

    background-color: #4a5843;
}

.CenterContent h1{
    text-align: center;
}

.CenterContent p{
    margin-top: 0px;
}

.CenterContent .hl-section-set{
    text-align: center;
    border-style: none;
    font-size: 16px;
    width: 340px;

    display: inline-block;
}

.hl-section-set img{
    width: 300px;
    margin-top: 10px;
}

.CenterContent .hl-section-set .hl-section {
    text-align: center;
    width: 100px;
    height: 150px;
    display: inline-block;
    filter: drop-shadow(2px 2px 2px black);

    margin-right:2px;
    margin-left:2px;

    border-color: #4a5843;
    background-color: #3e4637;
}

.CenterContent .hl-section-set .hl-desc{
    margin-top: 45px;
    margin-bottom: 40px;
    height: 100px;
}

.CenterContent .hl-section-set .hl-section img{
    margin-top: 0px;
    width: 100px;
}

.CenterContent .hl-section-set .hl-section:hover{
    transform: scale(0.95);
    filter: drop-shadow(0px 0px 10px #e3ab23);
    background-color: #e3ab23;
    border-color: #e3ab23;
}

a{
    color: white;
}

.GameTimeline {
    height: 1450px;
    background-color: #232720;
}

.GameTimeline div{
    height: 100px;
    width: 100px;
    position: absolute;
    margin-top: 20px;
    text-align: center;
    border-style: dashed;
    border-color: #e3ab23;
    padding: 2px;

    font-size: 16px;
}

h2{
    text-align: center;
}

.GameTimeline h3{
    text-align: center;
    margin-left: 50px;
}

.GameTimeline img{
    height: 100px;
    margin-bottom: 10px;
}

.GameTimeline .notes{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    width: 160px;
    height: 99.99%;
    text-align: left;

    border-style: none dashed none none;
}

.GameTimeline .notes h3{
    margin-left: 0px;
    text-align: center;
}

.GameTimeline .notes ul{
    margin-top: 40px;
    margin-left: -20px;
    margin-right: 10px;

    font-size: 13px;
}

.GameTimeline .Half-Life{
    margin-left: 180px;
}

.GameTimeline .Half-Life-BS{
    margin-left: 300px;
}

.GameTimeline .Half-Life-OF{
    margin-left: 420px;
}

.GameTimeline .Half-Life-D{
    margin-left: 540px;
}

.GameTimeline .Half-LifeAlyx{
    margin-top: 20px;
    margin-left: 180px;
}

.GameTimeline .Half-Life-2{
    margin-top: 250px;
    margin-left: 180px;
}

.GameTimeline .Portal{
    margin-top: 135px;
    margin-left: 350px;
}

.GameTimeline .Half-Life-2-EP1{
    margin-top: 440px;
    margin-left: 180px;
}
.GameTimeline .Half-Life-2-EP2{
    margin-top: 640px;
    margin-left: 180px;
}

.GameTimeline .Portal2{
    margin-top: 40px;
    margin-left: 180px;
}

#ci {
    margin-top: 240px;
}

#nine {
    margin-top: 850px;
}

#Res-to-Com {
    width: 20px;
    
    margin-top: 170px;
    margin-left: 210px;

    border-style: none solid none none;
}

#to-hl2{
    width: 20px;
    height: 65px;
    
    margin-top: 170px;
    margin-left: 210px;

    border-style: none solid none none;
}

#to-ep1{
    width: 20px;
    height: 32px;
    
    margin-top: 394px;
    margin-left: 210px;

    border-style: none solid none none;
}

#to-ep2{
    width: 20px;
    height: 25px;
    
    margin-top: 602px;
    margin-left: 210px;

    border-style: none solid none none;
}

#res-to-nine{
    width: 20px;
    height: 100px;
    
    margin-top: 805px;
    margin-left: 210px;

    border-style: none solid none none;
}

#ep2-to-alyx{
    margin-top: -804px;
    margin-left: 234px;
    width: 400px;
    height: 614px;

    border-style: dashed dashed dashed none;
    z-index: -1;
}

#portal-to-portal2{
    margin-top: -689px;
    margin-left: 234px;
    width: 166px;
    height: 620px;

    border-style: none solid solid none;
    z-index: -1;
}

.leftovers {
    background-color: #232720;
}

.leftovers h3{
    margin-left: 10px;
}

.leftovers p{
    display: inline-block;
    width: 450px;
    margin-left: 20px;
    font-size: 18px;
}

.leftovers h4{
    position: absolute;
    font-size: 16px;
    margin-top: -145px;
    margin-left: 140px;
}

.leftovergame {
    margin-left: 10px;
    border-style: none;
}

.leftovergame img{
    width: 120px
}

.leftovergame img:hover{
    filter: drop-shadow(0px 0px 10px #e3ab23);
}

.GameTimeline img:hover{
    filter: drop-shadow(0px 0px 10px #e3ab23);
}

.chapter {
    border-color: #4a5843;
}

.chapter h3{
    margin-left: 10px
}

.chapter hr{
    width: 670px;

    color: #e3ab23;
    border-style: dashed;
    border-width: 2px;
}

.chapter .quote{
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
}

.chapter img{
    width: 341px;
    margin-left:5px;
    display: inline-block;
}

.chapter img:hover{
    filter: drop-shadow(0px 0px 10px #e3ab23);
}

.chapter p{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px
}
.chapter .half-text{

    display: inline-block;
    width: 300px;
}
.weapon {
    border-color: #3e4637;
    background-color: #4a5843;
}
.weapon h3{
    margin-left: 10px;
}
.weapon p{
    margin-left: 10px;
}

.weapon .hudimg{
    height: 75px;
    margin-left: 10px;
    border-style: dashed;
    border-color: #e3ab23;
}
.weapon .hudimg:hover{
    filter: sepia(1) saturate(5) hue-rotate(5deg) drop-shadow(0px 0px 10px #e3ab23);
}

.weapon .hudenemy{
    height: 75px;
    margin-left: 8px;
    border-style: solid;
    border-color: #e3ab23;
    background-color: #3e4637;
}
.weapon .hudenemy:hover{
    filter: sepia(1) saturate(5) hue-rotate(5deg) drop-shadow(0px 0px 10px #e3ab23);
}

.recommendedenemies {
    border:none;
    display: inline-block;
    text-align: right;
    width: 373px;
    height: 75px;
}