@charset "UTF-8";
/* CSS Document */

/*@font-face {
	font-family:	"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-Regular.otf") format("opentype");
    font-weight: 	normal;
    font-style: 		normal;
}
@font-face {
	font-family:		"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-Italic.otf") format("opentype");
    font-weight: 	normal;
    font-style: 		italic;
}
@font-face {
	font-family:	"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-Bold.otf") format("opentype");
    font-weight: 	bold;
    font-style: 		normal;
}
@font-face {
	font-family:		"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-BoldItalic.otf") format("opentype");
    font-weight: 	bold;
    font-style: 		italic;
}*/

@font-face {
	font-family:		Andada;
    src: 			url("../fonts/Andada-Regular.otf") format("opentype");
    font-weight: 	normal;
    font-style: 		normal;
}
@font-face {
	font-family:		Andada;
    src: 			url("../fonts/Andada-Italic.otf") format("opentype");
    font-weight: 	normal;
    font-style: 		italic;
}
@font-face {
	font-family:		Andada;
    src: 			url("../fonts/Andada-Bold.otf") format("opentype");
    font-weight: 	bold;
    font-style: 		normal;
}
@font-face {
	font-family:		Andada;
    src: 			url("../fonts/Andada-BoldItalic.otf") format("opentype");
    font-weight: 	bold;
    font-style: 		italic;
}
@font-face {
	font-family:		"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-Regular.otf") format("opentype");
    font-weight: 	normal;
    font-style: 		normal;
}
@font-face {
	font-family:		"Alegreya Sans";
    src: 			url("../fonts/AlegreyaSans-Bold.otf") format("opentype");
    font-weight: 	bold;
    font-style: 		normal;
}

* {
	font-family: Andada, "Times New Roman", Georgia, serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}

html, body {
	padding:0;
    margin:0;
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	bottom: 0;
	/*background-color: rgba(0,84,129,1.0);*/
	background-color: rgba(102,0,102,1.0);
	/*background:rgba(193,145,193,1.0);*/
	overflow:hidden;
	background-image:url("../img/bkg-diamond-28.svg");
	background-size: 15%;
	background-position: -7.25%;
}