@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,600,800|Heebo:300,400&display=swap');

body {
    margin: 0;
    font-family: 'Abhaya Libre', serif;
}

* {
    box-sizing: border-box;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

header {
    position: absolute;
    left: 0px;
    right: 0px;
    /*border-bottom: 1px solid black;*/
    padding: 0px 30px;
    z-index: 10;
}

header .row {
    justify-content: space-between;
    align-items: center;
}

header .brand-name a {
    text-decoration: none;
    font-size: 25px;
    font-weight: 700;
    color: black;
    position: relative;
}

header .navbar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .navbar ul li {
    display: inline-block;
    margin-left: 35px;
}

header .navbar ul li a {
    font-family: 'Heebo', sans-serif;
    font-size: 17px;
    text-decoration: none;
    line-height: 70px;
    color: black;
    display: block;
    font-weight: 300;
    position: relative;
}

header .navbar ul li a.active {
    font-weight: 400;
}

header .navbar ul li a::before {
    content: '';
    height: 1.55px;
    background-color: black;
    width: 0;
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: -1px;
    transition: all .5s ease;
    font-family: 'Heebo', sans-serif;
}

header .navbar ul li a:hover::before {
    width: 100%;
    left: 0;
}

header .navbar ul li a.active::before {
    width: 100%;
    left: 0;
}

/*End Navigation*/

.center {
    display: block;
    margin: auto;
    width: 100%;
    padding-top: 4em;
    padding-bottom: 4em;
}

.image img {
    padding: 0;
    max-width: none;
    /*max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;*/
}
  
.paragraph {
    display: flex;
    width: 80%;
    margin: auto;
    max-width: 1200px;
    padding-top: 2em;
}
  
.skills {
    flex: 50%;
    width: 25%;
}
  
.aboutme {
    width: 50%;
    font-size: 0.9rem;
    line-height: 30px;
}
  
.skills ul {
    list-style: none;
    padding-left: 0;
    font-size: 2rem;
    line-height: 40px;
    font-weight: 800;
    padding-top: 0.5em;
    padding-bottom: 2em;
}

.paragraph p {
    font-size: 0.9rem;
    padding-bottom: 1.2em;
}

.skills p {
    font-size: 1rem;
    font-weight: 300;
    padding-bottom: 0.75em;
}
  
.info {
    display: flex;
}
  
.info .btn-box{
    width: 25%;
    padding-top: 1em;
    flex: 25%;
}
  
.info .email {
    padding-top: 1em;
    padding-bottom: 8em;
    font-size: 1.1rem;
    width: 25%;
    flex: 25%;
}

.email p {
    font-family: 'Abhaya Libre', serif;
    font-size: 1.2rem;
    line-height: 30px;
    font-weight: 800;
}

.email {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}

.email h4 {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 1rem;
}
  
p {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    /*line-height: 30px;*/
}
  
.resume {
    padding: 1.1em;
    width: 145px;
    background-position: 3em;
    border: 1px solid black;
    display: inline-block;
    margin-left: 0em;
    font-family: 'Abhaya Libre', serif;
    font-size: 1.1rem;
    /*background: #FFF8F8;*/
    font-weight: bold;
}
  
.resume:hover {
    background: black;
    color: #FFF4F4;
}

.project {
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
    width: 100%;
	height: 90vh;
    background-color: #FFF4F4;
	background: -moz-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
	background: -webkit-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
	background-image: linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.65)), url("../1x/about_header5.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
}
.project .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 2rem;
    max-width: 960px;
    text-align: center;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 20vh;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0;
    width: 20px;
    height: 20px;
    border-bottom: 3px solid black;
    border-right: 3px solid black;
    z-index: 10000000;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes fade_move_down {
    0% {
   -webkit-transform:translate(0, -10px) rotate(45deg);
   opacity: 0;
   }
    50% {
   opacity: 1;
   }
    100% {
   -webkit-transform:translate(0, 10px) rotate(45deg);
   opacity: 0;
   }
}

@-moz-keyframes fade_move_down {
    0% {
   -moz-transform:translate(0, -10px) rotate(45deg);
   opacity: 0;
   }
    50% {
   opacity: 1;
   }
    100% {
   -moz-transform:translate(0, 10px) rotate(45deg);
   opacity: 0;
   }
}

@keyframes fade_move_down {
    0% {
   transform:translate(0, -10px) rotate(45deg);
   opacity: 0;
   }
    50% {
   opacity: 1;
   }
    100% {
   transform:translate(0, 10px) rotate(45deg);
   opacity: 0;
   }
}


@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1600px;
        margin: auto;
    }
    .project {
        height: 90vh;
        background-image: linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.65)), url("../1x/about_header62.jpg");
    }
}

@media only screen and (max-width: 768px) {
    header .navbar ul li a {
        font-size: 16px;
        line-height: 60px;
    }
    header .brand-name a {
        font-size: 22px;
    }
    .image img {
        padding-bottom: 1em;
        width: 100%;
        /*padding-left: 30px;
        padding-right: 30px;*/
    }
    .info {
        display: block;
    }
    .info .btn-box{
        padding-top: 4.5em;
        width: 100%;
    }
    .info .email {
        padding-top: 4em;
        padding-bottom: 8em;
        font-size: 1rem;
        width: 100%;
    }
    .skills ul {
        font-size: 1.25rem;
        line-height: 32px;
        padding-bottom: 1em;
    }
    .aboutme{
        line-height: 28px;
    }
}

@media only screen and (max-width: 1020px) {
    
    .project {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 90vh;
        background-color: #FFF4F4;
        background: -moz-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
        background: -webkit-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
        background-image: linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.65)), url("../1x/about_header63.jpg");
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
    }
    .project .image {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 2rem;
        max-width: 960px;
        text-align: center;
    }
    
    .scroll-down {
        position: absolute;
        left: 50%;
        bottom: 18vh;
        display: block;
        text-align: center;
        font-size: 20px;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0;
        width: 20px;
        height: 20px;
        border-bottom: 3px solid black;
        border-right: 3px solid black;
        z-index: 10000000;
        -webkit-transform: translate(-50%, 0%) rotate(45deg);
        -moz-transform: translate(-50%, 0%) rotate(45deg);
        transform: translate(-50%, 0%) rotate(45deg);
        -webkit-animation: fade_move_down 2s ease-in-out infinite;
        -moz-animation: fade_move_down 2s ease-in-out infinite;
        animation: fade_move_down 2s ease-in-out infinite;
    }
    header .navbar ul li a {
        font-size: 16px;
        line-height: 60px;
    }
    header .brand-name a {
        font-size: 22px;
    }
    .image img {
        padding-bottom: 2em;
        /*padding-left: 30px;
        padding-right: 30px;*/
    }
    .paragraph {
        flex-direction: column;
        padding-top: 2em;
    }
    .skills {
        width: 100%;
    }
    .aboutme {
        width: 100%;
    }
    .skills ul {
        font-size: 1.75rem;
        line-height: 35px;
        padding-bottom: 2.5em;
    }
    .paragraph .skills {
        font-size: 0.9em;
    }
    .info {
        padding-top: 0.5em;
    }
    .skills p {
        padding-top: 1em;
    }
}

@media only screen and (max-width: 1200px) {
    .paragraph {
        padding-top: 4em;
    }
    .image img {
        padding-bottom: 3em;
    }
    .info .btn-box{
        width: 25%;
        padding-top: 3em;
        flex: 25%;
    }
      
    .info .email {
        padding-top: 2.5em;
        padding-bottom: 8em;
        font-size: 1.1rem;
        width: 25%;
        flex: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .image img {
        padding: 0;
        max-width: none;
    }
    .paragraph {
        padding-top: 6em;
    }
    .info {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

/*@media only screen and (max-width: 500px) {
    .main {
        padding: 1em;
    }

    /* Style the navigation menu 
    .row {
        overflow: hidden;
        position: relative;
    }

    /* Hide the links inside the navigation menu (except for logo/home) 
    .row .navbar {
        display: none;
    }

    /* Style navigation menu links 
    .row a {
        color: white;
        padding: 12px 12px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .home {
        padding: 0;
    }
    header {
        padding: 0.5em;
        margin-left: 8px;
    }
    header .brand-name a {
        font-size: 20px;
    }
    .image img {
        padding-bottom: 1em;
    }
    .info {
        padding-top: 1em;
    }

    
}*/


@media only screen and (max-width: 600px) {

    /*header .navbar ul li a {
        display: none;
    }*/

    .skills p {
        padding-top: 2.5em;
    }
    .project {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 80vh;
        background-color: #FFF4F4;
        background: -moz-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
        background: -webkit-linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.35));
        background-image: linear-gradient(rgba(255, 238, 238, 0.35), rgba(255, 238, 238, 0.65)), url("../1x/about_header64.png");
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1 );
    }
    .project .image {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding: 2rem;
        max-width: 960px;
        text-align: center;
    }
    
    .scroll-down {
        position: absolute;
        left: 50%;
        bottom: 27vh;
        display: block;
        text-align: center;
        font-size: 20px;
        z-index: 100;
        text-decoration: none;
        text-shadow: 0;
        width: 20px;
        height: 20px;
        border-bottom: 3px solid black;
        border-right: 3px solid black;
        z-index: 10000000;
        -webkit-transform: translate(-50%, 0%) rotate(45deg);
        -moz-transform: translate(-50%, 0%) rotate(45deg);
        transform: translate(-50%, 0%) rotate(45deg);
        -webkit-animation: fade_move_down 2s ease-in-out infinite;
        -moz-animation: fade_move_down 2s ease-in-out infinite;
        animation: fade_move_down 2s ease-in-out infinite;
    }
    
    .paragraph {
        flex-direction: column;
        padding-top: 1em;
    }

    header .navbar {
        text-align: center;
    }

    /*hamburger menu*/
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    header {
        width: 100%;
        display: inline-block;
        left: 0px;
        right: 0px;
        padding: 16px;
        padding-left: 20px;
        z-index: 1000000;
    }
    header .navbar ul li {
        display: inline-block;
        margin-left: 0px;
    }

    header .navbar ul li a {
        font-family: 'Heebo', sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0.05em;
    }
    .home .home-content .block {
        flex: 0 0 90%;
        max-width: 85%;
        padding-left: 50px;
        margin-top: 10px;
    }    
    .home .home-content .block h1 {
        font-size: 50px;
        padding-bottom: 0.25em;
        line-height: 1;
    }
    .home .home-content .block h3 {
        color: black;
        font-family: 'Heebo', sans-serif;
        font-size: 22px;
    }
    .nav-container { /*move this one*/
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1000;
        background: black;
        opacity: 0;
        transition: all .2s ease;
        transform: translateX(1000px);
        overflow-x: hidden;
    }
    .nav-container ul {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .nav-container ul li {
        display: block;
        float: none;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
        
    }
    .nav-container ul li:nth-child(1) a {
        transition-delay: .2s;
        z-index: 1000000;
    }
    .nav-container ul li:nth-child(2) a {
        transition-delay: .3s;
    }
    .nav-container ul li:nth-child(3) a {
        transition-delay: .4s;
    }
    .nav-container ul li:nth-child(4) a {
        transition-delay: .5s;
    }
    .nav-container ul li:not(:first-child) {
        margin-left: 0;
    }
    .nav-container ul li a {
        padding: 10px 25px;
        opacity: 0;
        color: white;
        font-size: 24px;
        font-weight: 600;
        /*transform: translateY(-20px);*/
        transition: all .2s ease;
    }
    .nav-open {
        position: fixed;
        right: 4px;
        top: 4px;
        display: block;
        width: 48px;
        height: 48px;
        cursor: pointer;
        z-index: 9999;
        border-radius: 50%;
        /*background-color: white;*/
    }
    .nav-open i {
        display: block;
        width: 20px;
        height: 2px;
        background: black;
        border-radius: 2px;
        margin-left: 14px;
    }


    .nav-open i:nth-child(1) {
        margin-top: 17px;
    }
    .nav-open i:nth-child(2) {
        margin-top: 4px;
        opacity: 1;
    }
    .nav-open i:nth-child(3) {
        margin-top: 4px;
    }

    
    /*header .navbar ul li {
        display: inline-block;
        margin-left: 35px;
    }*/
    header .navbar ul li a {
        font-family: 'Heebo', sans-serif;
        /*font-size: 17px;*/
        text-decoration: none;
        /*line-height: 70px;*/
        color: white;
        display: block;
        font-weight: 400;
        position: relative;
    }
    header .navbar ul li a.active {
        font-weight: 600;
    }
    /*header .navbar ul li a::before {
        content: '';
        height: 1.55px;
        background-color: black;
        width: 0;
        position: absolute;
        right: 0px;
        left: 0px;
        bottom: -1px;
        transition: all .5s ease;
        font-family: 'Heebo', sans-serif;
    }*/
    #nav:checked ~ .nav-container {
        transform: translateX(0);
    }
    /*#nav:not(:checked) + .nav-container ul {
        cursor: none;
    }
    #nav:not(:checked) + .nav-container ul li {
        cursor: none;
    }
    #nav:not(:checked) + .nav-container ul li a {
        cursor: none;
    }*/

}

#nav:checked + .navbar ul {
    display: block;
}
#nav:checked + .nav-open {
    transform: rotate(45deg);
}
#nav:checked + .nav-open i {
    background: white;
    transition: transform .2s ease;
}
#nav:checked + .nav-open i:nth-child(1) {
    transform: translateY(6px) rotate(180deg);
}
#nav:checked + .nav-open i:nth-child(2) {
    opacity: 0;
}
#nav:checked + .nav-open i:nth-child(3) {
    transform: translateY(-6px) rotate(90deg);
}

#nav:checked ~ .nav-container {
    z-index: 0;
    opacity: 0.75;
}
#nav:checked ~ .nav-container ul li a {
    opacity: 1;
    transform: translateY(0);
}
.hidden {
    display: none;
}



#nav:not(:checked) + .nav-container ul {
    cursor: none;
}
#nav:not(:checked) + .nav-container ul li {
    cursor: none;
}
#nav:not(:checked) + .nav-container ul li a {
    cursor: none;
}





/*.content {
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 75%;
  background-color: #ffeeee;
  display:flex;
  justify-content: center;
  align-items: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid rgb(15, 15, 15);
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: rgb(15, 15, 15);
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}*/