				                      
  /*_ _ _ _ _ _ _ _ _ _ _

   ┬ ┬┌─┐┌─┐ \│/\│/\│/  
   ││││ ││ │ ─ ── ── ─  
   └┴┘└─┘└─┘ /│\/│\/│\ 
    ┬┌─┐┌─┐┌┐┌┌┐┌┌─┐\│/
    ││ │├─┤││││││├─┤─ ─
   └┘└─┘┴ ┴┘└┘┘└┘┴ ┴/│\
   ┌┬┐┌─┐┌─┐┬┌─┐┌┐┌┌─┐ 
    ││├┤ └─┐││ ┬│││└─┐ 
   ─┴┘└─┘└─┘┴└─┘┘└┘└─┘ 
  _ _ _ _ _ _ _ _ _ _ _*/

/* * {
  list-style-type: none;
  margin: 0;
  padding: 0;
} */

div {
  display: inline-block;
}

body {
  background-color: mistyrose;
  margin: 64px;
  text-align: center;
}

nav {
  padding: 10px 0px;
}

h1 {
	font-family: didot, serif;
	font-weight: normal;
	/* font-size: 56px; */
	text-transform: uppercase;
  color: darkslategray;
}

h2 {
	font-family: Verdana, sans-serif;
  font-weight: 100;
  /* font-size: 32px; */
  color: lightcoral;
}

h3 {
  font-family: didot, serif;
  font-weight: normal;
  font-size: 24px;
  color: darkslategray;
}

h4 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: darkslategray;
}

h5 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: darkslategray;
}

p {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  color: grey;
}

ul {
  padding-inline-start: 0;
}

ul li {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: darkslategray;
  list-style: none;
  display: inline;
  padding: 5px;
  line-height: 3;
}

section.images {
  margin: 0 0 30px 0;
}

figure {
  margin: 0;
}

figcaption {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  color: grey;
  text-transform: capitalize;
}

img {
  text-align: center;
  width: 50%;
  height: auto;
}

.img-large img {
  width: 100%;
  height: auto;
}

a:link {
  font-family: Verdana, sans-serif;
  font-weight: bold;
  color: darkslategray;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: lightslategray;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: lightcoral;
  background-color: transparent;
  text-decoration: underline;
}

ol {
  font-family: Verdana, sans-serif;
  font-weight: normal;
  color: grey;
}

.text-align-left {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ascii-art p {
  font-family: monospace;
  text-align: right;
}

.row {
  display: flex;
  padding: 30px 0px;
  align-items: center;
}

.row img {
  width: 90%;
  height: auto;
}

.col-3 {
  width: 33%;
}

.div-one {
  display: inline-block;
  width: 200px;
  border: lightcoral solid 2px;
  padding: 32px;
  margin: 32px 10px;
}

.sitemap img {
  width: 100%;
}

/* here is the breakpoint for smart phones */ 

@media screen and (max-width: 360px) {

    body {
      margin: 16px;
    }

    ul li {
      display: inline-block;
    }
}
