body, html {
	padding:0 0 0 0;
	margin:0 0 0 0;
    font-family: 'Raleway', sans-serif;
	font-weight:900;
	color:#ffffff;
	overflow-x: hidden;
}
#mask {
    background-color: #CDB191;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
}
#loader {
    /*background-image:url(../img/loader.gif);*/
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}
.bg-total-solid {
	background:rgba(250, 224, 142, 0.7);
	min-height: 100%;
}

.capablanca{
	width: 100%;
	height: 100vh;
	position: fixed;
	background: rgba(255, 255, 255, 0.44);
	z-index: 99;
}

.bg-solid {
	padding: 50px 0 0px 0;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 25px;
	font-weight: 900;
	    z-index: 100;
    position: relative;
}
.bg-solid span {
	font-weight:600;
}
.logo-area {
	text-align: center;
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 1px;
	line-height: 30px;
	font-weight: 900;
	color: #cfbc91;
	background: transparent;
	font-family: Neucha;
	-webkit-border-radius: 0 0 500% 500%;
	-moz-border-radius: 0 0 500% 500%;
	-o-border-radius: 0 0 500% 500%;
	border-radius: 0 0 500% 500%;
	    z-index: 100;
    position: relative;
}
.logo-area span {
	font-size:20px;
    font-family: 'Raleway', sans-serif;
	font-weight:normal;
}
.bg-solid div {
	color:#000000;
	text-decoration:none;
	display:inline-table;
	width:23%;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
	margin:0 10px;
	outline:none;
	text-align:center;
	padding-bottom:25px;
	font-size:20px;
}

.bg-solid a {
	color:#000000;
	text-decoration:none;
}

.bg-total-solid p {

	font-weight: normal;
	padding: 0 150px;
	line-height: 40px;
	font-size: 26px;
	text-align: justify;

}

div.copyright {
	height: auto;
	width: 100%;
	position: fixed;
	background: #000000;
	bottom: 0;
	z-index: 50;
	right: 0;
	-webkit-border-radius: 500% 500% 0 0;
	-moz-border-radius: 500% 500% 0 0;
	-o-border-radius: 500% 500% 0 0;
	border-radius: 500% 500% 0 0;
}

div.copyright span {
	display: block;
	text-align: center;
	padding: 15px;
	font-weight: normal;
}

div.copyright span a , div.copyright span a:hover {
	color: #fff;
	text-decoration: none;
}

.bg-solid a img {
	width:100%;
	padding-top:0px;
	max-width:400px;
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
}
.canvas-particle {
	margin:0 0 0 0;
	padding:0 0 0 0;
	position:fixed;
	top:0;
	display:table-cell;
	width:100%;
	height:100%;
	z-index:10;
	background:#000000;
}
.if-canvas {
	z-index:50;
	position:fixed;
	top:0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,0);
}

@media (max-width: 760px) { /* This media query is written for Mobile only */
	.bg-solid {
		padding:50px 0 0;
		font-size:18px;
		line-height:20px;
	}
	.bg-solid span {
		font-size:18px;
	}
	.bg-solid a, .bg-solid a:hover {
		width:70%;
		margin-bottom:30px;
	}

	.logo-area {
		font-size: 75px;
		line-height: 70px;
		padding-top: 35px;
	}

	.nodisplay {display: none;}

	.logo-area span {display: none;}

	.bg-total-solid p {padding: 15px; margin-top: 0; font-size: 120%; line-height: 170%; padding-bottom: 150px}

	div.copyright {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		border-radius: 0;
	}

}