/* CSS Document used for web Project 1
Author: Joshua Deuel
Course: ITWP 1000
File: project1styles.css
*/

body{
    margin-top: 1em;
    margin-bottom: auto;
    font-family: Arial, sans-serif;
    }
p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h1, h2, nav{
    text-align: center;
    color:rgb(22, 89, 89);
    background-color: rgb(231, 255, 255);
}
h1{
    text-align: center;
    font-size: 3em;
    }

nav{
    text-align: center;
    }

#validation{
    text-align: center;
    }

body{
    background-color: rgb(245, 255, 255);
    margin: 10px;
    font-family: Arial, sans-serif;
    color:rgb(0, 0, 0);
}
.navigation:hover {
  filter: brightness(120%);
}

img.centered {
    display: block; 
    margin: auto;
}
.txtcentered{
    text-align: center;
}

.vidcentered{
    width: 42%;
    margin: 0 auto; 
}

figure{
    padding: 3px; 
}

figcaption{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.table1{
    text-align: center;
    margin:auto; 
}

