
@font-face {
    font-family: "Chivo Mono Variable";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('ChivoMono-VariableFont_wght') format('truetype');
  }

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('InterVariable.ttf') format('truetype');
  }

@font-face {
    font-family: "InterItalic";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('InterVariable-Italic.ttf') format('truetype');
  }

body {
    background-color: #FFCC99;
    overflow-x: hidden;
    overflow-x: clip !important;
    max-width: 100ch; 
    margin: 0 auto;
    padding: 0 4vw;
    font-family: 'Inter','monospace';
}   

.nav{
    width: 100%;
    display: table;
    text-align: center;
    list-style-type: none;
}


a:link {
    color: #330000;
}

a:visited{
    color: #671A3D;
}

a:hover{
  color: #c58444;  
}

.nav li{
    display: inline-block;
    float:none;
}

#menu a { 
    font-family: 'Chivo Mono', 'monospace';
    font-weight: 400;
    color: #330000;
    text-decoration: none;
}

#menu li {
    padding: 5px 20px 5px 20px;
    background-color:#CC9966;
    border-style:groove;
    border-color: burlywood;
    border-radius: 5px;
    cursor: pointer;
    :hover {
        opacity: 0.7;
      }
    
}

h1.header{
    font-family: 'Chivo Mono','monospace';
    font-weight: 500;
    text-align: center;
}

h2.subheader{
    text-align: center;
    font-family: 'Inter','monospace';
    font-weight: 600;
}

h3.subsubheader{
    font-family: 'Inter','monospace';
    font-weight: 500;
    text-align: center;
}

h4.subsubsubheader{
    font-family: 'Inter','monospace';
    font-weight: 500;
    text-align: center;
}

#footer{
    margin: auto;
    text-align: center;
    font-family: 'Chivo Mono', 'monospace';
    font-size: small;
    cursor: pointer;
}

#gallery{
  display: block;
  text-align: center;
}

.textbox  {
    border: 5px outset #671A3D ;
    background: rgba(138, 137, 133, 0.3); ;    
    padding: 10px;
    font-family: 'Chivo Mono';
}

i.italic {
    font-family: 'InterItalic','monospace';
    text-align: left;
}

p.italiccenter {
    font-family: 'InterItalic','monospace';
    text-align: center;
}


.textboxfic  {
    border: 5px outset #671A3D ;
    background: rgba(138, 137, 133, 0.3); ;    
    padding: 10px;
    font-family: 'Inter';
}

img.selfie {
    border-radius: 8px;
    display: block;
    margin: auto;
    width: 33%;
    height: 33%;
    }


@media only screen and (max-width: 600px){
    #main {
        width: 100%;
        border-style: hidden;
    }
    #menu li {
        width: 100%;
        border-style: hidden;
        background-color:#FFCC99;
   }
    body {
      font-family: sans-serif;
    }
    ul{

        text-align: left;
        
    }
    h1  {
        text-align: center;
    }
    img.selfie {
        display:none
    }
    .textbox{
        border: none;
        background: none;
        text-align: left;
        padding: 1%;
    }
 }