.homeMainContent {
  min-height: 80vh;
}
.homePageTexts {
  padding: 0 30px;
  text-align: justify;
}
.homePortrait {
  border-radius: 50%;
  width: 40vh;
  height: 40vh;
}
.portraitContainer img {
  width: 250px;
}
@media (min-width: 960px) {
  .portraitContainer img {
    width: 400px;
  }
}
@media (min-width: 1280px) {
  .portraitContainer img {
    width: 500px;
  }
}
.resumeAllContentContainer {
  padding: 0 7%;
}
.resumeContainer {
  padding: 0 4%;
}
.skillsContainer {
  min-width: 33%;
}
.skillsContainer h3 {
  position: relative;
  text-align: left;
  border-radius: 5px;
  margin: 0 0 5px 0;
  font-size: 100%;
}
.skillsContainer .skillsSectionContainer {
  margin-bottom: 35px;
}
.skillsContainer .skillsSectionContainer .skillItem .skillName {
  display: inline-block;
  width: 150px;
}
.skillsContainer .skillsSectionContainer .skillItem .skillDotsContainer {
  display: inline-block;
}
.skillsContainer .skillsSectionContainer .skillItem .skillDot {
  display: inline-block;
}
.skillsContainer .skillsSectionContainer .skillItem .skillDot div {
  width: 6px;
  height: 6px;
  border: solid black 1px;
  border-radius: 50%;
  margin-right: 1px;
}
.skillSectionIcon {
  position: absolute;
  top: 0px;
  left: -13px;
  border-radius: 50%;
}
.resumePartContainer .resumeItem {
  position: relative;
  padding: 0 15px;
}
.resumePartContainer .resumeItem .resumeItemIcon {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 4px;
  left: -13px;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
}
.resumePartContainer .resumeItem h3 {
  display: inline-block;
  text-align: left;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  font-size: 100%;
}
.resumePartContainer .resumeItem .resumeDates {
  font-size: 80%;
}
.resumePartContainer .resumeItem .resumeDescription p {
  margin: 5px 0 30px 0;
  text-align: justify;
  text-justify: inter-word;
}
.projectsAllContentContainer {
  padding: 0 11%;
  min-height: 80vh;
}
.projectsAllContentContainer h1 {
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 10px;
}
.projectsAllContentContainer .sectionSubtitle {
  margin-top: 0;
}
.projectContainer {
  width: 100%;
  padding-bottom: 20px;
  padding: 10px 0;
}
.projectContainer .projectTitleAbove {
  padding: 0 20px;
  margin: 0;
}
.projectContainer .projectTitleRight {
  display: inline-block;
  width: 250px;
  margin: 0;
}
.projectContainer div {
  padding: 0 20px;
}
.projectContainer div p {
  text-align: justify;
}
.projectContainer img {
  max-width: 200px;
  max-height: 200px;
  border-width: 2px;
  border-style: solid;
}
.animated-list-item.ng-enter {
  transition: all linear 0.6s;
  opacity: 0;
}
.animated-list-item.ng-enter-active {
  opacity: 1;
}
.animated-list-item.ng-leave {
  transition: all linear 0.2s;
  opacity: 1;
}
.animated-list-item.ng-leave-active {
  opacity: 0;
}
.animated-list-item:nth-child(10) {
  animation-delay: 0.5s;
}
.animated-list-item:nth-child(9) {
  animation-delay: 0.45s;
}
.animated-list-item:nth-child(8) {
  animation-delay: 0.4s;
}
.animated-list-item:nth-child(7) {
  animation-delay: 0.35s;
}
.animated-list-item:nth-child(6) {
  animation-delay: 0.3s;
}
.animated-list-item:nth-child(5) {
  animation-delay: 0.25s;
}
.animated-list-item:nth-child(4) {
  animation-delay: 0.2s;
}
.animated-list-item:nth-child(3) {
  animation-delay: 0.15s;
}
.animated-list-item:nth-child(2) {
  animation-delay: 0.1s;
}
.animated-list-item:nth-child(1) {
  animation-delay: 0.05s;
}
body {
  font-family: 'PT Sans', sans-serif;
}
.titleContainer {
  margin: 15px 15px 15px 0;
  font-size: 75%;
  color: white !important;
}
.titleContainer a {
  text-decoration: none !important;
}
.titleContainer span {
  display: block;
  font-weight: bold;
}
.titleContainer .authorName {
  font-size: 75%;
  margin-top: 5px;
  color: white !important;
  text-decoration: none !important;
}
.titleContainer .businessName {
  font-size: 200%;
  line-height: 100%;
  color: white !important;
  text-decoration: none !important;
}
.titleContainer .professionDescription {
  font-size: 70%;
  letter-spacing: 0.13em;
  color: white !important;
  text-decoration: none !important;
}
md-sidenav .titleContainer {
  margin-left: 10px;
}
.md-nav-item a {
  font-size: large;
}
footer {
  padding: 5px 0;
}
.footerItem {
  margin: 0 10px 0 10px;
}
.narrowContentContainer {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.contentWithPadding {
  padding: 0 5%;
}
deuter .niddhog,
deuter .rupert {
  display: none;
}
/* leaving animations ----------------------------------------- */
/* rotate and fall */
@keyframes rotateFall {
  0% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(10deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: rotateZ(17deg);
  }
  60% {
    transform: rotateZ(16deg);
  }
  100% {
    transform: translateY(100%) rotateZ(17deg);
  }
}
/* slide in from the bottom */
@keyframes slideOutLeft {
  to {
    transform: translateX(-100%);
  }
}
/* entering animations --------------------------------------- */
/* scale up */
@keyframes scaleUp {
  from {
    opacity: 0.3;
    -webkit-transform: scale(0.8);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
}
.page.ng-enter {
  animation: slideInLeft 0.5s both ease-in;
  z-index: 8888;
}
.page.ng-leave {
  animation: slideOutLeft 0.4s both ease-in;
  z-index: 9000;
}
a > md-icon.material-icons {
  line-height: inherit !important;
}
.loadingScreen.ng-leave {
  opacity: 1.0;
  transition: all linear 1000ms;
  animation: none;
  transition-delay: 1000ms;
  -webkit-transition: all linear 1000ms;
  -webkit-transition-delay: 1000ms;
  -webkit-animation: none;
}
.loadingScreen.ng-leave-active {
  opacity: 0;
}
