*{
    margin:0;
    padding:0;
}
	
html{
    height:100%;
	width:100%;
	overflow-y:scroll;
}
	
body{
    min-height:100vh;
	height:100%;
	font-family:"Lato", "Trebuchet MS", sans-serif;
	color:#99ccff;
	background:#000;
	margin:0 auto;
}

h1, h2, h3, h4{
	text-align:center;
}

img{
	margin:16px;
	opacity:0.8;
}

img:hover{
  opacity:0.9;
}
	
a:link, a:visited{
	color:blue;
}
	
a:hover, a:active{
	color:red;
	text-decoration:none;
}
	
.pealkiri{
	margin:0 12px;
	padding:10px;
	font-size:1em;
	letter-spacing:3px;
	color:#fff;
	font-weight:bold;
	text-shadow:2px 2px 3px #555;
	text-align:center;
	background:#99ccff;
	border:1px solid #99ccff;
	border-radius:12px 12px 0 0;
}
	
.tekst{
	margin:0 12px;
	padding:22px 14px;
	font-size:0.8750em;
	color:#000099;
	line-height:1.8;
	background:#fff;
	border:1px solid #99ccff;
	border-radius:0 0 12px 12px;
}
	
.tekst a{
	color:blue;
}
	
.tekst a:hover{
	color:red;
	text-decoration:none;
}

.tekst ul{
	list-style-image:url('images/bullet2.gif');
}

.tekst li{
	margin-left:16px;
}

.tekst ul li:hover {
	list-style-image:url('images/bullet.gif');
}

.btn{
	margin:0 6px;
	padding:6px 10px;
	text-align:center;
	color:#000099;
	background:#f2f7ff;
	border:1px solid #003577;
	border-radius:4px;
	cursor:pointer;
}

.btn:hover{
	color:#c00000;
	background:#fff2f2
}
	
.center{
	text-align:center;
	font-size:0.8125em;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
	
.center a{
	color:#0166a5;
	text-decoration:none;
}
	
.center a:hover{
	color:#0166a5;
}

.line{
    position:fixed;
    width:100%;
    height:100%;
    background:transparent;
}

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

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

#page-wrap{
	position:relative;
	max-width:768px;
	margin:0 auto;
	background:#0166a5;
	border:1px solid #003577;
	border-radius:14px;
	z-index:8;
}

@media screen and (min-width:768px){
	body{
    font-size:15px;
  }
}

@media screen and (max-width:767px){
	body{
    font-size:14px;
  }
}
