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

/* site background */
body {
    background-color: rgb(22, 18, 30);
    background-image: url(../images/movestarbackground.gif);
}

/* general text style rules */

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

h2 {
    font-size: 20px;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: rgb(141, 214, 253);
    margin-bottom: 5px;
    text-shadow: 0 0 4px rgb(130, 161, 255);
}

h4 {
    font-family: Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    color: rgb(208, 234, 249);
    padding: 5px;
    line-height: 1.3;
}


.inline-image {
            vertical-align: middle;
            margin: -5px;
        }

.speech-text {
    color: rgb(157, 198, 246);
     text-shadow: 0 0 3px rgb(130, 161, 255);
}

/* site content */


header {
    background-color: none;
    margin-left: 295px;
    margin-top: 10px;
    margin-bottom: -40px;

}



nav {
    background-color: none;
    background-image: url("../images/nav-column.png");
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    float: left;

    width: 260px;
    height: 900px;
    margin-right: -74px;
    margin-left: 13%;
    padding-left: 73px;
    padding-top: 99px;

    line-height: 38px;



   
}

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

/*main container */ 
.dark-box {
    background-color: none;
    box-shadow: 10px 1px 500px 30px rgba(36, 54, 218, 0.545);
    background-image: url("../images/blackstarry-background.gif");
    display: flex;
    flex-wrap: wrap;
    width: 860px;
    height: 900px;


    border: 25px solid transparent;
    border-image: url("../images/lace-border-1-hillhouse.png") 70 round;
    border-image-outset: 25px;
}

/*elements within main container */

    .speech-bubble {

        background-color: none;
        background-image: url(../images/home-speech-bubble.png);
        background-size: contain;
        background-repeat: no-repeat;

        width: 450px;
        height: 180px;
        margin-left: 345px;
        margin-top: -130px;
        padding-top: 43px;

        font-size: 15px;
        text-align: center;
        line-height: 1.5;

        z-index: 1;
        
    }

    .bulletin-board {
        background-color: rgb(30, 50, 231);
        align-self:baseline;
        height: 340px;
        width: 695px;
        margin-left: 40px;
        margin-top: -25px;
        padding: 15px;
        text-align: center;
        
        overflow: none;
        border: 15px solid transparent;
        border-image: url("../images/lace-border.png") 25 round;
        border-image-outset: 5px;
        

    }

    .bulletin-board h2 {
        background-color: rgb(4, 10, 189);
        margin-top: -15px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 10px;
        text-align: center;
    }

    .mascot {
        background-color: none;
         width: 35px;
         height: 680px;
    }

        .mascot-image {
            position: absolute;
            margin-top: -175px;
            margin-left: -60px;
            z-index: 1
        }

    /*targets the container holding the table*/
    .changelog {
        width: 365px;
        height: 156px;
        margin-top: -345px;
        margin-left: 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    /*targets the table*/
    .changelog table {
     color:rgb(168, 218, 249);
     max-width: 370px;
     background-color: rgb(30, 54, 213);
     border: none;
    }
  
    /*targets the date column*/
    .changelog th {
    background-color:rgb(84, 181, 250);
    max-width: 80px;
    padding: 20px 10px 20px 10px;
    color:rgb(206, 236, 251);
    }

    /*targets the description column*/
    .changelog td {
    background-color:rgb(39, 134, 250);
    padding-left: 10px;
    font-size: 14px;
    height: 75px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    }

    .lastupdate {
    background-color: rgb(30, 50, 231);
    color: rgb(139, 209, 252);
    position: absolute;
    margin-top: 540px;
    margin-left: 47px;
    text-align: center;
    padding: 6px;
    font-size: 13px;
    width: 350px;

}


.disclaimers {
        background-color: rgb(39, 134, 250);
        height: 245px;
        width: 320px;
        margin-top: -355px;
        margin-left: 420px;
        overflow-y: hidden;
        overflow-x: hidden;
        border: 3px solid rgb(6, 36, 119);
}

    .disclaimers h4 {
    background-color: rgb(84, 181, 250);
    color: rgb(208, 234, 249);
    height: 40px;
    padding: 5px;
    padding-top: 11px;
   
}

    .disclaimers ul {
    margin: 0px 0px;
    padding: 10px 20px;
    list-style: square;
    font-size: 15px;
    }

    .disclaimers li {
    color:rgb(175, 227, 240);
    }



.to-do {
    background-color: rgb(30, 50, 231);
    width: 320px;
    height: 120px;
    margin-left: 420px;
    margin-top: -100px;
    text-align: center;
    border: 3px solid rgb(6, 36, 119);
   
}

.to-do h4 {
    background-color: rgb(39, 134, 250);
    color: rgb(168, 218, 249);
    padding: 10px;
    
}

.to-do ul {
    margin: 0px 50px;
    list-style: square;
    font-size: 15px;
    margin-top: 10px;
}



.graphics {
    width: 340px;
    height: 135px;
    margin-left: -353px;
    margin-top: -136px;
    
    display: flex;
    align-items: center;

    border: 25px solid transparent;
    border-image: url("../images/towel-cloth-napkins-blue-hand-painted-blue-circle-c95f82b99f75a8c5bec4c68d3f00e395.png") 300 round;
}


.graphics img {
    margin-left: 30px;
}

    .seance {
        background-color: none;
        height: 365px;
        width: 245px;
        margin-left: 670px;
        margin-top: -245px;  
    }

    .seance-image {
        position: absolute;
        margin-left: 70px;
    }

    .seance-link {
        position: absolute;
        margin-top: 259px;
        margin-left: 114px;

        z-index: 10;
    }


        .seance-link:hover { 
            background-color: rgb(65, 131, 218);
            box-shadow: 0px 0px 8px 3px  rgba(0, 30, 138, 0.867);
 

        }



        .gem-border {
    margin-top: -125px;
}
.copyright {
   margin-left: 305px;
   margin-top: 10px;
}


footer {
    background-color: rgb(0, 0, 0);
    height: 40px;
    clear: both;
    
}
