body, html{
	/*text-align: center;*/
    margin: 0;
	/*background: rgb(33,36,50);*/
	overflow-x: hidden;
	font-family: Quicksand;

}

/*body{
    height: 2000px;
}*/

.top{
    position: fixed;
    /*margin-bottom: 5%;*/
    /*z-index: -5;*/
}

#static-bubbles{
    position: absolute;
    display: none;
    left: 50%;
    top: 45%;
}


.stuff{
    display:block;
    position: absolute;
    z-index: -1;
    /*border: 1px solid white;*/
    background: rgb(33,36,50);
    background: #000000;
    background: -webkit-linear-gradient(to top, #000000, #682860 170%);
    background: linear-gradient(to top, #000000 0%, #682860 250%);
}

.arrow-container{
    /*display: flex;*/
    /*justify-content: center;*/
    animation-duration: 10s;
    margin: 0;
    text-align: center;

}

.arrowDown{
    position: absolute;
    z-index: 10000;
    height: 30px;
    /*width: 140px;*/
    margin: 0 auto;
    bottom: 0px;
    animation-duration: 1.8s;
    animation-delay: 1s;
}



script > canvas {
    display:block;
    background: rgb(33,36,50);
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100vh;

}

main{
    background-image: linear-gradient(#8b9da9, #fff6e4);
    box-shadow: inset 0 0 100px hsla(0,0%,0%,.3);
    position: relative;
    /*clear: both;*/
    top: 100vh;
    z-index: 1;
    display: none;
}


/*.about-me{
    border: 1px solid black;
    margin-top: 5%;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    font-family: 'Libre Franklin', sans-serif;
    background-color: cornflowerblue;
}*/

/*.profile{
    display: flex;
    height: auto;
    width: 450px;
    margin: 0 50px;
    margin-top: 5%; 
    float: left;
}*/

/*.text {
    width: 300px;
    background-color: rgba(33,36,50, 0.5);
    color: white;
    height: 200px;
    font-size: 40px;
    padding: 15px;
    margin-top: 15%;
}

.pic{
    border-radius: 100%;
}*/

.proj-header-div{
    /*height: 100%;*/
    width: 100vw;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    /*top: 0;*/
}

.proj-header{
    font-family: 'Nunito', sans-serif;
    font-size: 3em;
    /*height: auto;*/
    color: white;
    /*height: 70px;*/
    width: 100vw;
    background-color: rgba(1,0,0,.5);
    box-shadow: 4px 4px 4px #888888;
    /*text-shadow: 4px 4px 4px #000000;*/
    /*top: 0;*/
    margin: 0;


    /*position: fixed;*/
    z-index: 5;
    /*margin-top: 5%;*/
}

.projects{
    /*background-color: limegreen;*/
    
    width: 100vw;
    height: auto;
    /*display: flex;*/
    /*justify-content: center;*/
    font-family: 'Libre Franklin', sans-serif;
    text-align: center;
    overflow: visible;
    margin-bottom: 10vh;
}


.project{
    /*border: 1px solid black;*/
    height: 300px;
    width: 800px;
    display: inline-block;
    margin: 40px 10px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 10px;
    /*border-radius: 12px;*/
    position: relative;
    box-shadow: 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
    z-index: 3;
    overflow: hidden;
}

.one{
    margin-top: 10%;
    background-image: url(./resources/kopykat.gif);
    background-size: cover;
    /*position: */
}

.two{
    background-image: url(./resources/pennyless.gif);
    background-size: cover;
}

.three{
    background-image: url(./resources/ment.gif);
    background-size: cover;
}

.four{
    background-image: url(./resources/slackbot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

small{
    opacity: 0
}

.show-description p {
  height: 280px;
  /*border-radius: 12px;*/
}

.show-description small {
  opacity: 1;
}



p{
  font-size: 20px;
  /*border: 1px solid white;*/
  color: rgba(255,255,255,1);
  background: white;
  background: rgba(1,0,0,.5);
 /* background: linear-gradient(bottom, rgba(1,0,0,1), rgba(0,0,0,.4));
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.4));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,1), rgba(0,0,0,.4));*/
  padding: 10px;
  /*line-height: 28px;*/
  text-align: justify;
  position: absolute;
  bottom: 0;
  margin: 0;
  height: 30px;
  text-align: center;
}

p a{
    text-align: center;
    display: inline-block;
    width: 100px;
    height: 40px;
    background-color: dodgerblue;
    color: white;
    text-decoration: none;
    margin-top: 5%;
    padding-top: 20px;
}

p a:hover{
    background-color: white;
    color: dodgerblue;
]}

.pText{
    font-size: 30px;
}

.ment{
    font-size: 20px;
    display: inline-block;
    position: relative;
}

.button-hide{
    opacity: 0;
}

.button-show{
    opacity: 1;
}

.profile-header-div{
    /*height: 100%;*/
    width: 100vw;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    z-index: 100;
    /*top: 0;*/
}

.profile-header{
    font-family: 'Nunito', sans-serif;
    font-size: 3em;
    /*height: auto;*/
    color: white;
    /*height: 70px;*/
    width: 100vw;
    background-color: rgba(1,0,0,.5);
    box-shadow: 4px 4px 4px #888888;
    /*text-shadow: 4px 4px 4px #000000;*/
    /*top: 0;*/
    margin: 0;
/*    margin-top: 5vh;
*/
    /*position: fixed;*/
    z-index: 5;
    /*margin-top: 5%;*/
}

.profile-pic{
    display: inline-block;
    /*position: relative;    */
    height: 70vh;
    width: 35vw;
    margin-top: 30vh;
    margin-bottom: 10vh;
    margin-left: 10vw;
    box-shadow: 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);;
}

.profile-about{
    margin-top: 25vh;
    position: absolute;
    display: inline-block;
    left: 60vw;
    width: 35vw;
    height: 30vh;
    overflow: visible;
}

#first-sentence{
    color: black;
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    text-align: justify;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 20vh;
}

#second-sentence{
    padding-top: 20vh;
    color: black;
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    text-align: justify;
    background-color: transparent;
    padding: 0px;
}

.circular-menu {
    width: 250px;
    height: 250px;
    margin-top: 64vh;
    position: absolute;
    display: inline-block;
    left: 65vw;
}

.circle {
  width: 300px;
  height: 300px;
  opacity: 0;
  margin-right: 20px;
  
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.open.circle {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.circle a {
  text-decoration: none;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  text-align: center;

}

.circle a:hover {
  color: #eef;
}

.menu-button {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  padding: 10px;
}

/*.menu-button:hover {
  background-color: #eef;
  border: 1px solid black;
}*/

.fa-github:before{
    color: black;
    font-size: 2em;
}

.fa-linkedin:before{
    color:black;
    font-size: 2em;
}

.fa-envelope-o:before{
    color: black;
    font-size: 2em;
}

.fa-phone:before{
    color: black;
    font-size: 2em;
}


.menu-button:before{
    color: cornflowerblue;
    font-size: 3em;
}

.link-hover:hover{
    font-size: 2.1em;
}

.made-with-love{
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 100vw;
    bottom: 0px;
    padding: 0;
}

.footer-nav{
    position: absolute;
    background-color: transparent;
    width: 100vw;
    bottom: 50px;
    text-align: center;
    list-style: none;
    margin:0;
    padding:0;
}

.footer-nav > li{
    display: inline;
}


.footer-nav > li > a{
    text-decoration: none;
    color: white;
    display: inline-block;
    padding: 20px;
    transition: color ease 0.3s;
    display: none;
}

.footer-nav > li > a:visited {
  text-decoration: none;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

#heart{
    display: inline-block;
    color: red;
    animation: heartbeat 1s infinite;
    font-size: 25px;
}

.earth {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: url(https://maproom-wpengine.netdna-ssl.com/wp-content/uploads/Maproom-World-Map-2.png)
    50%
    50% /
    cover;
	margin-top: -200px;
	margin-left: -100px;
  animation: earthRotate 3s infinite linear;
  position: absolute;
}

@keyframes earthRotate {
  100% {
    background-position: 250% 50%;
  }
}

/*iframe{
    width: 760px;
    height: 500px;
    margin: 0 auto;
    text-align: center;
}*/