html {
  overflow-y: scroll;
}

html, body {
    background-color: #121212;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    height: 100%;
    margin: 0;
}

p {
    color: white;
}

h1, h2, h3 {
    color: #03dac6;
}

nav {
    transition: opacity 200ms;
    display: flex;
    justify-content: center;
    padding: 20px 50px 30px 50px;
}

a.active, a.active:hover {
    color: rgba(3, 218, 198, 1);
}

a:hover {
    color: rgba(3, 218, 198, 0.9);
}

a {
    text-decoration: none;
    color: #03dac6;
    padding: 9px 20px 9px 20px;
    font-weight: 600;
    color: rgba(3, 218, 198, 0.7);
}
nav > a {
    border-right: 1px solid #03dac6;
}

a.last-element {
    border: 0px;
}

.home-page {
    display: grid;
    grid-template-columns: auto;
    grid-template-areas:
    "img"
    "name"
    "desc";
    grid-area: content;
}

.now-page {
    grid-area: content;
}

.now-page img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.projects-page {
  grid-area: content;
}

.article {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}

.article > * {
    display: block;
    font-size: 1.5em;
}

article.links * {
  display: inline;
}

article.links img {
  width: auto;
  height: 32px;
}

article.links {
  margin-top: 2.5em;
  text-align: center;
}

.article > h3 {
    font-size: 2em;
    width: 100%;
}

.article a {
    padding: 0px;
}

.article p {
	text-indent: 5%;
	width: 100%;
}

.article ul {
	color: white;
	margin-left: 5%;
}

.container {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    grid-template-areas:
        ". content .";
    padding-top: 5%;
    max-height: calc(100% - 90px);
}

.project {
  padding: 20px;
  border-bottom: 1px solid grey;
  display: grid;
  grid-template-columns: 4fr 1fr;
}

.project img {
  grid-row: 1 / span 2;
  grid-column: 2;
  justify-self: center;
  border-radius: 15px;
}

.project:hover {
  background-color: #1a1a1a;
}

.projects-page ul {
  padding: 0px;
}

.project-link {
  padding: 0px;
  font-weight: 400;
}

.project  h3 {
  font-size: 1.75em;
}

.project p {
  font-size: 1.5em;
}

header {
  background-color: #121212;
  z-index: 1;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .container {
  padding-top: 102px;
}

@media screen and (min-width: 992px) {
    .small {
        grid-template-columns: 1fr 3fr 1fr !important;
    }
    .accordeon-menu {
        display: none;
    }

    .big-nav {
        display: block;
    }
}

@media screen and (max-width: 992px) {
    .accordeon-menu:hover .accordeon-content {
        display: block;
    }

    .accordeon-menu {
        display: block;
    }

    .big-nav {
        display: none;
    }

    .container {
        grid-template-columns: auto;
        grid-template-areas:
        "content";
    }

    .courage {
      display: none;
    }

    .footer-note {
      text-align: center;
    }

    .article {
        margin-left: 5%;
        margin-right: 5%;

    }

    .article > * {
        display: block;
        font-size: 2.5em;
    }

    .article > h3 {
        font-size: 3.5em;
    }

    .project  h3 {
      font-size: 2em;
    }

    .project p {
      font-size: 1.75em;
    }

    .project img {
      margin-left: 15px;
    }

    .name > h1 {
        font-size: 4em !important;
    }

    .description > p {
        margin-top: 10px;
    }

    html {
        font-size: 8px;
    }

    nav > a {
        display: block;
        border: 0px;
        color: white;
        font-size: 2em;
    }

    nav > a:hover {
        color: lightgray;
    }

    nav > a.active, a.active:hover {
        color: lightgray;
    }
    nav {
        display: block;
        text-align: center;
    }
}

.accordeon-menu {
    overflow: hidden;
}

.accordeon-menu > a {
    color: white;
}

.accordeon-img {
    height: 35px;
    display: flex;
    justify-content: center;
}

.accordeon-content {
    display: none;
}

.icon {
    width: 24px;
    height: 24px;
    padding: 0;
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 24px;
    color: white !important;
}

.home-page > div {
    display: flex;
    justify-content: center;
}

.image {
    grid-area: img;
}

.image > img {
    border-radius: 50%;
    width: 256px;
    height: 256px;
    object-fit: scale-down;
}

.name {
    grid-area: name;
}

.name > h1 {
    font-size: 3em;
    font-weight: 400;
}

.description {
    grid-area: desc;
}

.description > p {
    font-size: 3em;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}

.footer-note {
	border-top: 1px white solid;
	font-size: 1.5em;
}

.courage {
  position: fixed;
  bottom: 5%;
  right: 5%;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-6-18 19:43:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

.fade-in-bottom {
	-webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}




