@import url('font.css');
body {
    overflow-x: hidden;
}

body {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
    /* background-color: #fff; */
	background: url('../bootstrap/bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
	font-family: 'Poiret One', cursive;
	/* background-image: linear-gradient(to right top, #000000, #391b1d, #6b3226, #985223, #b77c0d); */
	min-height: 100vh;
	 overflow: none;
}
@media screen and (min-width: 360px) {
    body {
          font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #212529;
   // background-color: #fff;
	background: url('../bootstrap/bg.jpeg');
	background-size: cover;
	font-family: 'Poiret One', cursive;
	//background-image: linear-gradient(to right top, #000000, #391b1d, #6b3226, #985223, #b77c0d);
	 
	 overflow: none;
    }
}

.page-home{
	height:360px;
	margin: 5% auto 0 auto;
}

.menu{
	color:#003D59;
	//text-shadow: 2px  2px 2px #000;
	text-align:center;
	//background:rgba(255,255,255,0.9);
	 //   -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
    //box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
	padding:5px;
}

span.menu-title{
	display:block;
	position:relative;
	/*top:-0.5em;*/
	font-size:1.2em;
	font-weight:bold;
	font-family: arial;
	color:#D99A01;
}

h2.title{
	font-weight:bold;
	color:#D99A01;
	text-align:center;
	margin-top: 5%;
	font-size:1.5em;
	font-family: arial;
}
h2{
	font-weight:bold;
	color:#D99A01;
	text-align:center;
	font-size:2.1em;
	font-family: arial;
	
}
a:hover{
	text-decoration:none;
	color:blue;
}

.menu{
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom:30px;
}

.menu:hover{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.logo{
	position: fixed;
	margin-top: 10px;
	left: 2%;
	bottom: 1%;
	color:#D99A01;
	font-weight: bold;
}