@font-face{
	font-family: "cormorant";
	src: url("fonts/cormorant/Cormorant-Regular.ttf");
}

@font-face{
	font-family: "cormorant_italic";
	src: url("fonts/cormorant/Cormorant-Italic.ttf");
}

@font-face{
	font-family: "roboto_mono";
	src: url("fonts/roboto_mono/RobotoMono-Regular.ttf");
}


html{
	margin: 10px;
	height: 100%;
	overflow: hidden;
	background-color: ghostwhite;
	font-family: cormorant;
}

h1{
	font-size: 25px;
}

h2{
	font-size: 15px;
	margin-top: 5px;
	font-family: roboto_mono;
}

nav{
	font-size: 15px;
	margin-top: 8px;
	color: blue;
	font-family: roboto_mono;
}

img{
	width: 90%;
}

.walker{
	width: 45%;
	padding-left: 430px;
	padding-top: 70px;
	margin-bottom: 40px;

}

.menu{
	display: flex;
	/*flex-wrap: wrap;*/
    padding:0;
}

.menu li {
    list-style-type: none ;
    width: 20%;
}

.menu a {
    display:block;
    min-width: 120px;
    font-size: 35px;
    color: blue;
}

.menu a:hover {
  color: chartreuse;
}

a>div{ 
    display: none;
    position: relative;
    top: -500px; left: 15px;
}

a:hover>div{ 
    display: block;
}

a:visited{
    color: blue;
}
