
body{
    
}


h1 h2 h3 h4 h5 h6 p{
    letter-spacing: 1.5rem;
}

/*nav */


.hamburger-menu{
    font-size:30px;
    cursor:pointer;
    color: #818181;

}




a:hover{
    text-decoration: none!important;

}





.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #dcdcdc;
  display: block;
  transition:  0.3s;
  font-family: 'Montserrat', sans-serif;

}

.sidenav a:hover {
  color: #c59a6d;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
  background-color: #1a1a1a;
  color:#ffffff;
  height: 1000px;
  marker-mid: 1rem;

}


#footer {
  transition: margin-left .5s;
  padding: 16px;
  background-color: #1a1a1a;
  color:#ffffff;
  

}



#work {
  transition: margin-left .5s;
  padding: 16px;
  background-color: #121216;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

  .responsive{
     width: 300px;
  max-width: 300px;
  height: auto;
  }

}




.header-logo{
    width: 110px;

}


.flex-container {
  display: flex;
  justify-content: center;
  
}



.email{
    padding-top: 20px;
    padding-left:32px;
  display: none;
  color: #efefef;
  font-family: 'Montserrat', sans-serif;
  
}


.hover-icon:hover + div {
  display: block;
}




.hero-content{
    padding-top: 150px;
    text-align: center;
    margin-left: 4rem;
    margin-right:4rem;
}










@media only screen and (max-width: 500px) {
  .hero-content {
    padding-top: 50px;
    margin-left: 0rem;
    margin-right:0rem;
    font-size:15px;
    line-height: 1;
  }
}







.center{
    text-align: center;
}




.route-output {
    
    text-decoration: none;
    color: #63636e!important;
}


.route-child{
    
    font-family: 'Montserrat', sans-serif;
    color:gray;
    
}

 h2{
    color:#63636e;
}


h3{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #c59a6d;
}


hr{
    background-color: gray;
    margin:8rem;

}



.margin-4{
    margin-left: 4rem;
    margin-right:4rem;
}







@import "compass/css3";

// Mixins

@mixin prefix ($property, $value,
                 $moz:    true,
                 $webkit: true,
                 $o:      false,
                 $ms:     true,
                 $spec:   true) {
    @if $moz    {    -moz-#{$property}: $value; }
    @if $webkit { -webkit-#{$property}: $value; }
    @if $o      {      -o-#{$property}: $value; }
    @if $ms     {     -ms-#{$property}: $value; }
    @if $spec   {         #{$property}: $value; }
}

// Animations

@keyframes bar-fill {
   0% { width: 0; }
}
@-webkit-keyframes bar-fill {
   0% { width: 0; }
}
@-moz-keyframes bar-fill {
   0% { width: 0; }
}
@-o-keyframes bar-fill {
   0% { width: 0; }
}

// Graph stuff

.bar-graph {
        list-style: none;
    margin: 50px 0px auto;

}

.bar-wrap {
  @include prefix(border-radius,0px 0px 0px 0px);
  background-color: #121216;          
  border: 1px solid ;
  margin-bottom: 10px;
}

.bar-fill { 
  @include prefix(border-radius,0px 0px 0px 0px);
  @include prefix(animation, bar-fill 1s);
  background-color: #c59a6d;
  background-image: linear-gradient(to right, #00fcd5 , #00c6ff);
  display: block;
  height: 15px;
  width: 0px;
}


.bar-fill-2 { 
  @include prefix(border-radius,0px 0px 0px 0px);
  @include prefix(animation, bar-fill 1s);
  background-color: #c59a6d;
  background-image: linear-gradient(to right, #00c6ff, #a343da);
  display: block;
  height: 15px;
  width: 0px;
}










* {box-sizing: border-box}


/* Style the tab */
.tab {
  float: left;
  
  
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: gray;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-weight: 700;
}



/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  
  width: 70%;
  border-left: none;
  height: 300px;
}














.accordion {
  
  color: white;
  cursor: pointer;
  padding: 18px;
  background-color: #121216;
  
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-color: #gray;
  font-weight: 700;
}





.panel {
  padding: 5px;
  
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.move-btn{
  color: white;
  cursor: pointer;
  padding: 18px;
  background-color: #121216;
  
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-color: #gray;
  font-weight: 700;
  margin-bottom: 20px;

}











/* Style the tab */
.tab2 {
  overflow: hidden;
}

/* Style the buttons inside the tab */
.tab2 button {
  background-color: inherit;
  color:#dcdcdc;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  font-weight:700;
}

/* Change background color of buttons on hover */
.tab2 button:hover {
  background-color: #000;
}

/* Create an active/current tablink class */
.tab2 button.active {
  background-color: #c59a6d;
}

/* Style the tab content */
.tab2content {
  display: none;
  padding: 6px 12px;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}



#myProgress {
  @include prefix(border-radius,0px 0px 0px 0px);
  background-color: #121216;          
  border: 1px solid ;
  margin-bottom: 10px;
}

#myBar {
  @include prefix(border-radius,0px 0px 0px 0px);
  @include prefix(animation, bar-fill 1s);
  background-color: #c59a6d;
  background-image: linear-gradient(to right, #00fcd5 , #00c6ff);
  display: block;
  height: 15px;
  width: 0px;
}




.rumble:hover {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}



.wild{
  
  background:url('https://media.giphy.com/media/UTHFuyuMENren9AI9b/giphy.gif') center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  background-size:cover;
  margin:0px;
  color:transparent;
}












