/*-------------------- General --------------------*/

.content {
  position: relative;
  overflow-y: scroll;
  margin: 0 20px 20px 20px;
  width: calc(100% - 40px);
}

.col-md-4, .col-md-8 {
  padding: 0;
}

::-webkit-scrollbar {
    display: none;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

/*-------------------- Reusable --------------------*/

.link {
  color: #2cb8e2;
  border-bottom: 2px solid #2cb8e2;
}

.link, .link:visited {
  color: #2cb8e2;
  transition: all 0.15s;
}

.link:hover {
  color: #0a96c0;
}

.right-margin {
  margin-right: 15px;
}

.small-text {
  font-size: 15px;
  margin-top: 10px;
}

.red-text{
  color: #f45b69;
}

.blue-text {
  color: #2cb8e2;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid #2cb8e2;
  margin: 8px 0 0 6px;
}

.separator {
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  height: 60px;
  /* background-color: #fcfcfc; */
}

.page-footer {
  font-family: 'Open Sans', sans-serif;
  color: #888888;
  letter-spacing: 0.5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 10px;
}

/* .bg-grey {
  background-color: #fafafa;
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
} */

/*-------------------- Landing Page --------------------*/

#home {
  display: flex;
  min-height: 300px;
  margin: 0 auto;
  max-width: 2050px;
  flex-direction: column;
  /* background-color: #fafafa; */
}

.first-name {
  color: #2cb8e2;
}

.last-name {
  color: #454545;
}

.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 12px 15px;
}

.menu-items {

}

.menu-item {
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #454545;
  font-size: 1.2em;
  letter-spacing: 0.5px;
}

.landing-text {
  font-family: 'PT Serif', serif;
  font-weight: 600;
  font-size: 3.5em;
  color: #454545;
  margin-top: 200px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.landing-subtext {
  font-family: 'Open Sans', sans-serif;
  color: #454545;
  font-size: 1.4em;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
  max-width: 800px;
}

.margin-bottom--large {
  margin-bottom: 60px;
}

.me {
  margin-right: 40px;
  text-align: right;
}

.me-img {
  border-radius: 3px;
  margin-bottom: 20px;
  width: 360px;
  -webkit-box-shadow: -11px 10px 10px -6px rgba(204,204,204,1);
  -moz-box-shadow: -11px 10px 10px -6px rgba(204,204,204,1);
  box-shadow: -11px 10px 10px -6px rgba(204,204,204,1);
}

.about-link {
  display: inline-block;
}

/*-------------------- About Page --------------------*/

#about {
  position: relative;
  max-width: 1850px;
  margin: 0 auto;
}

.blue-border {
  width: 100%;
  background-color: #2cb8e2;
  height: 8px;
  border-radius: 3px;
}

.red-border {
  width: 100%;
  background-color: #f45b69;
  height: 8px;
  border-radius: 3px;
}

.purple-border {
  background-color: #bb90e1;
  width: 100%;
  height: 8px;
  border-radius: 3px;
}

.light-grey {
  background-color: #f9f9f9;
  height: 100%;
  text-align: center;
}

.dark-grey {
  background-color: #f5f5f5;
  height: 100%;
  text-align: center;
}

.mobile-about {
  display: none;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 22px;
  background-color: #ffffff;
}

.about-text-m {
  font-family: 'PT Serif', serif;
  font-weight: 600;
  font-size: 2.5em;
  letter-spacing: 1.5px;
  line-height: 130%;
  color: #4a4a4a;
  width: 100%;
}

.about-text {
  position: absolute;
  top: 70px;
  font-family: 'PT Serif', serif;
  font-weight: 600;
  font-size: 2.7em;
  letter-spacing: 1.5px;
  line-height: 130%;
  color: #4a4a4a;
  width: 750px;
  max-width: calc(100% - 20px);
  z-index: 1;
}

.designer-icon {
  width: 90px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.developer-icon {
  width: 110px;
  padding-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.engineer-icon {
  width: 90px;
  padding-bottom: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.role-container {
  margin-top: 300px;
}

.role {
  font-family: 'PT Serif', serif;
  font-size: 20px;
  font-weight: 600;
  color: #555555;
}

.role-desc {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 0.2px;
  line-height: 22px;
  color: #676767;
  padding: 5px 25px;
  max-width: 400px;
  text-align: left;
}

/*-------------------- Work Page --------------------*/

#work {
  position: relative;
  /* background-color: #fcfcfc; */
  max-width: 1850px;
  /* height: calc(100% - 30px); */
  max-height: 900px;
  margin: 0 auto;
}

.work-entry-container:hover {
  cursor: pointer;
}

.work-entry-container:hover .cl-logo,
.work-entry-container:hover .pivotal-logo {
  max-width: 80%;
  max-height: 70px;
}

.work-entry-container:hover .project-pic {
  width: 170px;
}

.work-entry-container:hover .inno-logo {
  width: 85px;
}

.work-entry-container:hover .experience-title {
  color: #f45b69;
}

.work-entry-container:hover .experience-title-blue {
  color: #2cb8e2;
}

.work-entry-container:hover .work-entry {
  background-color: #ececec;
}

.work-header {
  color: #4a4a4a;
  margin: 5px 0 40px 0;
  font-size: 2em;
  font-family: 'PT Serif', serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.1px;
}

.experience-header {
  color: #4a4a4a;
  margin: 20px 0 25px 0;
  font-size: 2em;
  font-family: 'PT Serif Caption', serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.1px;
  width: 100%;
}

.work-entry {
  position: relative;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f3f3f3;
  border-radius: 3px;
  margin: 0 15px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.experience-tag {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #aaaaaa;
}

.work-entry-tag {
  display: inline-block;
  color: #ffffff;
  padding: 2px 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.3px;
  background-color: #f45b69;
  border-radius: 20px;
  margin: 0 0 2px 0;
}

.work-entry-tag-blue {
  display: inline-block;
  color: #ffffff;
  padding: 2px 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.3px;
  background-color: #2cb8e2;
  border-radius: 20px;
  margin: 0;
}

.project-title-container {
  display: flex;
  align-items: center;
  margin: 10px 0 2px 20px;
}

.cl-logo, .pivotal-logo {
  max-width: 70%;
  max-height: 60px;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.inno-logo {
  width: 70px;
}

.project-pic {
  width: 150px;
}

.project-pic, .inno-logo {
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.experience-title, .experience-title-blue {
  display: inline-block;
  font-family: 'PT Serif', serif;
  font-weight: 600;
  font-size: 17px;
  color: #4a4a4a;
  letter-spacing: 0.4px;
  margin: 0 15px 0 0;
  padding: 0;
  transition: color 0.3s;
}

.experience-desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  margin: 0 0 25px 20px;
  padding: 0;
  color: #4a4a4a;
}

.footer {
  color: #555555;
  font-size: 16px;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 300;
  padding-top: 20px;
}
