html *{
    cursor: url(./images/cursors/chromedinosaurright.png), auto;
}

header{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #000000;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 2px;
}

body
{
	background-image:url('./images/background1.JPG');
	background-repeat: no-repeat;
    /* background-position-x: center; */
    background-position-y: top;
    background-attachment: fixed;
    background-size: 100%;
    padding:0px;
    margin: 0px;
    width: auto;


}
.image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid;
    border-color: beige;
    border-radius: 5%;
    max-width: 50vw;
    height: auto;
}
.image:hover{
    border-width: 0.5vh;
}
#menu
{
	/* padding:0px; */
    background-color: #000000;
    overflow: hidden;
    margin-top: 0%;


}

#menu li
{
	display:inline;
    width: 100%;
    max-width: 100vw;
}

#menu li a
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	float:left;
	padding:10px;
	background-color: #000000;
	color:#ffffff;
	border-bottom:1px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
    cursor: url(./images/cursors/chromedinosaurleft.png), auto;
}

#menu li a:hover
{
	background-color:#993300;
	padding-bottom:15px;
	border-bottom:2px;
	border-bottom-color:#750C0D;
	border-bottom-style:solid;
	margin:0px;
    
}

