/*
Theme Name: APT Condo Sites
Theme URI: https://www.gettech1.com
Author: Sam McKenna, TECH1 Solutions
Author URI: https://www.gettech1.com
Description: APT Condo website theme
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: apt-condo
*/
body {
  background-position: 0px -200px;
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 0;
  margin: 0;
  height: 100% !important;
  top: 0;
  display: block;
}

body, p, div {
  font-family: Verdana, sans-serif;
  font-size: 13px;
}

.clear {
  clear: both;
}

#page {
  width: 980px;
  background-repeat: repeat-y;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 980px) {
  #page {
    width: 100%;
  }
}
#page #superHeader {
  background-image: url("img/header-image.png");
  width: 980px;
  height: 306px;
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width: 980px) {
  #page #superHeader {
    width: 100%;
    background-image: url("img/transparent.png");
    background-repeat: repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 125px;
  }
}
#page #superHeader p {
  font-family: Arial, serif;
  margin-top: 6px;
  font-size: 17px !important;
  font-weight: bold;
  color: #222222;
  line-height: 1;
}
#page #subHeader {
  position: absolute;
  height: 40px;
  text-align: left;
  width: 214px;
  right: 12px;
  top: 80px;
}
@media screen and (max-width: 980px) {
  #page #subHeader {
    display: block;
    position: relative;
    right: 0;
    width: auto;
    text-align: center;
    top: 0;
    margin: 0;
    padding: 0;
    left: 0;
    height: auto;
  }
}
@media screen and (max-width: 980px) {
  #page #subHeader p {
    margin: 12px 0;
  }
}

#mobilemenu {
  display: none;
  background-image: url("img/transparent.png");
  padding: 16px 0;
}
@media screen and (max-width: 980px) {
  #mobilemenu {
    display: block;
  }
}
#mobilemenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#mobilemenu ul li a {
  color: black;
  font-size: 18px;
}

#columns {
  background-image: url("img/transparent.png");
  background-repeat: repeat;
  height: auto;
}
@media screen and (max-width: 980px) {
  #columns {
    padding: 18px;
  }
}
#columns #column1 {
  float: left;
  width: 25%;
  height: 100%;
  margin: 0;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #columns #column1 {
    display: none;
  }
}
#columns #column1 .toc {
  margin-top: 48px;
  margin-bottom: 30px;
}
#columns #column1 .toc ul {
  list-style-type: none;
}
#columns #column1 .toc ul li {
  font-size: 17px;
  margin-bottom: 10px;
}
#columns #column1 .toc ul li a {
  color: black;
}
#columns #column2 {
  float: left;
  width: 66%;
  background-color: #ffffff;
  padding: 0 16px;
  margin-left: 16px;
  margin-bottom: 20px;
  border-radius: 15px;
  margin-top: 52px;
}
@media screen and (max-width: 980px) {
  #columns #column2 {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 22px 0;
  }
}
#columns #column2 h1 {
  font-size: 22px;
  font-family: Arial, serif;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 12px;
  color: #666666;
}
@media screen and (max-width: 980px) {
  #columns #column2 h1 {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 980px) {
  #columns #column2 h2 {
    margin: 22px;
  }
}
@media screen and (max-width: 980px) {
  #columns #column2 h3 {
    margin: 22px;
  }
}
@media screen and (max-width: 980px) {
  #columns #column2 p {
    margin: 0 22px;
  }
}
#columns #column2 p.management {
  text-align: justify;
}

.footer {
  background-image: url("img/transparent.png");
  text-align: center;
  padding: 12px;
  margin: 12px 0;
}
