/*
Theme Name: Thetacon
Text Domain: thetacon
Version: 1.0
Author: Motivar Web Agency
*/
html {
  background: white;
}
body {
margin: auto;
position: relative;
color: var(--mtv-global-color-1); 
background: var(--mtv-global-color-2);
overflow-x: hidden;
}

body,
#site-header,
#mtv_menu {
  max-width: 1920px;
}

@media screen and (min-width: 1000px) {
  #site_logo img, #site_logo svg {
  max-width: 100%;
  width: var(--mtv-logo-max-width);
  }
  #site-header.scrolling #site_logo img, #site-header.scrolling #site_logo svg {
  width: var(--mtv-scroll-logo-max-width);
  }
}
@media screen and (max-width: 999px) {
  #site_logo img, #site_logo svg {
  max-width: 100%;
  width: 128px;
  }
}
footer {
  background: var(--mtv-global-color-5);
}