

#outercontainer {
    width: 100%;
    height: 800px;
}

#titlebox {
    border: solid;
    border-color: #ffffff;
    height: 800px;
    border-radius: 15px;
    background-image: url("wplanding.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
}

#titlea {
    margin-left: 5%;
    margin-top: 10%;
    font-size: 25pt;
    color: #435dec;
    font-family: 'GlacialIndifferenceBold'; 
    font-weight: bold;  
}

#titleb {
    margin-left: 5%;
    margin-top: 5%;
    font-size: 90pt;
    color: #435dec;
    font-family: 'GlacialIndifferenceBold'; 
    font-weight: bold;
}

nav {
    height: 50px;
    float: right;
    width: 800px;
    margin-top: 2%;
    margin-right: 3%;
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  
  nav li {
    margin: 0 10px;
  }
  
  nav a {
    color: #435dec;
    opacity: 0.7;
    text-decoration: none;
    font-size: 18pt;
    font-family: 'GlacialIndifferenceBold';
    padding: 10px;
    transition: 0.5s;
  }
  
  nav a:hover {
    opacity: 1;
  }
  
  .content {
    padding: 20px;
  }


.subheadings {
    color: #435dec;
    font-size: 30pt;
    width: 950px;
    height: 40px;
    font-family: 'GlacialIndifferenceBold';
}

p {
    font-size: 18px;
    margin: 2%;
}

.gpage {
    padding: 2.5%;
}

    .gpagetop {
        display: flex;
    }

        .gamecover {
            width: 325px;
            height: 485px;
            border-radius: 15px;
            background-size: 100%;
            background-repeat: no-repeat;
            display: flex;
        }

    


    .ginfo {
        margin: auto;
        margin-top: 2%;
        width: 950px;
        height: 485px;
    }
        .ginfotable {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 10px;
        }
            .ginfocolumn {
                border: solid;
                border-radius: 15px;
                height: 60px;
                width: 250px;
            }


        .gphotosrow {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            gap: 40px;
            margin-top: -2%;
        }

            .gphotos {
                width: 320px;
                height: 150px;
                border-radius: 15px;
            }


@media screen and (min-width: 800px) and (max-width: 1000px) {

    #titlebox {
        background-image: url("wplandingtablet.png");
        background-size: 100%;
        height: 750px;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    #titlea {
        margin-left: 5%;
        margin-top: 20%;
        font-size: 25pt;
        color: #435dec;
        font-family: 'GlacialIndifferenceBold'; 
        font-weight: bold;  
    }
    
    #titleb {
        margin-left: 5%;
        margin-top: 5%;
        font-size: 70pt;
        color: #435dec;
        font-family: 'GlacialIndifferenceBold'; 
        font-weight: bold;
    }

    nav {
        height: 50px;
        float: right;
        width: 600px;
        margin-top: 2%;
        margin-right: 3%;
    }

    nav a {
        color: #435dec;
        opacity: 0.7;
        text-decoration: none;
        font-size: 16pt;
        font-family: 'GlacialIndifferenceBold';
        padding: 10px;
        transition: 0.5s;
        }

    .subheadings {
        color: #435dec;
        font-size: 21pt;
        width: 300px;
        height: 40px;
        font-family: 'GlacialIndifferenceBold';
    }

    .ginfo {
        margin: auto;
        margin-top: 2%;
        width: 750px;
        height: 540px;
        margin-bottom: 6%;
    }

    .gameoverviewbox {
        margin-bottom: 3%;
        margin-top: -3%;
        padding: 3%;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    p {
        font-size: 14px;
        margin: 2%;
    }
}
                
                
@media screen and (max-width: 560px) {
    
    #titlebox {
        background-image: url("wplandingphone.png");
        background-size: 100%;
        height: 730px;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    #titlea {
        margin-left: 5%;
        margin-top: 30%;
        font-size: 18pt;
        color: #435dec;
        font-family: 'GlacialIndifferenceBold'; 
        font-weight: bold;  
    }
    
    #titleb {
        margin-left: 5%;
        margin-top: 5%;
        font-size: 50pt;
        color: #435dec;
        font-family: 'GlacialIndifferenceBold'; 
        font-weight: bold;
    }

    nav {
        height: 50px;
        float: right;
        width: 500px;
        margin-top: 2%;
        margin-right: 3%;
    }

    nav a {
        color: #435dec;
        opacity: 0.7;
        text-decoration: none;
        font-size: 11pt;
        font-family: 'GlacialIndifferenceBold';
        padding: 10px;
        transition: 0.5s;
        }

    .subheadings {
        color: #435dec;
        font-size: 21pt;
        width: 300px;
        height: 40px;
        font-family: 'GlacialIndifferenceBold';
    }

    .ginfo {
        margin: auto;
        margin-top: 2%;
        width: 500px;
        height: 640px;
        margin-bottom: 6%;
    }

    .gameoverviewbox {
        margin-bottom: 3%;
        margin-top: -3%;
        padding: 3%;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    p {
        font-size: 14px;
        margin: 2%;
    }
}

        
       
        





