
/* generic styles ----------------------------------- */

body {
  background-color: white;
  margin: 0 auto;
  font-family: 'Raleway', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  text-align: center;
  letter-spacing: 1px;
}

header {
  margin: 0;
  padding: 1px 1em;
  background-color: rgba(34, 54, 74, .9);
  text-align: center;
}
header img {
  padding-top: 1em;
  width: 35px;
}
header span {
  color: white;
  text-transform: uppercase;
}

h1 {
  font-size: 3.5vmin;
  color: #D1F141;
  letter-spacing: 2px;
  font-weight: 200;
  margin-top: 0;
}
h2 {
  margin: 0;
  font-size: 2vmin;
  line-height: 1.5em;
  color: #D1F141;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 1em 1.2em 0 1.2em;
}
h3 {
  text-transform: uppercase;
  font-size: 7vmin;
  margin: 0;
  display: inline-block;
}
h4 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 4em 1em 0 1em;
  font-size: 2vmin;
  letter-spacing: .1em;
  color: #22364A;
}

p {
  margin: 0;
  padding: 0 2em;
  font-weight: 100;
  font-size: 1em;
}
.bold {
  font-weight: bold;
  color: gray;
}
.subhead {
  font-weight: 600;
  color: #22364A;
  text-transform: uppercase;
  font-size: 1.8em;
  padding: 0 1em .5em;
}
.icon {
  width: 15px;
  vertical-align: bottom;
  opacity: 50%;
}
.icon a:hover {
  opacity: 100%;
}

.description {
  font-size: 1.2em;
  padding: .5em;
  padding-top: 2.5em;
}

code {
  padding: 0 .8em;
  color: #cccccc;
}

.left {
  text-align: left;
  font-size: 1.2em;
  line-height: 1.25;
  white-space: pre-line;
  padding: 1em 2em;
  transform: translate(0%, 10%);
  -webkit-transform: translate(0%, 10%);
  -moz-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  -o-transform: translate(0%, 10%);
}
.right {
  text-align: left;
  font-size: 1.2em;
  padding: 1em 2em;
  vertical-align: bottom;
  /* transform: translate(0%, 10%);
  -webkit-transform: translate(0%, 10%);
  -moz-transform: translate(0%, 10%);
  -ms-transform: translate(0%, 10%);
  -o-transform: translate(0%, 10%); */
}

/* spacing styles ----------------------------------- */

/* .thin {
  height: 20px;
}

.ecomm {
  padding: 2em;
  max-height: 90%;
  max-width: 30%;
} */

.mw-20 {
  max-width: 20%;
}
.mw-25 {
  max-width: 25%;
}
.mw-30 {
  max-width: 30%;
}
.mw-40 {
  max-width: 40%;
}
.mw-50 {
  max-width: 50%;
}
.mw-70 {
  max-width: 70%;
}
.mw-80 {
  max-width: 80%;
}
.mw-85 {
  max-width: 85%;
}
.mw-90 {
  max-width: 90%;
}
.mw-95 {
  max-width: 95%;
}
.mw {
  margin: 0;
  padding: 0;
  max-width: 100%;
  float: left;
}

.top-3 {
  padding-top: 3em;
}
.top-5 {
  padding-top: 5em;
}
.bottom-3 {
  padding-bottom: 3em;
}
.bottom-5 {
  padding-bottom: 5em;
}

.divider{
  height: 10px;
}
.space-50 {
  height: 50px;
}
.space-100 {
  height: 100px;
}
.space-200 {
  height: 200px;
}


/* main styles ----------------------------------- */

main {
  margin: auto;
}
main a {
  text-decoration: none;
  color: grey;
  font-weight: 400;
}
main a:hover {
  font-weight: 600;
}
main span {
  font-size: smaller;
}
.main div {
  margin: 0;
}

.catagory {
  margin: 0;
  background: rgb(30, 30, 30);
  color: #D1F141;
}


/* links styles ------------------------------------- */
section {
  margin: 0;
  background-color: black;
  color: white;
  font-weight: 400;
  padding: 1em;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  display: inline-block;
  padding: .5% 1.5%;
  margin: 0;
  text-transform: uppercase;
  font-size: 1vmax;
}
li.self {
  color: #D1F141;
  font-weight: 600;
}
section a {
  color: white;
  text-decoration: none;
}
section a:hover {
  font-weight: 600;
}
.back {
  padding: .5em;
  width: 35px;
}
.back:hover {
  opacity: .75;
}


/* contact styles ----------------------------------- */
aside {
  margin: 0;
  background-color: #D1F141;
  color: black;
}

.contact ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
  vertical-align: middle;
}
.contact li {
  display: inline;
  padding: 1.2em .5em 0;
}
.contact li:hover {
  opacity: 50%;
}
.contact img {
  padding: .3em;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
}


/* footer styles ----------------------------------- */

footer {
  font-size: x-small;
  text-align: center;
  padding: .5em;
}
