
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: rgb(27, 27, 27);
	background: #000;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Raleway', sans-serif;
	font-weight:  600;
}
*/
html {
	font-size: 1rem;
}


/* background */
#background-layer-1, #background-layer-2 {
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}
#background-layer-1 {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity=60);

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	background-image: url('/img/textures/dark-blue.gif');


}
#background-layer-2 {
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	filter: alpha(opacity=60);

	background-image: -moz-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
    background-image: -webkit-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
    background-image: -ms-linear-gradient( 136deg, rgb(116,235,213) 0%, rgb(63,43,150) 100%);
}

/* particles */
#particles-js {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 0;
}

h1, .h1 {
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

h2, .h2 {
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}


.custom-file-label:lang(en)::after {
	content: "Browse Image...";
}

.texture{
	font-weight:400;
	font-family:Arial,Helvetica,sans-serif;
	background-image:url(/img/textures/form-texture.png);
	background-color:#e3e3e3;
	height:auto
}

.texture.bluish{
	background-color:#dee
}