@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display+SC');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

html {
    scroll-behavior: smooth;
}

header {
    position: fixed; 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    background-color:transparent;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 0em;
    padding: 1rem;
    z-index: 2;
}

header a {
    text-decoration: none;
    color: grey; 
}

header a:hover {
    color: rgb(250, 164, 223)
}

h1 {
color: rgb(247, 118, 208);
font-size: 2.5rem;
padding-top: 1.2em;
font-family: 'Roboto Condensed', sans-serif;
font-weight: normal;
}

header ul li {
    color: color: rgb(247, 118, 208);
    font-size: 2.5rem;
    padding-top: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 4%;
}

.about {
    font-family: 'Slabo 27px', serif;
}

.cover {
    height: 100vh;
    width: 100%;
}

.cover-container{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.cover-container .cover-content {
    text-align: center;
    animation-name: bounceInDown;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    width: 95%;
}

.cover-content p{
    line-height: unset;
    color:#fefefa; 
    font-family: 'Playfair Display SC', serif;
    font-weight: bold;
    font-size: 2rem;
}

.cover-content p:nth-child(2){
    font-size: 2.7rem;  
    color: #FFB8EA;
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}

@media only screen and (min-width: 768px) {

    .cover-content p {
        font-size: 2.5rem;
    }
    .cover-content p:nth-child(2) {
        font-size: 4rem;
    }

} 

@keyframes bounceInDown {
    0% {
        opacity: 0;
        top: -100%;
    }
    60% {
        opacity: 1;
        top: 51%;
    }
    80% {
        top: 49%;
    }
    100% {
        top: 50%;
    }
}

.heart-icon {
    margin-bottom: -1.2rem;
}

.social-icons {
    margin-top: 2rem;
}

.social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
    border: 3px solid transparent;
    border-radius: 50%;
    transition: background 0.4s ease; 
}

.social-icons a:hover {
    border-radius: 50%;
    background: #fefefa; 
}

.profile-img {
    border-radius: 50%;
    display: block;
    margin-top: 2rem; 
    transition: transform .3s;
    height: 17rem;
}

.profile-img:hover {
    transform: scale(1.1);
}

.heading-pink {
    font-family: 'Playfair Display SC', serif;
    text-align: center;
    margin-top: 2.5rem;
    font-size: 3rem;
    color: rgb(255, 184, 234);
}

.contact {
    font-family: 'Playfair Display SC', serif;
    text-align: center;
    margin-top: 2.5rem;
    font-size: 3rem;
    color: rgb(255, 184, 234);
}

.about-me{
    font-family: 'Playfair Display SC', serif;
    text-align: center;
    font-size: 3rem;
    color: rgb(255, 184, 234);
}

.portfolio {
    font-family: 'Playfair Display SC', serif;
    text-align: center;
    font-size: 3rem;
    color: rgb(255, 184, 234);
    margin-bottom: 1rem;
}

.about-me-box{
    width: 271px;
    text-align: center;
    padding-right: 2rem;
    padding-left: 2rem;
}

p,
.badges-subheading {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: rgb(87, 78, 87);
}

.badges-subheading {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

img.keyboard {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}

img.phone {
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    border: 3px solid  rgb(255, 184, 234);
}
@media only screen and (min-width: 768px) {
    /*Desktop*/
    img.phone{
        max-width: 500px;
    }
} 

.portfolio-img {
    width: 70%;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 2.5rem;
}



.fa-facebook-square,
.fa-instagram,
.fa-envelope {
    color:  rgb(255, 184, 234);
    font-size: 35px;
    display: inline-block;
    padding: 7px;
    align-items: center;
    transition: 0.18s;
    cursor: pointer;
}

/*Dropdown menu */

.dropbtn {
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-family: 'Playfair Display SC', serif;
    background: transparent;
    
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 100%;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
    z-index: 1;
    border-radius: 5%;
    transition: 1.1s ease-in;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Playfair Display SC', serif; 
}

.dropdown-content a:hover {
    background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover {
    background-color: transparent;
}

.box-shadow-menu {
    position: relative;
    padding-left: 1.25em;
}
.box-shadow-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.25em;
    width: 1.2em;
    height: 0.15em;
    background: black;
    box-shadow: 
    0 0.25em 0 0 black,
    0 0.5em 0 0 black; 
}

/* Image carousel */
.slideshow-container {
height: 100vh;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
  
@-webkit-keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}
  
@keyframes fade {
from {opacity: .4} 
to {opacity: 1}
}

.slides {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.row {
    display: block;
    margin-bottom: 10rem;
}

.row.no-bottom-margin{
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    /* desktop */
    .row {
        display: flex;
    }
}

.column {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    /* desktop */
    .column {
        width: 50%;
    }
}

.arrow-down{
    position: absolute;
    top: 90vh;
    width: 100%;
    animation-name: bounce;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.arrow-down img{
    width: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    
}

.overlay-black{
    background-color:rgb(87, 85, 85);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    opacity: 0.75;
}

@keyframes bounce {
    0%, 50%, 70%, 100% {
      
        transform: translateY(0);
    }
    40% {
        
        transform: translateY(-20px);
    }
    60% {
       
        transform: translateY(-15px);
    }
    80% {
        transform: translateY(-10px);
    }
}

.column1 {
    border-right: none;
    margin-top: 2rem;
    display: flex;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
    /* desktop */
    .column1 {
        justify-content: flex-end;
        border-right: 1px solid black;
    }
}

.column2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 768px) {
    /* desktop */
    .column2 {
        justify-content: flex-start;
    }
}

.column3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column3 p {
    font-size: 1.3rem;
}

.column3 p a {
    text-decoration: none;
    color: rgb(255, 184, 234);
}

.column3 p a:hover {
    color: rgb(87, 78, 87);
}

.column4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.column5 {
    text-align: center;
}

.column6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column6 p {
    font-size: 1.3rem;
}
.column6 div{
    padding-left: 1rem;
    padding-right: 1rem;
}
@media only screen and (min-width: 768px) {
    /* desktop */
    .column6 {
        padding-right: 2rem;
    }
}


.column7 {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

.column8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #ffdae9;
}

.resume-box {
    padding-left: 4.3rem;
    padding-right: 2rem;
}

@media only screen and (min-width: 768px) {
    .resume-box {
        padding-left: 2rem;
        border-left: 5px solid #ffffff;
    }
}

.my-portfolio-box {
    padding-left: 1rem;
    padding-right: 1rem;
}

.quotation p{
    font-size: 20px;
    quotes: "\201C""\201D""\2018""\2019";
    line-height: 1.4;
    position: relative;
    margin-bottom: 1rem;
}

.quotation p::before,
.quotation p::after{
    display: inline;
    height: 0;
    line-height: 0;
    position: relative;
    color:   rgb(255, 184, 234);
    font-size: 3em;
}

.quotation p::before{
    content: open-quote;
    left: -10px;
    top: 30px;
}

.quotation p::after {
    content: close-quote;
    left: 10px;
    top: 35px;
} 

.about-quotation {
    animation-name: fadeInRight;
    animation-duration: 1s;
    z-index: 10;
    max-width: 400px;
    width: 90%; 
}

@media only screen and (min-width: 768px) {
    /* desktop */
    .about-quotation {
        margin-left: 2rem;
        width: 100%;
    }
}


.treehouse-quotation {
    padding: 1rem 5rem;
    text-align: center;
}

.treehouse-quotation p{
    margin-bottom: 1rem;
}

.treehouse-quotation footer {
    margin:0;
    text-align: right;
    font-size: 1.5em;
    border: 1px solid black;   
    margin-bottom: 5%; 
    position: absolute;
}

.klossy-quotation,
.knuth-quotation {
    background: rgb(255, 184, 234);
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: 100%;
}

.klossy-quotation p,
.knuth-quotation p {
    color: #fefefa;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.knuth-quotation{
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.klossy-quotation p:first-child::before,
.klossy-quotation p:first-child::after,
.knuth-quotation p:first-child::before,
.knuth-quotation p:first-child::after {
    color: #fefefa;
}


.fa-heart {
  font-size: 10px;
  color:  rgb(255, 184, 234);
  position: absolute;
  top: 0;
  right: 2;
  bottom: 1;
  left: 1;
  display: -webkit-box;
  /* Safari */
  display: flex;
  align-items: center;
  justify-content: center; 
}

.revealOnScroll {
    animation-name: fadeInLeft;
    animation-duration: 1s;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

.column3 p {
    font-size: 1.3rem;
}

.column3 p a {
    text-decoration: none;
    color:  rgb(255, 184, 234);
}

.column3 p a:hover {
    color: rgb(87, 78, 87);
}

.author-pink {
    text-align: center;
    color:  rgb(247, 118, 208);
    margin-top: 4rem;
    font-family: unset;
    line-height: unset;
    font-size: unset;
}

.divider {
    display: inline-block;
    width: 0;
    height: 10em;
    border-left: 2px solid #fefefa;
    border-right: 2px solid  #fefefa;
    margin-bottom: 1em;
}

.company {
    font-size: 1.3em;
    color: #fefefa;
    font-family: 'Playfair Display SC', serif;
    margin-bottom: 0.5rem;
}

.position {
    font-weight: 700;
    color: rgb(87, 78, 87);
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 1rem;
}

.description {
    font-size: 1rem;
    text-align: left;
    padding-bottom: 2.5rem;
}

#resume {
    background-color: #ffdae9;
}

#resume h2 {
    font-family: 'Playfair Display SC', serif;
    font-size: 3rem;
    color: #fefefa;
    text-align: center;
}


.image-gallery div img {
   margin: 1rem;
   width: 20rem; 
   height: 20rem;
   object-fit: cover;
}

.image-gallery {
    background: #f0ffff;
    text-align: center;
}

.gallery-images iframe{
    margin: 1rem;
    width: 20rem;
    height: 16rem;
}
@media only screen and (min-width: 768px) {
    /* desktop */
    .gallery-images iframe{
        width: 25rem;
        height: 25rem;
    }
}

.gallery-header {
    font-family: 'Playfair Display SC', serif;
    font-size: 3rem;
    padding-top: 4rem;
}

.gallery-subheader {
    font-size: 1.2em;
    margin: 2rem 0 1rem 0;
}

.heart-bg{
    background-image: url("../img/heart.png");
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-attachment: fixed;
}
@media only screen and (min-width: 768px) {
    /* desktop */
    .heart-bg{
        background-position: 65% 15%;
    }
}

footer {
    background-color: white;
    height: 27px;
    text-align: center;
    color:  rgb(247, 118, 208);
    margin-bottom: 0.5rem;
}

.contact-icons {
    text-align: center;
}

.contact-icon {
    transition: transform 0.3s ease;
}

.contact-icon:hover {
    transform: scale(1.2);
}

.fa.circle-icon,
.fas.circle-icon {
    background: #f0ffff;
    border-radius: 50%;
    color: rgb(255, 184, 234);
    font-size: 25px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -60px;
    position: absolute;

}

.turnred {
    color: red;
}