html {
  font-family:"Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.431);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F5F3EF;
  font-size: 18px;
  z-index: 2;
}

main {
  margin-top: 85px;
}

footer {
  width: 100%;
  height: 200px;
  background:#f1eee6;
  color: #F5F3EF;
  font-size: 1.2em;
  padding-bottom: 8px;
  padding-top: 4px;
}

#footerInfo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: #5c5851;
  padding-top: 10px;
}

#copyrightInfo {
  font-size: 12px;
  padding: 6px;
  padding-left: 15px;
  color: #5c5851;
  font-family:'Source Code Pro', monospace ;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer hr {
  border-color: #f3efe8;
}

.hr {
  border: 0;
  height: 1px;
  font-size: 6em;
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -o-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -moz-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -webkit-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -ms-linear-gradient(
    to left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(0.5, rgba(0, 0, 0, 0.3)),
    color-stop(1, rgba(0, 0, 0, 0.1))
  );
}

#footerTable td,
#footerTable th {
  padding: 8px;
  font-family:'Source Code Pro', monospace ;
  font-size: 16px;
}

#iconTable td,
#iconTable th {
  padding: 6px;
}

#iconTable {
  margin-right: 8px;
}

#footerTable {
  margin-left: 8px;
}

.mainContent {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4px;
  min-height: 80vh;
  list-style: none;
}

#homeContent {
  text-align: center;
}

#reviewsContent {
  display: flex;
  justify-content: center;
}

#termsContent {
  font-size: 1.1em;
}

#termsContent li a {
  color: black;
}

#termsContent h2 {
  padding-top: 90px;
  margin-top: -90px;
}

#blogContent {
  display: flex;
  justify-content: space-between;
}

#mainNav {
  list-style: none;
  height: 100%;
  display: flex;
}

.mainNavItem:hover {
  background: #f1eee6;
}

.mainNavItem {
  padding: 0 7px;
}

.mainNavItem a {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: 'Source Code Pro', monospace;
}

.button {
  text-align: center;
  background: #000000;
  padding: 12px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-family: 'Source Code Pro', monospace;
}

.prettyTable,
.prettyTable th,
.prettyTable td {
  border: 0px solid;
  border-collapse: collapse;
  padding: 12px;
  text-align: left;
}

.prettyTable,
.prettyTable tr {
  border: 1px solid rgba(200, 200, 200, 0.856);
}

.prettyTable,
.prettyTable th,
.prettyTable td {
  border: none;

}

.prettyTable tr:nth-of-type(odd) {
  background: rgba(233, 233, 233, 0.856);
}

.ratesTitles {
  text-align: left;
}

.slideshow {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.slideshow > img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.3s;
}

img.activeSlide {
  opacity: 1;
}

#slideshowWrapper {
  width: 80%;
  margin: 8px auto;
}

#homeLogo {
  position: absolute;
  top: 165px;
  left: 370px;
  z-index: 1;
  width: 210px;
  height: 210px;
  border-radius: 120px;
  background: white;
  border: 1px solid #642714;
  box-shadow: 0 0 8px rgba(96, 95, 94);
}

#title {
  font-family: 'Allison', cursive;
  font-size: 50px;
}

#refTitle {
  font-family: 'Source Code Pro', monospace;
}

#blogTitle {
  font-family: 'Source Code Pro', monospace;
  text-align: center;
  padding-bottom: 15px;
}

#titleParagraph {
  font-family: 'Source Code Pro', monospace;  
}

#blogText {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

#rocket {
 width: 50%;
 height: 50%;
 display: block;
 margin-left: auto;
 margin-right: auto;
 padding-top: 30px;
 padding-bottom: 15px;
}

#wordCount {
  font-size: 15px;
  text-align: center;
}