body {
    background-color: black;
    background-image: url("checkerboard.gif");
    font-family: Courier, monospace;
    margin-top:0px;
}

.content {
    background-color: #020054;
    background: linear-gradient(to bottom right, #020054, #0f0e37);
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    color: purple;
    border: solid white; 
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-style: groove; 
    margin-bottom:1%;
}

header h1 {
    color: white;
    height: 10%;
    background: url(moldchud.png), linear-gradient(to right, #362a80, #0078cb);
    background-size: contain;
    background-repeat: no-repeat;
    border: solid white; 
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: groove; 
    margin: 0%;
}

h1 {
    text-align: center;
    margin: 0%;
    color: white;
    height: 10%;
    background: linear-gradient(to right, #362a80, #0078cb);
    background-size: contain;
    background-repeat: no-repeat;
    border: solid white; 
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-style: groove; 
}

nav {
    font-weight: bold;
    padding: .5%;
    font-size: 120%;
}

nav ul {
    list-style: none;
    margin: 0%;
    padding-left: 0%;
    font-size: 1.2em;
}

nav li {
    text-align: center;
}

nav a {
    text-decoration: none;
}

nav a:link {
    text-decoration: none;
    color: #0078cb;
}

nav a:visited {
    text-decoration: none;
    color: purple;
}

nav a:hover {
    color: #005590;
}

nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

nav li {
    border: none;
}

.content a {
    color: #0078cb;
}

.content a:visited {
    color: purple;
}

.content a:hover {
    color: #005590;
}

.services {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services a {
    text-decoration: none;
}

.services figure {
    border: 5px solid white;
    border-color: white;
    border-style: groove;
    background-color: #cecece;
    width: auto;
}

.services figure img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

.services figcaption {
    text-align: center;
    font-weight: bold;
}

.center {
	display: block;
	text-align: center;
}

@keyframes rotating {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

#webring{
    animation: rotating 200s linear infinite;
}

@media only screen and (max-width: 699px) {
.navbar {
    font-weight: bold;
    padding: 0%;
    font-size: 120%;
    background-color: #8F9DF7;
    margin: 0%;
}

.navbar li {
    border: 1px darkblue solid;
    text-align: center;
    list-style: none;
}


.navbar a {
    text-decoration: none;
}

.navbar a:link {
    text-decoration: none;
    color: black;
}

.navbar a:visited {
    text-decoration: none;
    color:dimgrey;
}

.navbar a:hover {
    color: grey;
}

.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
}

@media only screen and (min-width: 700px) {

.navbar {
    font-weight: bold;
    padding: 0%;
    font-size: 120%;
    background-color: #8F9DF7;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr; 
    margin: 0%;
}

.navbar li {
    border: 1px darkblue solid;
    text-align: center;
    list-style: none;
}


.navbar a {
    text-decoration: none;
}

.navbar a:link {
    text-decoration: none;
    color: black;
}

.navbar a:visited {
    text-decoration: none;
    color:dimgrey;
}

.navbar a:hover {
    color: grey;
}

.navbar ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
}

.content a {
    color: #0078cb;
}

.content a:visited {
    color: purple;
}

.content a:hover {
    color: #005590;
}

.content {
    background-color: #020054;
    background: linear-gradient(to bottom right, #020054, #0f0e37);
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: solid white; 
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-right-width: 5px;
    border-left-width: 5px;
    border-style: groove; 
    margin-bottom:1%;
}
.content p {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
}

.content ul {
    color: white;
}

.content pre {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
}

.content ol {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
}

.content p {
    color: white;
    margin-left: 16px;
    margin-right: 16px;
}

