/* clears default browser css*/
* {
  box-sizing: border-box; /* Makes sizing more predictable */
  margin: 0;
  padding: 0;
}

body {
    background-color: rgb(0, 3, 9);
    background-image: url(../images/dblue002-background.jpg);
}

p, li {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:rgb(48, 143, 181);
    margin-bottom: 10px;
}

nav {
    background-color: none;
    background-image: url("../images/nav-column.png");
    background-size: cover;
    background-repeat: no-repeat;
    filter: saturate(170%) brightness(80%);
    

    display: flex;
    flex-direction: column;

    float: left;

    width: 260px;
    height: 900px;
    margin-left: 10%;
    margin-right: -65px;
    padding-left: 73px;
    padding-top: 99px;
    margin-top: 100px;

    line-height: 38px;

}

nav img:hover {
    background-color:rgb(0, 136, 255);
    box-shadow: 0px 0px 8px 3px rgba(0, 30, 138, 0.867);
}


.welcome {
    background-color: rgb(0, 0, 0);
    background-image: url("../images/ornate-background.png");

    border: 5px solid rgb(39, 46, 85);
   

    width: 900px;
    height: 800px;

    margin-top: 113px;

    padding: 25px;

    float: left;

}


.content {
    background-color: rgb(1, 4, 14);
    background-image: url("../images/dark-glitter-background.jpg");
    width: 770px;
    height: 600px;

    padding: 15px;


    border-style: solid;
    border-width: 5px;
    border-color: rgb(37, 38, 42);

    margin-left: 35px;
    margin-top: 50px;
 
    text-align: center;
    
     
}

.text {
    background-color: rgb(21, 29, 181);
    height: 170px;
    width: 550px;

    margin-left: 85px;
    margin-top: 20px;

    border: 3px solid rgb(3, 18, 102);

    padding: 10px;


}

.goblet {
    position: absolute;
    margin-left: 200px;
    margin-top: 225px;
}




.nav-right {
    float: left;
    margin-left: -65px;
}