* {
    margin: 0;
    padding: 0; 
}

body {
    height: 100%;
    background-image: url('/img/background.jpg');
    font-family: Arial, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.modal {
    margin-top:1.5em;
    margin-bottom:1.5em;
    background-color: rgba(40, 40, 40, 0.8);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    color:whitesmoke;
    max-width: 534px;
    margin-left:auto;
    margin-right:auto;
}

hr { 
    border: 0;
    height: 2px;
    background: linear-gradient(to right, #0aaee900, #0981ea, #0aaee900);
    margin: 1rem 0;
}

@media only screen and (max-width: 600px) {
    .modal {
        width: 95%;
        min-width: 310px;
    }

    .page-content {
      padding-left:1rem;
      padding-right:1rem;
    }
}

.protogen-buttons {
    margin-top: 1rem;
}

.cool-buttons {
    margin-top: 1rem;
}

.frontpage-subtitle {
    padding-top:0.4em;
}


.frontpage-buttons {
    margin-top: 1rem;
}

.frontpage-button {
    margin: 0.5rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    color:white;
}

.frontpage-button:visited {
  color:white;
}




.frontpage-button svg {
    margin-right:10px;
    width: 40px;
    height: 40px;
}

.frontpage-button.me {
    background-color: #2563D8;
}

.frontpage-button.tg {
    background-color: #259CD8;
}

.frontpage-button.x {
    background-color: #000000;
}

.frontpage-button.dc {
    background-color: #3b5998;
}

.frontpage-button.pb{
    background-color: #D86025;
}

.frontpage-button.code{
    background-color: #2563D8;
}

.frontpage-button.comp{
    background-color: #259DD8;
}

.frontpage-button.parts{
    background-color: #2563D8;
}

.navigation {
    position:sticky;
    top: 0;
    z-index: 1;;
    overflow: hidden;
    background-color: #333;
    margin-bottom: 1.2em;
    width: 100%;
    
  }
  
  .navigation a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1.0em 1.4em;
    text-decoration: none;
    font-size: 1.0em;
    color:white;
    font-weight: bold;;
  }
  
  .navigation a:hover {
    background-color: #464646;
  }
  
  .navigation a.active {
    background-color: #1281E2;
  }

  .navigation a:visited {
    color:white;
  }
  
  .navigation .nav-burger {
    display: none;
  }
  
  @media screen and (max-width: 600px) {
    .navigation a:not(:first-child) {display: none;}
    .navigation a.nav-burger {
      float: right;
      display: block;
      padding-top: 8px;
      padding-bottom: 10px;
      background-color: #333;
    }
  }
  
  @media screen and (max-width: 600px) {
    .navigation.mobile {position: sticky;}
    .navigation.mobile .nav-burger {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navigation.mobile a {
      float: none;
      display: block;
      text-align: left;
    }
  }

  .hambar1, .hambar2, .hambar3 {
    width: 35px;
    height: 3px;
    background-color: whitesmoke;
    margin: 6px 0;
    transition: 0.4s;
  }
  
  .change .hambar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  
  .change .hambar2 {opacity: 0;}
  
  .change .hambar3 {
    transform: translate(0, -11px) rotate(45deg);
  }

  .nav-burger{
    padding:0px;
  }

.page-title {
  padding-top:1rem;
}

.page-hero {
  width: 100%;
  height: auto;
  border-top:1px solid #0981ea;
  border-bottom:1px solid #0981ea;
}

.page-content {
  padding-top:1rem;
  padding-left:2rem;
  padding-right:2rem;
}

.page-footer {
  padding-top:1rem;
  padding-bottom:1rem;
}

a {
  color:#0981ea;

}

a:visited
{
  color:#7e34d8;
}

.page-bigemoji{
  font-size: 25px;
}

