html,body{
	width:100%;
	height:100%;
	background:#111;
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
  background-image: url('../img/bg1.jpeg');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

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

.main-content {
	width: 70%;
  position: fixed;
  top: 20%;
	left: 15%;
}
@media (min-width: 768px) {
  .main-content {
		width: 30%;
	  position: fixed;
	  top: 20%;
	  left: 35%;
  }
}
.main-content img {
   width: 100%;
}
.main-content p {
	width: 100%;
  text-align: center;
	color: rgba(255,255,255,.75);
	font-family: 'Titillium Web', sans-serif;
	font-size: 20px;
}

@media (min-width: 768px) {
	.main-content p {
		width: 100%;
	  text-align: center;
		color: rgba(255,255,255,.75);
		font-family: 'Titillium Web', sans-serif;
		font-size: 35px;
	}
}

.mail {
    position: fixed;
    bottom:2%;
    width:100%;
		text-align: center;
}

@media (min-width: 768px) {
	.mail {
	    position: fixed;
	    bottom:1%;
	    width:100%;
			text-align: center;
	}
}

.mail a {
	width: auto;
	margin: auto;
	margin-top: 50px;
	color: rgba(255,255,255,.75);
	font-family: 'Titillium Web', sans-serif;
	font-size: 15px;
}

@media (min-width: 768px) {
	.mail a {
		width: auto;
		margin: auto;
		margin-top: 50px;
		color: rgba(255,255,255,.75);
		font-family: 'Titillium Web', sans-serif;
		font-size: 25px;
	}
}
.mail a:link {
	color: rgba(255,255,255,.75);
	text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

.mail a:visited {
	color: rgba(255,255,255,.75);
	text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

.mail a:hover {
    color: white;
  	text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

.mail a:active {
    color: white;
  	text-shadow: 1px 1px 1px #000;
    text-decoration: none;
}

#particles-js{
  width: auto;
  height: 100%;
    background-color: rgba(0,0,0,.15);
}
