
@font-face {
    font-family: DaxLight;
    src: url(DaxLight.ttf);
}
@font-face {
    font-family: DaxRegular;
    src: url(DaxRegular.ttf);
}
@font-face {
    font-family: DaxBold;
    src: url(DaxBold.ttf);
}

body {
	background-color: #886844
}

h1 {
	color: black;
	font-family: DaxBold, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 32px;
	margin: 10% 5% 0 5%;   
	margin-top: 10px;
}
h2 {
	height: 110px;
    color: #F0D5B7;
    font-family: DaxRegular, Arial, Helvetica, sans-serif;
    font-size: 32px;
    text-align: center;
    margin-top: 20px;
    margin: 20px 5% 20px 5%;
    vertical-align: middle;
    display: inline-block;
}

span {

 
}

hr {
	background-color: #C5AA8B;
    border: 0;
    height: 1px;
    margin: 20px 5% 20px 5%;
}


div {
	display: block;
}

img { 
	display: inline-block;
}

* {
	padding: 0;
	margin: 0;
}
.fit { /* set relative picture size */
	max-width: 80%;
	max-height: 100%;
}
.center {
	display: block;
	margin: auto;
}
.logo {
	margin-top: 8%;
	max-height: 30%;
}

.group, .item {/*
	-moz-box-sizing:    border-box;
	-webkit-box-sizing: border-box;
	box-sizing:        border-box;*/
}

.group {
	text-align: center;
	margin: 0% 0 0 0; 
}


.item {
	height:430px;
	width: 340px;
	background:transparent;
	display:inline-block;
	vertical-align: top;
    border-radius: 40px;
	-webkit-transition: all 0.6s ;
    -moz-transition: all 0.6s ;
    -o-transition: all 0.6s ;
    transition: all 0.6s ;
}

.item_link {
	display:inline-block;
	vertical-align: top;
	margin-left: 3%;
	margin-right: 3%;
}

.item:hover {
	background: rgb(197, 170, 139);
}

.clear {
    clear: both;
}

.item_image {
	max-width:100%;
	max-height:100%;

    border-radius: 40px;

    margin-top: 0px;


    border: 0px solid #bfbfbf;
}