html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, i, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


body{
    text-align: center;
    font-family: monospace;
    margin: auto;
    font-family: Roboto Mono;
    line-height: 1.7;
    
}

/*header grey line - learning*/


#welcome{
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 150px;
  align-items: center;
  justify-content: center;
  letter-spacing: 1em;
}

p{
  margin:  0;
  display: inline-block;
  padding: 30px;
  text-align: left;
}



/*background boxes*/

.container-boxes {
  position: relative;
  width: 100vw;
  height: 70vh;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-color: black;
}


.square{
  position: absolute;
  top:-100px;
  animation: squares 10s infinite ease-in-out;
}

.square:nth-child(1) {
  width:75px;
  height: 75px;
  left:5%;
}

.square:nth-child(2) {
  width:60px;
  height: 200px;
  left:10%;
  animation-delay: 1s;
}

.square:nth-child(3) {
  width:100px;
  height: 150px;
  left:15%;
  animation-delay: 2s;
  border-radius: 50%;
}

.square:nth-child(4) {
  width:40px;
  height: 175px;
  left:20%;
  animation-delay: 1.5s;
  
}

.square:nth-child(5) {
  width:175px;
  height: 175px;
  left:25%;
  border-radius: 50%;
  animation-delay: 3s;
  
}ß

.square:nth-child(6) {
  width:90px;
  height: 80px;
  left:30%;
  animation-delay: 0.5s;
}
.square:nth-child(7) {
  width:90px;
  height: 55px;
  left:35%;
  border-radius: 70%;
  animation-delay: 4s;
}
.square:nth-child(8) {
  width:175px;
  height: 40px;
  left:40%;
  border-radius: 50%;
  animation-delay: 2s;
}
.square:nth-child(9) {
  width:175px;
  height: 75px;
  left:45%;
  border-radius: 50%;
  animation-delay: 1s;
}
.square:nth-child(10) {
  width:175px;
  height: 75px;
  left:50%;
  border-radius: 50%;
  
}

.square:nth-child(11) {
  width:30x;
  height: 70px;
  left:55%;
  animation-delay: 3.5;
}

.square:nth-child(12) {
  width:75px;
  height: 75px;
  left:60%;
  animation-delay: 2s;
}

.square:nth-child(13) {
  width:75px;
  height: 75px;
  left:65%;
  animation-delay: 4s;
  border-radius: 50%;
}

.square:nth-child(14) {
  width:75px;
  height: 75px;
  left:70%;
  animation-delay: 3.5s;
  
}

.square:nth-child(15) {
  width:175px;
  height: 175px;
  left:75%;
  border-radius: 50%;
  animation-delay: 2s;
  
}ß

.square:nth-child(16) {
  width:90px;
  height: 80px;
  left:80%;
  animation-delay: 0.5s;
}
.square:nth-child(17) {
  width:90px;
  height: 55px;
  left:85%;
  border-radius: 70%;
  animation-delay: 3.5s;
}
.square:nth-child(18) {
  width:175px;
  height: 75px;
  left:90%;
  border-radius: 50%;
  animation-delay: 4s;
}
.square:nth-child(19) {
  width:175px;
  height: 75px;
  left:95%;
  border-radius: 50%;
  animation-delay: 3s;
}
.square:nth-child(20) {
  width:175px;
  height: 75px;
  left:100%;
  border-radius: 50%;
  
}



@keyframes squares {
  0% { top: -200px;
  }

  30%{
background-color: rgb(178, 109, 212);

  }

  40%{
background-color: darkorange;
  }
  50%{
    background-color: rgb(255, 170, 0);
    transform: rotate(100deg);
  }

  70%{
    background-color: cadetblue;
    
  }

  100% { top: 100%;
  transform: rotate(180deg);
  opacity: 0;}
}



/*Navigation*/

.hamburger{
  float: left;
  margin: 2%;
}

.navi-btn{
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 2rem;
}

.intro.visible{
  transform: translateX(+50%);
  transition:transform 0.4s ease-in-out;
}

.intro{
  transition:transform 0.4s ease-in-out;
  transform: translateX(0);
  margin-bottom: 30px;
}

.lead.visible{
  transform: translateX(+50%);
  transition:transform 0.4s ease-in-out;
}

.lead{
  transition:transform 0.4s ease-in-out;
  transform: translateX(0);


@media (max-width: 1024px) {
    font-size: 0.8rem;
  }


/* iPhone and small screens (up to ~600px wide) */
@media (max-width: 600px) {
   
    font-size: 0.8rem;
    
}





}

.jumbotron{
    padding-top: 10px;
    text-align: left;
}


.navi{
  position: fixed;
  bottom:0px;
  height: 50vh;
  transform: translateX(-100%);
  transition:transform 0.4s ease-in-out;
  z-index:2;

  @media only screen and (max-width: 850px) {
    /* For mobile phones: */
   
    top: 20px;
  }

}

.navi.visible{
  transform: translateX(0);
}

.navi-black{
  background-color: rgba(24, 24, 24,0.5);
  width: 60% ;
  max-width: 480px;
  min-width: 320px;
  transition-delay: .4s;
  border-radius:45%;
  position: fixed; 

  }


.navi-black.visible{
  transition-delay: 0.1s;
}
.navi-red{
width: 95%;
background-color:rgb(255, 208, 55,0.5);
position: absolute;
transition-delay: .2s;
  border-radius:47%;

}

.navi-red.visible{
  transition-delay: 0.1s;
}

.navi-white{
  background-color: rgb(151, 151, 148);;
  width: 95%;
  padding: 15%;
  border-radius:45%;

}

.navi-white.visible{
  transition-delay: 0.2s;
}


.close-btn{
  position: absolute;
  right: 30px;
  top:20px;
}

.close-btn:hover{
    transform: rotate(90deg);
    transition: 0.5s ease-in-out;
    color: rgb(255, 208, 55) !important;
}


.menu{
  list-style-type:none;
  padding: 0;
}
.menu li{
  margin:20px 0;
  padding: 10px;
}

.menu li a{ 
  color:black;
  font-size: 18px;
  z-index: 1; 
}

.my-4.visible{
  transition:transform 0.4s ease-in-out;
  transform: translateX(+50%);
}
.my-4{
  transform: translateX(0);
  transition:transform 0.4s ease-in-out;
}


.text-pa{
  padding: 10px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: lowercase;


  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 1rem;
  }

}

.text-pa:hover{
  color: rgb(255, 208, 55);
  font-size: 1.5rem;


  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 1rem;
  }
}

a {
  display: inline-block;
  position:relative;
  text-decoration: none;
  margin-left: 35px;
  text-transform: uppercase;
  letter-spacing: 0.4rem;
  font-weight: 400;  
}

a:before {
content:"";
position:absolute;
display: inline;
transition: 0.5s;
box-sizing: border-box;
border-spacing: 10px;
border-top:2px solid rgb(255, 208, 55);
border-left:2px solid rgb(255, 208, 55);
width: 40%;
height: 100%;
padding-left: 10px;
transform-origin: left;
}


a:hover:before {
  width: 10px;
  height: 10px;
  transform: rotate(360deg);
}

a{
  text-decoration: none;
  color: black;
}

#cvintro {
  font-size: 1rem;
  font-weight: 500;
  margin-right: 25%;
  margin-left: 25%;
  padding: 5rem;
  text-align: justify;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    margin-right: 3%;
    margin-left: 3%;
    font-size: 0.8rem;
  }
}

#downloadPDF{
  font-size: 1rem;
  font-weight: 500;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
    font-size: 0.8rem;
  }
}




.education {
  &-item {
    border-left: 1px solid #f4f5f7;
    position: relative;
    padding: 32px 24px 8px 40px;
    margin-left: 35px;

    @media (min-width: 768px) {
      margin-left: 110px;
    }

    .education-icon {
      position: absolute;
      left: -1.3rem;
      width: 42px;
      text-align: center;
      font-size: 22px;
      background-color: #fff;
    }

    @media (min-width: 768px) {
      .education-date {
        position: absolute;
        left: -10rem;
        width: 7.5rem;
        text-align: right;
      }
    }
  }
}


.degree{
  font-weight: 500;
   @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.8rem;
  }

}

.school{
  font-weight: 400;
   @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.8rem;
  }
}

.card-text{
  font-size: 1rem;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.7rem;
  }

}



.download{
  font-size: 1rem;

  @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.7rem;
  }

}





/*Contact*/

.social{
  height: 100px;
  padding-top: 50px;
  padding: 3%;
  text-align: center;
}


i.fa.fa-linkedin::before{
  color: black;
  font-size: 1.7rem;
}

i.fa.fa-instagram::before{
color: black;
font-size: 1.7rem;
}

i.fa.fa-envelope::before{
color: black;
font-size: 1.7rem;
}

.copy{

text-align: center;
padding-top: 20px;
padding-left: 10px;

 @media only screen and (max-width: 550px) {
    /* For mobile phones: */
   
   
    font-size: 0.5rem;
  }


}
/*Copyright*/


.scroll{
  height: 10px;
}
