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

body {
    /*height:100%;
	background: url('../img-temp/DSC01697.JPG');
	background-size: cover;
	background-repeat: no-repeat;
	background: #2F3238;*/
    color: #FFFFFF;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 28px;
	text-align: center;
}

.title-page {
		margin-top: 60px;
}

.title-page .logo_small {
    height: 150px;
    margin-bottom: 20px;
}

.title-page .title-description {
    font-size: 24px;
	color: #fff;
    font-weight: 300;
    margin: 0;
}

.title-page .title {
    font-size: 3em;
	color: #fff;
	line-height: 1.5em;
    margin: 0 0 10px 0;
}

.content-page {
	border: 1px #E3171A;
	margin-left: 100px;margin-right: 100px;
}

a {
	color: #ee7100;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.1s linear 0s;
}

a:hover, a:active, a:focus {
    outline: 0;
    color: #FFFFFF;
    text-decoration: none;
}