/* ============================================
Global Styles
============================================ */
* {
    box-sizing: border-box;
}

@font-face {
    font-family: "Didot";
    url("fonts/Didot-eText-W04-Regular.woff2")format("woff2"),
    url("fonts/Didot-eText-W04-Regular.woff")format("woff"),
    url("fonts/Didot-eText-W04-Regular.ttf")format("truetype"),
}


html {
    font-family: "Didot", "Times New Roman", serif;
    font-size: 1em;
    line-height: 1.3;
}

body {
    margin: 0;
}

h1 {
	font-size: 3rem;
	text-align: center;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
}

a:hover, a:active {
    text-decoration: underline;
    text-decoration-thickness: 0.05rem;
    text-underline-offset: 0.3rem;
}


ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

/* ============================================
Responsive Styles
============================================ */
 
nav {
    position: fixed;
    top: 1rem;
    display: flex;
    width: 100%;
}

.menu-container {

    width: 10rem;
}

#left {
    left: 0;
}

#right {
    right: 0;
}


/* ============================================
Responsive Styles
============================================ */
@media (orientation: portrait) {

	

}