@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  background-color: #0F0F0F;
}
@font-face {
  font-family: 'Inconsolata';
  src: url('Inconsolata.woff2') format('woff2'),
      url('Inconsolata.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body {
  overflow-x: hidden;
  background-color: #0F0F0F;
  color: #F9F6EE;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;


}

.container {
  max-width: 640px;
  width: 100%;
  display: inline-block;
  white-space: normal;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #000000;
  img {
  display: block;
  max-width: 350px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  }}


.img {
    display: block;
    max-width: 350px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }


.topnav {
  float: right;
}


/* Style for headers */
header {
  background-color: #0F0F0F;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
/* Style for the rest of the site */
body {
  background-color: #0F0F0F;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 10px;
}
h1 {
  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;

}
h1 a{color: inherit;
  font-family: 'Inconsolata', sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;}

h2 {
  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;
}
h2 i {
  font-style: italic;
}

h3 {  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 1em;}
h3 i {
  font-style: italic;
}

h4 {  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;}
h4 i {
  font-style: italic;
}
h5 {color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.5;
  margin-bottom: 1.5em;}
h5 i {
  font-style: italic;
}
h6,
span,
p,
input,
tr,
td,
li{
  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  line-height: 1.4;
  margin-bottom: 1em;
}
p i {
  font-style: italic;
}

span {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 0px;
  padding: 0;
  line-height: 1.5;
}

table td img {
  padding: 2px;
  max-width: 200px;
}
.table-portfolio td p {
  padding: 10px;
  text-align: center;
  line-height: 1;
}
.table-home td p{  
  padding: 10px;
  text-align: left;
  line-height: 1;}
.table-home th{  
    padding: 10px;
    text-align: left;
    line-height: 1;}
/* Style for footers*/
footer {
  background-color: #0F0F0F;
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 5px;
}


a{  color: #b9b9cd;
  font-family: 'Inconsolata', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
    
}

main p {
  color: #F9F6EE;
  font-family: 'Inconsolata', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 1em;
}


#menuToggle {
  position: relative; /* Ensure the container is positioned relative */
}

.burgerbox {
  position: absolute; /* Position the button absolutely within the container */
  top: 0px; /* Adjust as needed */
  right: 0px; /* Align to the right */
  background: transparent; /* Optional: make background transparent */
  border: none; /* Remove default button border */
  cursor: pointer; /* Change cursor to pointer */
  z-index: 100; /* Ensure it appears above other elements */
}

#menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  padding: 50px;
  padding-top: 125px;
  background: #000000 !important;
  z-index: 100; /* Ensure it appears above other elements */
  list-style-type: none;
  -webkit-font-smoothing: antialiased; /* to stop flickering of text in safari */
  display: none; /* Initially hide the menu */
}

#menu.active {
  display: block; /* Show the menu when active */
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
  background-color: #000000;
  color: #ffffff;
}


main {
  margin-bottom: 80px;
}

footer .container {
  padding-bottom: 20px;
}


