html, body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	width:100%;
	height:100%;
	background:#111;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

canvas {
  display:block;
  vertical-align:bottom;
}

/* ---- particles.js container ---- */
#particles-js {
	/*position:absolute; */
	width: 100%; 
	height: 100%; 
	background-color: #373737; 
	background-image: url("../img/banner.png"); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: 50% 50%; 
}

#headerTitle {
	text-shadow: -1px 1px .2em rgba(3,3,3,.4),1px -1px .4em rgba(3,3,3,.4);
	font-size: 30px;
	color: #e7e7e7;
	position: absolute;
	margin: 0 auto;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	width: 90%;
	max-width: 597px;
	text-align: center;
	font-weight: bold;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

#logo {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	height: auto;
	margin-bottom: 40px;
}

#headerEmail {
	text-align: center;
    color: #fff;
    font-size: 20px;
    position: fixed;
    top: 20px;
    right: 20px;
	color: #fff;
	text-decoration: none;
}
#headerEmail a {
	color: #fff;
	text-decoration: none;
}

#headerText {
	display: block;
	/* background-color: rgba(0,0,0,0.5); */
	padding: 5px 10px;
	/* box-shadow: 0px 0px 10px 0px #000; */
}

#fontBlinker {
	margin-left: -7px;
}

#headerCompanies {
	padding: 10px;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}

#headerCompaniesInner {
	width: 100%;
	margin: 0 auto;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}

.companyLogo {
	display: inline-block;
	height: 70px;
	width: auto;
	margin: 0px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.companyLogo:hover {
	cursor: pointer;
}


@media only screen and (max-width: 500px) {
	#headerTitle {
		font-size: 25px;
	}
	#fontBlinker {
		margin-left: -3px;
	}
	
	  #headerTitle {
    text-shadow: -1px 1px .2em rgba(3, 3, 3, .4), 1px -1px .4em rgba(3, 3, 3, .4);
    font-size: 30px;
    color: #e7e7e7;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
  }
  
  #headerTitle{
      width: min-content;
  }
  #headerText{
      display: none;
  }
	
	
}


@media (max-width: 768px) {
  #headerTitle {
    text-shadow: -1px 1px .2em rgba(3, 3, 3, .4), 1px -1px .4em rgba(3, 3, 3, .4);
    font-size: 30px;
    color: #e7e7e7;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
  }
}

/*------------------------- MEDIA QUERIES --------------------------------*/
@media only screen and (max-width: 500px) {
	#headerTitle {
		font-size: 25px;
	}
	#fontBlinker {
		margin-left: -3px;
	}
}