/* CSS Document */

html {
  /* font-family:Georgia, "Times New Roman", Times, serif;*/
  width: 100%;
  background: #222;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  background: inherit;
  font-family: Verdana, Arial, sans-serif;
  color: #ccc;
  margin: 0;
  padding: 0;
}

h1.fontface {
  /*font: 60px/68px 'KulminoituvaRegular', Arial, sans-serif;*/
  font: 7rem/7rem "KulminoituvaRegular", Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

h2.fontface {
  /*font: 60px/68px 'KulminoituvaRegular', Arial, sans-serif;*/
  font: 3rem/4rem "KulminoituvaRegular", Arial, sans-serif;
  letter-spacing: 0;
  color: #ededed;
  margin-top: 2rem;
}

h3.fontface {
  /*font: 60px/68px 'KulminoituvaRegular', Arial, sans-serif;*/
  font: 1.5rem/2rem "KulminoituvaRegular", Arial, sans-serif;
  letter-spacing: 0;
  color: #ededed;
}

#leftbar {
  /* position:absolute; */
  /* left:0; */
  /* top:0; */
  /*float:left;
   width:110px;*/
  width: 100%;

  margin: 0 auto;
  margin-top: 1rem;

  /*margin-right:15px;
   min-height:300px;
   padding:10px;
   background-color:#3d3d3d;
   -webkit-border-radius:0 0 10px 10px;
   -moz-border-radius:0 0 10px 10px;
   border-radius:10px;*/
}

#leftbar a {
  color: #666;
  text-decoration: none;
}

#leftbar a:hover {
  text-decoration: none;
  color: #ededed;
}

.side-nav {
  display: flex;

  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

#sidenav {
  width: 100%;
  z-index: 100;
  /* padding-left:15px; */
}

#sidenav li {
  display: inline-block;
  font: 2.2rem/2rem "KulminoituvaRegular", Arial, sans-serif;
}

#sidenav li a:hover {
  cursor: pointer;
}

#content a {
  color: #3cc;
  text-decoration: none;
}

#content a:hover {
  color: #666;
  text-decoration: none;
}

#leftbar .selected {
  color: #999;
}

#leftbar p.navhead_top {
  display: none;
  font: 3em/2rem "KulminoituvaRegular", Arial, sans-serif;
  letter-spacing: 0;
  margin-bottom: 0;
}

#leftbar .navleft-0 li {
  list-style-type: none;
}

#leftbar .navleft-0 ul {
  padding-left: 10px;
}

p {
  margin-bottom: 1em;
  font-size: 0.8rem;
}

li {
  font-size: 0.8rem;
  font-family: Verdana, Arial, sans-serif;
}

#container {
  padding-bottom: 4rem;
}

#container .row {
  max-width: 1200px;
  margin: 0 auto;

  /* padding-left:200px; */
  /*width:100%;
   width: 982px;
   min-height:600px;
   margin-left: auto;
   margin-right: auto;
   margin-top:0px;
   margin-bottom:40px;
   overflow:hidden;
   padding:15px;*/
}

/* #container .row::after {
   margin-left: 15px;
   padding-top: 10px;
   content: '© 2026 - maatvee.com'
} */

#content {
  padding-top: 1rem;
  /*float:left;
   width:800px;*/
}

h1 {
  /*text-align:left;
   font-size:4em;

   line-height:4.5em;*/
  color: #ccc;
  /*border:solid 1px #ccc;*/
}

.hidden {
  display: none;
}

#page_details {
  font-size: 0.7rem;
  margin: 0px 0 8px 0;
}

a.logout_button {
  display: inline-block;
  /*height:15px;*/
  line-height: 15px;
  color: #999;
  padding: 2px 6px;
  background-color: #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

a.logout_button:hover {
  background-color: #666;
  text-decoration: none;
  color: #ededed !important;
}

.post_container {
  display: block;
  padding: 10px;
  margin-bottom: 14px;
  border: 1px dashed #444;
  overflow: hidden;
}

.post_container {
}

.post_container:hover {
  border-color: #666;
}

.posted_date {
  color: #555;
  font-size: 0.6rem;
}

.post_title,
form label {
  /*font-weight:bold;*/
  color: #f90;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.post_title {
  margin-bottom: 0.1rem;
}

#post_form input,
#post_form textarea {
  background-color: #3d3d3d;
  color: #ededed;
  border-radius: 4px;
  border: none;
}

#post_form textarea {
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#post_form input {
  padding: 3px 8px;
  height: 18px;
  line-height: 18px;
  width: 660px;
}

#submit_button,
#post_form #sq_commit_button {
  height: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  padding: 4px 8px;
  background-color: #555;
  color: #3cc;
  width: 60px;
  font-size: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 2px 4px #222;
  -moz-box-shadow: 0px 2px 4px #222;
  box-shadow: 0px 4px 2px #222;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -ms-user-select: none;
}

#submit_button:hover,
#post_form #sq_commit_button:hover {
  background-color: #666;
  text-decoration: none;
  color: #ededed !important;
  cursor: pointer;
}

/*form label {
   color:#999;
   text-transform:uppercase;
   letter-spacing:0.2em;
}*/

/*---------------foundation overrides------------------*/

.row {
  max-width: 100%;
}

.side-nav li {
  font-family: Verdana, Arial, sans-serif;
  margin: 0 0 0 0.21875rem;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }

  iframe {
    width: 100%;
  }

  #container {
    padding-left: 0;
    padding-bottom: 0;
  }

  #container .row::after {
    font-size: 0.8rem;
    padding-bottom: 1rem;
  }

  .side-nav {
    flex-direction: column;
    padding: 20px 30px 0 30px;
  }

  .side-nav li {
    margin-bottom: 0.5rem;
  }

  h1.fontface,
  h2.fontface {
    width: 90%;
    line-height: 1.1;
    max-width: 100vw;
    margin-top: 1rem;
    font-size: 3rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    text-align: center;
  }

  h2.fontface {
    margin-top: 2rem;
  }

  #leftbar {
    /*background: #ffffff;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 45px;*/
    position: relative;
    width: 100%;
  }

  #leftbar li,
  #leftbar a {
    text-align: center;
  }

  #leftbar li:first-child a {
    font-size: 3rem;
    margin-bottom: 1rem;
  }

  #links {
    display: flex;
    flex-wrap: wrap;
    /* flex-grow: 1; */
  }

  #links a {
    width: 33.33333%;
  }

  #links > a > img {
    width: 100% !important;
    padding: 0 3px;
    margin-bottom: 6px !important;
    aspect-ratio: 1 / 1;
    height: 110px !important;
  }
}
