<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Mitra Design House
Theme URI: http://www.sohrab.soltani.io
Descripton: A WordPress theme for "Mitra &amp; Co. Design House"
Template: popper
version: 0.1.0
Author: Sohrab Soltani
Author URI: http://www.sohrab.soltani.io
*/

@import url("../popper/style.css");
@import url("./css/header/00_container.css");
@import url("./css/header/menu.css");
@import url("./section-templates/banners/css/banners.css");

/* body {
  min-height: 100vh;
}
#page
{
  min-height: 100vh;
} */

.site-title {
  font-family: Tahoma;
  font-weight: 300;
}

.site-description {
  font-style: italic;
}

/* @media screen and (min-width: 30em)
{
  .widget {
      float: left;
      width:  00px;
      margin: 0 .9em 1.8em;
  }
} */

.nav-menu &gt; li {
  list-style-type: none;
  font-size: 3em;
}

.nav-menu &gt; li &gt; a {
  color: white;
}

.nav-menu {
  text-align: center;
}

#MitraMenuToggle {
  z-index: 30000;
  width: 35px;
  height: 35px;
  top: 20px;
  left: 20px;
  position: fixed;
  cursor: pointer;
}

#MitraMenuToggle &gt; .ham {
  height: 3px;
  width: 90%;
  position: relative;
  background-color: black;
  margin-top: 3px;
  box-sizing: border-box;
  /* box-shadow: 0px 0px 0px 2px white; */
}

#MitraMenuToggle &gt; img {
  display: none;
}

#MitraMenuContent {
  z-index: 20000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  display: none;
}

#MitraMenuContent &gt; div {
  display: table-cell;
  vertical-align: middle;
  background-color: #000000 ;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;  /* Fix for IE7 */
  
}

.nav-menu
{
  background-color: transparent;
}

#MitraMenuContent &gt; div &gt; ul {
  margin: auto;
}
</pre></body></html>