/* =============================================================================
   HTML5 CSS Reset Minified 
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

body{
  font:normal 100% Arial, Helvetica, sans-serif;
}
html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */
/*
.content{
  width: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top:  50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #525252;
  font-size: 4em;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  flex-wrap: wrap;
  pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none; 
	 -khtml-user-select: none;
	   -moz-user-select: none; 
		-ms-user-select: none; 
			user-select: none; 
}
*/
.about-section {
    display: block;
    position: absolute;
    width: 100%;
    min-height: 800px;
    /*padding: 7rem 0;*/
    background: rgba(0, 0, 0, 0);
}


.width-100 {
    width: 100%;
}

.align-items-center {
    align-items: center;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.start-header {
    display: block;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #373F43;
}

.keyword-text {
    font-size: .75rem;
    color: #fafdff;
    pointer-events: none; 
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
   -khtml-user-select: none;
     -moz-user-select: none; 
    -ms-user-select: none; 
      user-select: none; 
}

.lars-huebner-start-text {
    color: #fafdff;
    font-size: 2.95rem;
    line-height: 2.95rem;
    pointer-events: none; 
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
   -khtml-user-select: none;
     -moz-user-select: none; 
    -ms-user-select: none; 
      user-select: none; 
}

.align-items-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.about-image  {
    width: 18rem;
    height: 18rem;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 3rem;
}

.about-text {
    max-width: 30rem;
}

.about-text-header {
    margin-bottom: 1rem;
    font-size: 2em;
}

.about-text-content {
    font-size: 1.2em;
}


#lars-huebner-image {
    width: 21rem;
    height: auto;
    margin-left: -25px;
}

.display-inline-block {
    display: inline-block;
    pointer-events: none; 
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
   -khtml-user-select: none;
     -moz-user-select: none; 
    -ms-user-select: none; 
      user-select: none; 
}

@media (min-width: 576px){
    .container {
       max-width: 540px;
    }

   .lars-huebner-start-text {
       font-size: 4rem;
       line-height: 4rem;
   }
  .keyword-text {
    font-size: 1rem;
   }

  .about-text-header {
    font-size: 2em;
   }

   .about-text-content {
    font-size: 1.2em;
   }
}

@media (min-width: 768px) {
  .container {
     max-width: 720px;
  }

  .about-image  {
      width: 18rem;
      height: 18rem;
  }

  #lars-huebner-image {
      width: 21rem;
      height: auto;
  }

  .about-text {
      float: right;
  }
}

@media (min-width: 992px){
 .container {
    max-width: 960px;
 }

 .lars-huebner-start-text {
   font-size: 5rem;
   line-height: 5rem;
   letter-spacing: .15rem;
 }

 .keyword-text {
    font-size: 1.25rem;
 }

 .about-image  {
    width: 26rem;
    height: 26rem;
 }

 #lars-huebner-image {
    width: 29rem;
    height: auto;
 }

  .about-text {
     padding-top: 3rem;
 }

 .about-text-header {
     font-size: 2.35em;
 }

 .about-text-content {
     font-size: 1.2em;
 }
  .about-container {
     padding: 0 25rem;
 }
}

.about-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    padding: 7em 1em;
}

@media (min-width: 1200px){
 .container {
   max-width: 1140px;
 }
}

.particles-js-canvas-el {
  position: absolute;
}

/*
.content img {
    margin-right: 15px;
    float: left;
    width: 21rem;
    height: auto;
    overflow-clip-margin: content-box;
    overflow: clip;
}

.content h3{
    margin-left: 15px;
    display: block;
    margin: 2px 0 0 0;
	text-align: left;
}
.content p{
    margin-left: 15px;
	font-size: 0.5em;
    display: block;
    margin: 2px 0 0 0;
	text-align: left;
}
*/

/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
