html {
		box-sizing:border-box;
		max-width:1980px;
		position:relative;

		}
		
body {
		font-family: 'Open Sans', sans-serif;
		color: #232323;
		padding:0px;
		margin:0px;
		background-image:url("imageAssets/bg.jpg");
		background-repeat: repeat;
		background-attachment: fixed;
		background-position: center; 
		position:relative;


	}
		
*,
*:before,
*:after {
		box-sizing:inherit;
	}
		
.grid {
		width:100%;
		max-width:1980px;
		margin: 0 auto;
		position:relative;
}		

.grid:before,
.grid:after,
.row:before,
.row:after {
	content:" ";
	display:table;
}
.grid:after,
.row:after {
	clear:both;
}

[class*="col-"] {
	width:100%;
	float:left;
	min-height:1px;
}

.col {
		padding:1em;
		margin:0px;

		border-radius:3px;
		box-shadow:0 1px 1px rgba(0,0,0,.3);
		color:turquoise;
		text-align:center;
	}

@font-face {
    font-family: Cinzel;
    src: url(font/Cinzel-Regular.otf);
}

a:visited {
	text-decoration:inherit;
	font-style:inherit;
	color:inherit;
}
