@charset "utf-8";

/* Lab 14 External Style Sheet - Logan Anglin */


/* Fonts */
@font-face {
    font-family: Anon;
    src: url(AnonymousPro-Regular.woff) format('woff'),
    url(AnonymousPro-Regular.ttf) format('truetype');
}

/* Lists */
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}
  
li {
    float: left;
}
  
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #111;
}

ol {
    display: block;
    list-style-position: inside; 
    margin-block-start: 1em; 
    margin-block-end: 1em;
    padding-inline-start: 70px; 
}
/* Background */
body {
    background-image: url(Wallpaper.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/* Tables */
table, tr, th, td {
    border: 1px solid black;
    font-family: Anon;
    color: white;
    width: 40%;
    padding: 3px;
    margin: 5px;
 }

.tab {
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    border: 0px;
}

.tab td, th {
    border: 0px;
}

.table1 {
    margin-right: auto;
    margin-left: auto;
}

/* Class attributes */
.white {
    color: white;
    font-family: Anon;
}

.fr {
    float: right;
}

#cr {
    clear: right;
    margin-left: 40%;
    text-align: right;
}

.tc {
    color: white;
    font-family: Anon;
    text-align: center;
}

.cb {
    color: white;
    font-family: Anon;
    clear: both;
    display: table;
}

.currentpage {
    display: block;
    background-color: maroon;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none; 
}

.about {
    float: right;
    background-color: maroon;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.align {
    display: block;
    margin: auto;
    padding-top: 10px;
}

#ma {
    margin-left: auto;
    margin-right: auto;
}

.move {
    float: left;
    clear: both;

}

.try {
    display: block;
    margin: 0 auto;
}

#images {
    width: 200px;
}

p, h3 {
    text-align: center;
    color: white;
    font-family: Anon;
}

#h3h {
    text-align: Left;
}

h5 { 
    text-align: center;
    width: 225px;
    display: table;
}
