* {
  box-sizing: border-box;
  transition: 0.35s ease;
}
.rela-block {
  display: block;
  position: relative;
  margin: auto;
  top: ;
  left: ;
  right: ;
  bottom: ;
}
.logo-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
}
.rela-inline {
  display: inline-block;
  position: relative;
  margin: auto;
  top: ;
  left: ;
  right: ;
  bottom: ;
}
.floated {
  display: inline-block;
  position: relative;
  margin: false;
  top: ;
  left: ;
  right: ;
  bottom: ;
  float: left;
}
.abs-center {
  display: false;
  position: absolute;
  margin: false;
  top: 50%;
  left: 50%;
  right: false;
  bottom: false;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 88%;
}
body {
  font-family: 'Open Sans';
  font-size: 18px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 28px;
  background: URL("../images/leaves.png") right no-repeat;
  background-size: cover;
}
body:before {
  content: "";
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.92);
}
.caps {
  text-transform: uppercase;
}
.justified {
  text-align: justify;
}
p.light {
  color: #777;
}
h2 {
  font-family: 'Open Sans';
  font-size: 30px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 40px;
  color: #000;
}
h3 {
  font-family: 'Open Sans';
  font-size: 21px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 28px;
  color: #000;
}
.page {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  background-color: #fff;
  box-shadow: 6px 10px 28px 0px rgba(0,0,0,0.4);
}
.top-bar {
  height: 220px;
  background-color: #848484;
  color: #fff;
}
.name {
  display: false;
  position: absolute;
  margin: false;
  top: false;
  left: calc(350px + 5%);
  right: 0;
  bottom: 0;
  height: 120px;
  text-align: center;
  font-family: 'Raleway';
  font-size: 58px;
  letter-spacing: 8px;
  font-weight: 100;
  line-height: 60px;
}


.visitor-count {
  position: absolute;  /* Keeps the element fixed while scrolling */
  top: 50px;        /* Places the element 50px from the top */
  left: 0;          /* Aligns the element to the left */
  width: 100%;      /* Optional: makes the element span the full width of the page */
  text-align: center; /* Optional: centers the text horizontally */
  display: inline-block; /* Keeps this element as a block but inline with other elements */
  z-index: 1000;    /* Ensures the element stays on top of other content */
}

#VisitorCounter {
  display: inline; /* Ensure the VisitorCounter div stays inline with the Welcome text */
}

.name div {
  width: 94%;
}
.side-bar {
  display: false;
  position: absolute;
  margin: false;
  top: 60px;
  left: 5%;
  right: false;
  bottom: 0;
  width: 350px;
  background-color: #f7e0c1;
  padding: 320px 30px 50px;
}
.list-thing-project {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.mugshot {
  display: false;
  position: absolute;
  margin: false;
  top: 50px;
  left: 70px;
  right: false;
  bottom: false;
  height: 210px;
  width: 210px;
}
.mugshot .logo {
  margin: -23px;
}
.logo {
  display: false;
  position: absolute;
  margin: false;
  top: 0;
  left: 0;
  right: false;
  bottom: false;
  z-index: 100;
  margin: 0;
  color: #000;
  height: 250px;
  width: 250px;
}
.logo .logo-svg {
  height: 100%;
  width: 100%;
  stroke: #000;
  cursor: pointer;
}
.logo .logo-text {
  display: false;
  position: absolute;
  margin: false;
  top: 35%;
  left: ;
  right: 16%;
  bottom: ;
  cursor: pointer;
  font-family: "Montserrat";
  font-size: 55px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 58.333333333333336px;
}
.social {
  padding-left: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}
.social:before {
  content: "";
  display: false;
  position: absolute;
  margin: false;
  top: -4px;
  left: 10px;
  right: false;
  bottom: false;
  height: 35px;
  width: 35px;
  background-size: cover !important;
}
.social.twitter:before {
  background: URL("../images/twitter.png") center no-repeat;
}
.social.github:before {
  background: URL("../images/github.png") center no-repeat;
}
.social.linked-in:before {
  background: URL("../images/linkedin.png") center no-repeat;
}
.side-header {
  font-family: 'Open Sans';
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 500;
  line-height: 15px;
  margin: 60px auto 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #888;
}
.list-thing {
  padding-left: 25px;
  margin-bottom: 10px;
}
.list-thing-bold {
  padding-left: 25px;
  margin-bottom: 10px;
  font-weight: bold;
}
.list-thing-italics {
  padding-left: 25px;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 15px;
}
.list-thing-underline {
  padding-left: 25px;
  margin-bottom: 10px;
  text-decoration: underline;
}
.list-thing-whoami {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
}
.list-thing-coursework {
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
}
.list-thing-certs {
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 13px;
}
.list-thing-skills {
  padding-left: 25px;
  margin-bottom: -20px;
  margin-bottom: -20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
}
.content-container {
  margin-right: 0;
  width: calc(95% - 350px);
  padding: 15px 40px 15px;
}
.content-container > * {
  margin: 0 auto 25px;
}
.content-container > h3 {
  margin: 0 auto 15px;
}
.content-container > p.long-margin {
  margin: 0 auto 10px;
}
.title {
  width: 80%;
  text-align: center;
}

.resume-download {
  display: inline-block;
  padding: 10px 15px;
  background-color: #3399ff;
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 10px;
}
.resume-download:hover {
  background-color: #267acc;
}

.separator {
  width: 240px;
  height: 2px;
  background-color: #999;
}
.greyed {
  background-color: #ddd;
  width: 100%;
  max-width: 580px;
  text-align: center;
  font-family: 'Open Sans';
  font-size: 18px;
  letter-spacing: 6px;
  font-weight: 600;
  line-height: 28px;
}
@media screen and (max-width: 1150px) {
  .name {
    color: #fff;
    font-family: 'Raleway';
    font-size: 38px;
    letter-spacing: 6px;
    font-weight: 100;
    line-height: 48px;
  }
}
