@charset "utf-8";
/* CSS Document */


body {
    background-color:#FEFCFF;
}

div.header {
    display:flex;
    justify-content:center;
    flex-wrap:nowrap;
    width:500px;
    height:100px;
    padding:1px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}

div.navbar {
    display:flex;
    justify-content:space-between;
    flex-wrap:nowrap;
    width:100%;
    max-width:750px;
    height:50px;
    padding:0px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
}

div.container {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    background-color:#FEFCFF;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#333333;
    width:100%;
    margin-top:10px;
}

#container {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    background-color:#FEFCFF;
    font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color:#333333;
    width:100%;
    margin-top:10px;
}

div.hr {
    position:absolute;
    left:50px;
    right:50px;
    top:112px;
    height:3px;
    border-bottom:5px solid #000;
}

hr {
    border-color:#333333;
    border-width:1px 0 0 0;
    border-style:solid;
    width:30%;
}

button {
    margin:2px;
    font-family:'megrimmedium', sans-serif;
}

.name {
    border:none;
    background-color:inherit;
    height:96px;
    padding:0px 20px;
    font-size:84px;
    cursor:pointer;
}

.menu {
    border: none;
    background-color:inherit;
    padding: 8px 10px;
    font-size: 28px;
    cursor: pointer;
    display: inline-block;
  }
.menu:hover {background:rgb(225, 245, 206);}
/* rgb(231, 250, 195) */


img.pic {
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:0px;    
}

/* TEXT STYLING */

p {
    font-family:'cantarellregular', sans-serif;
    font-size:20px;
}

.caption {
    text-align:right;
    font-size:.9em;
    color:#777777;
    font-family:'cantarelloblique', sans-serif;
    margin-top:0px;
    margin-right:5px;
}

.center {
    text-align:center;
    font-size:20px;
}

.title
{
margin:25px 0px 5px 0px;
}

.desc
{
margin:0px 0px 10px 15px;
font-size:18px;
}

h1 {
    font-family:'cantarellregular', sans-serif;
    font-style:bold;
    font-size:22px;
    margin:30px 0px 10px 0px;
}

.center {
    text-align:center;
}

a:link
{
color:#35ac25;
text-decoration:none;
}

a:visited
{
color:#c05600;
text-decoration:none;
}

/* FONTS */


@font-face {
    font-family: 'megrimmedium';
    src: url('fonts/megrim-regular-webfont.woff2') format('woff2'),
         url('fonts/megrim-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cantarellregular';
    src: url('fonts/cantarell-regular-webfont.woff2') format('woff2'),
         url('fonts/cantarell-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cantarelloblique';
    src: url('fonts/cantarell-italic-webfont.woff2') format('woff2'),
         url('fonts/cantarell-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
