@charset "utf-8";
.banda-transversala {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../design/banda-transversala.png);
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 90px;
	display: block;
	top: 48%;
	position: absolute;
}
.content-logo-butoane {
	text-decoration: none;
	height: 150px;
	width: 600px;
	position: relative;
	top: -60px;
	display: block;
	margin-left:auto;
	margin-right:auto;
	
}
.container-logo {
	text-decoration: none;
	height: 207px;
	width: 206px;
	display: block;
	float:left;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../design/logo.png);
	background-size: 100%;
	
}
.container-butoane {
	display: block;
	float: left;
	width: 350px;
	height: 30px;
	margin-left: 0px;
	margin-top: 15%;
	
}
.butoane-index {
	font-family: 'Norican', cursive;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	color: #B19F40;
	padding-right: 10px;
	padding-left: 10px;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	text-shadow: 1px 3px  6px black;
}
.butoane-index:hover {
	color: #FFF;
	text-decoration: none;
	
}
@media screen and (min-width: 300px) and (max-width: 900px) { 
.container-butoane {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-top: auto;

	
	
}
.container-logo {
	text-decoration: none;
	height: 200px;
	width: 100%;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../design/logo.png);

	background-size: contain;
	
	
}

.content-logo-butoane {
	text-decoration: none;
	height: 350px;
	width: 100%;
	top: -60px;
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	

}
.butoane-index {
	font-family: 'Norican', cursive;
	text-decoration: none;
	font-size: 29px;
	font-weight: normal;
	color: #B19F40;
	margin-top: 25px;
	padding-right: 10px;
	padding-left: 10px;
	transition-property: color;
	transition-duration: 0.5s;
	transition-timing-function: ease-in-out;
	text-align: center;
	display: block;
}
.banda-transversala {
	text-decoration: none;
	background-attachment: scroll;
	background-image: url(../design/banda-transversala.png);
	background-repeat: repeat;
	background-position: left center;
	width: 100%;
	height: 350px;
	display: block;
	top: 28%;
	position: absolute;
}

}
