body {
    font-family: 'Darker Grotesque', sans-serif;
    color: white;
    background: linear-gradient(174deg, #4bb5dd, #7b4bdd, #35c500);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 32s ease infinite;
    -moz-animation: AnimationName 32s ease infinite;
    animation: AnimationName 32s ease infinite;
}

.photo {
    position: relative;
    background-color: rgba(0, 0, 0, 0.75);
}

.header {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

h1 {
    font-size: 70px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

p {
    font-size: 20px;
}


/* Bottom menu
* --------------------------------------- */

#infoMenu li a {
    color: #fff;
}

.portrait img {
    width: 400px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: 0.3s;
}

.portrait img:hover {
    transform: scale(1.1);
}

.header-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* .header h1 {
  margin-left: 100px;
} */

.down-arrow {
    position: fixed;
    top: 90%;
    left: 49%;
}

.down-arrow a {
    text-decoration: none;
}

.down-arrow img {
    width: 30px;
    transition: 0.2s
}

.down-arrow img:hover {
    transform: scale(1.2);
}

#section1 {
    text-align: center;
}

.justified {
    text-align: justify;
}


/* Work */

#section2 {
    text-align: center;
}

#section3 {
    text-align: center;
}

#role_tag {
    font-size: 20px;
    font-style: italic;
}

#icon {
    max-width: 80px;
    margin-top: 20px;
}

#play_badge {
    max-width: 155px;
}

.intro {
    padding-bottom: 2%;
}

.intro p {
    font-size: 40px;
}


/* #goal_button {
  background-color: black;
  border: none;
  color: white;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;

} */

.intro .first img,
.intro .last img {
    width: 300px;
}

.social-buttons img {
    width: 50px;
    transition: 0.2s;
    color: white;
}

.social-buttons img:hover {
    transform: scale(1.2);
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 14px;
    width: 14px;
    margin: -16px 0 0 -16px;
    border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 7px;
    width: 7px;
    border: 0;
    background: rgba(255, 255, 255, 0.75);
    ;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -12px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 12px;
    height: 12px;
    margin: -15px 0px 0px -15px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -150%;
    padding-right: 18px;
    color: #fff;
    font-size: 20px;
    font-family: 'Darker Grotesque', sans-serif;
    font-weight: lighter;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}

@media screen and (max-width: 540px) {
    #fp-nav {
        position: fixed;
        z-index: 100;
        margin-top: -32px;
        top: 10%;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }
    #fp-nav ul li,
    .fp-slidesNav ul li {
        display: block;
        width: 13px;
        height: 13px;
        margin: 7px;
        position: relative;
    }
    .fp-slidesNav ul li {
        display: inline-block;
    }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
        display: block;
        position: relative;
        z-index: 1;
        width: 100%;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
    }
    #fp-nav ul li a.active span,
    .fp-slidesNav ul li a.active span,
    #fp-nav ul li:hover a.active span,
    .fp-slidesNav ul li:hover a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%;
    }
    #fp-nav ul li a span,
    .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: rgba(255, 255, 255, 0.75);
        ;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
        width: 10px;
        height: 10px;
        margin: -5px 0px 0px -5px;
    }
    #fp-nav ul li .fp-tooltip {
        position: absolute;
        top: -43.5%;
        color: #fff;
        font-size: 14px;
        padding-right: 0px;
        font-family: 'Darker Grotesque', sans-serif;
        font-weight: bold;
        white-space: nowrap;
        max-width: 220px;
        overflow: hidden;
        display: block;
        opacity: 0;
        width: 0;
        cursor: pointer;
    }
    .fp-controlArrow.fp-prev {
        left: 10%;
    }
    .fp-controlArrow.fp-next {
        right: 10%;
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    #role_tag {
        font-size: 15px;
    }
    .goal {
        padding: 20%;
    }
    .header-info {
        text-align: center;
        margin-top: 20px;
    }
    .work-text {
        top: 184%;
        left: 41%;
    }
    .work-text h2 {
        font-size: 20px;
    }
    .portrait img {
        width: 200px;
    }
    #navbar li {
        width: 120px;
    }
    .about h1 {
        font-size: 30px;
    }
    #icon {
        max-width: 40px;
    }
    .first-goal img {
        max-width: 40%;
        height: auto;
        width: auto;
    }
    #goalz_icon {
        max-width: 50px;
        margin-top: 20px;
    }
    .goal-info {
        margin-top: 40px;
    }
    /* #goal_button{
    margin-top: 20px;
    visibility: hidden;
  } */
    .last-goal {
        visibility: hidden;
        position: fixed;
    }
    #goalz_dev_info {
        font-size: 16px;
        margin-top: 20px;
        color: black;
    }
    #iyw_screen {
        max-width: 90%;
        height: auto;
        width: auto;
    }
    /* #visit_button {
    visibility: hidden;
  } */
    #contact_margin {
        margin-top: 100px;
    }
    .iframe {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
        width: 100%;
    }
    .resp-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

@media screen and (min-width: 540px) and (max-width: 780px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 20px;
    }
    #role_tag {
        font-size: 15px;
    }
    .header-info {
        text-align: center;
    }
    .work-text {
        left: 45%;
    }
    .portrait img {
        width: 300px;
    }
    #navbar li {
        width: 120px;
    }
    .about h1 {
        font-size: 50px;
    }
    .first-goal img {
        max-width: 100px;
    }
    #goalz_icon {
        max-width: 70px;
        margin-top: 30px;
    }
    .goal-info {
        margin-top: 50px;
    }
    .text-goal p {
        font-size: 30px;
        margin-top: 10px;
    }
    #goal_button {
        margin-top: 70px;
    }
    .last-goal {
        visibility: hidden;
        position: fixed;
    }
    #iyw_screen {
        width: 500px;
    }
    .iframe {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
        width: 100%;
    }
    .resp-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

@media screen and (min-width: 780px) and (max-width: 1200px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    .header-info {
        text-align: center;
    }
    .work-text {
        left: 47%;
    }
    .down-arrow {
        left: 48.5%;
    }
    .work-down-arrow {
        left: 48.5%;
    }
    .info-down-arrow {
        left: 48.5%;
    }
    .portrait img {
        width: 300px;
    }
    #navbar li {
        width: 120px;
    }
    .about h1 {
        font-size: 50px;
    }
    .first-goal img {
        max-width: 150px;
        margin-top: 50px;
    }
    #goalz_icon {
        max-width: 70px;
        margin-top: 30px;
    }
    .goal-info {
        margin-top: 50px;
    }
    .text-goal p {
        font-size: 30px;
        margin-top: 10px;
    }
    #goal_button {
        margin-top: 70px;
    }
    .last-goal {
        visibility: hidden;
        position: fixed;
    }
    #iyw_screen {
        width: 600px;
    }
    .iframe {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
        width: 100%;
    }
    .resp-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 42% 0%
    }
    50% {
        background-position: 59% 100%
    }
    100% {
        background-position: 42% 0%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 42% 0%
    }
    50% {
        background-position: 59% 100%
    }
    100% {
        background-position: 42% 0%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 42% 0%
    }
    50% {
        background-position: 59% 100%
    }
    100% {
        background-position: 42% 0%
    }
}