* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

img {
  width: 100%;
  display: block;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 3.1rem;
  font-family: 'PT Serif', serif;
  position: relative;
  font-size: 1.65rem;
}

#content {
  max-width: 800px;
  width: 100%;
  padding: 100px 40px 40px 40px;
  margin: auto;
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 60px;
  color: rgb(150, 150, 150);
  font-family: 'Lato', sans-serif;

  background-color: rgba(255, 255, 255, 0.97);
  text-transform: uppercase;
  font-size: 1.28rem;
  font-weight: 700;

  z-index: 10;
}

#sidebar > div{
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 0 40px;
  max-width: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dotted rgba(100, 100, 100, 0.2);

}

.sidebar-nav {
  color:  #A00000;
}

.sidebar-spacer {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20px;
}

.sidebar-nav {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 100%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
}

.sidebar-nav a {
  width: 100%;
  height: 100%;
  display: block;
}

.sidebar-nav:last-child {
  text-align: right;
}

#sidebar a:hover {
  color: #86C6FD;
}

#sidebar a:hover:visited {
  color: #86C6FD;
}

#sidebar a:visited {
  color:  #A00000;
}

#svg-rss,
#svg-twitter,
#svg-fb {
  width: auto;
  height: 20px;
  fill: #A00000;
  max-width: 100%;
  display: block;
  margin: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#svg-rss:hover,
#svg-twitter:hover,
#svg-fb:hover {
  fill: #86C6FD;
}

a {
  text-decoration: none;
  color: #A00000;
}

a:hover {
  color: #86C6FD;
  text-decoration: underline;
}

a:hover:visited {
  color: #86C6FD;
  text-decoration: underline;
}

a:visited {
  color: #A00000;
  text-decoration: underline;
}

.u-image {
  padding: 30px 0 10px 0;
}

.u-twofer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

.u-twofer div:first-child {
  padding: 0 10px 0 80px;
  max-width: 800px;
}

.u-twofer div:last-child {
  padding: 0 80px 0 10px;
  max-width: 800px;
}

@media (max-width: 960px) {
  .u-twofer div:first-child {
    padding: 0 10px 0 40px;
  }

  .u-twofer div:last-child {
    padding: 0 40px 0 10px;
  }
}

@media (max-width: 800px) {
  .u-twofer div:first-child,
  .u-twofer div:last-child {
    padding: 0 40px;
    margin: 16.5px 0;
  }

  .u-twofer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.u-image i {
  margin-top: 10px;
  display: block;
  font-size: 0.9em;
}

.u-image--center {
  text-align: center;
}


@media (max-width: 600px) {
  body {
    width: 100%;
    max-width: initial;
  }
}

i {
  font-style: italic;
}

#footer {
  width: 100%;
  position: relative;
  text-align: center;
  color: #A00000;
  font-family: 'Lato', sans-serif;

  -webkit-flex-shrink: 0;

      -ms-flex-negative: 0;

          flex-shrink: 0;
  font-weight: 300;

  width: 100%;
  cursor: default;
  letter-spacing: 2;
  height: 6.0rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

#copyright {
  position: absolute;
  height: 3.0rem;
  font-weight: 100;
  bottom: 0;
  right: 0;
  padding: 10px 25px;
  color: #A00000;
  opacity: 0.6;
  font-size: 9px;
  font-family: 'Lato', sans-serif;
  line-height: initial;
}


.header {
  font-family: 'Lato', sans-serif;
  line-height: 5.0rem;
  font-weight: 500;
}

#fresh {
  display: block;
  /* Used to offset header. need to subtract paragraph margin from padding (height) (line-height) because of margin collapsing */
  margin-top: -60px;
  padding-top: 43.5px;
}

#browsercheck {
  border: 1px dotted rgba(100, 100, 100, 0.2);
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  max-width: 600px;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-weight: 300;
  font-size: 13px;
  color: #A00000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
