/*MY CODE*/


h1 {
  font-family: "Delius Swash Caps", cursive;
  font-size: 2.9rem;
  font-weight: bolder;
  text-align: center;
  margin: 0.75rem;
  overflow-wrap: break-word;
}

h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.5rem;
  font-weight: bolder;
  text-align: center;
  margin: 0.75rem;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  margin: 0.75rem;
}

h4 {
  padding: 0.7rem 0rem;
  text-decoration: underline;
  font-weight: normal;
}

body {
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%;
}

p {
  font-size: 1rem;
  line-height: 1.2rem;
  margin: 0.8rem 0.8rem;
}

br {
  line-height: 1.2rem;
}

ul.b {
  list-style-type: square;
  list-style-position: inside;
  font-size: 1rem;
  line-height: 1.3rem;
  margin: 1.3rem;
}

ul.c {
  list-style-type: disc;
  list-style-position: inside;
}

ul.d {
  list-style-type:nownownow;
  list-style-position: inside;
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

img {
  width: auto;
  height: auto;
}

.logo {
  max-width: 85%;
  height: auto;
  margin-left:auto;
  margin-right:auto;
  padding-top: 1rem;
  display:block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  margin-left:auto;
  margin-right:auto;
  display:block;
}

.desktopview {
  margin: 0rem 8rem;
  background-color: #e5d0f997;
}


figcaption {
  text-align: left;
  padding-bottom: 1rem;
  margin: 0.3rem;
}


.footer {
  font-size:0.7rem;
  text-align: center;
  padding: 1%;
  line-height:normal;
}

a:link {
  color: #5800af;
  font-weight: bolder;
}

img.nsfw {
  filter: blur(1em);
}
