@font-face {
    font-family: chowfun;
    src: url(../font/CHOWFUN.TTF);
}

@font-face {
    font-family: Katanf;
    src: url(../font/Katanf.ttf);
}
body {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: center;
    background-size: cover;
}

header h1 {
    font-family: chowfun;
    text-align: center;
}

header li {
    display: inline;
    border: 1px solid;
    margin: 10px;
    padding: 10px;
    border-radius: 3px;
    font-family: Katanf;
    background-color: rgba(130, 160, 220, 1);

}

a:link, a:visited{
	color:DarkBlue;
}

header a:link,
header a:visited {
    color: black;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
    color: gray;
}

header {
    margin-right: 10%;
    margin-left: 10%;
    text-align: left;
    border: 2px solid;
    border-radius: 10px;
    background-color: rgba(160, 160, 215, 0.5);
}

header #contact {
    text-align: right;
}

header #contact li {
    background-color: rgba(220, 150, 230, 1);
}

img#logo {
    width: 150px;
    border-radius: 10%;
    display: none;
}

section p,
section ul {
    font-family: comic sans ms;
    display: block;
}

section::-webkit-scrollbar{
	display: none;
}

section {
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    background-color: rgba(90, 40, 30, 0.5);
    margin: auto;
    margin-top: 1em;
    width: 50%;
    max-height: 75vh;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 10px 20px;
}

section ul {
    text-align: left;
    list-style: disclosure-closed;
}

section h2 {
    font-family: Katanf;
}


#contact_case {
	background-image: url(../images/logoc&e.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100px;
}

@media screen and (max-width: 800px) {
	section p{
		font-size: 1.5em;
	}

	header li {
	    margin: 5px;
	    padding: 5px;
	}
	section{
	    width: 90%;
	}
}

@media screen and (max-width: 600px) {
	header li {
	    margin: 1px;
	    padding: 1px;
	}
}

