/************************************************************************************
ATHENS GREECE NOW CSS MARCH 2026
*************************************************************************************/


/* =========================================================
   1) RESET / GLOBAL
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, address, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
  margin: 0;
  padding: 0;
}

img,
fieldset {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto\9;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}


/* =========================================================
   2) BODY / TYPOGRAPHY / LINKS
========================================================= */
body {
  background: #0d1424 url(_imagery/acropolis-night.jpg) no-repeat center top;
  background-attachment: fixed;
  background-repeat: repeat-x;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 145%;
}

@media (max-width: 600px) {
  body {
    font-size: 125%;
  }
}

a {
  color: #026acb;
  font-weight: bold;
  text-decoration: underline;
  outline: none;
}

a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 1.2em;
}

ul,
ol {
  margin: 1em 0 1.4em 24px;
  line-height: 130%;
}

li {
  margin: 0 0 0.5em;
}


/* =========================================================
   3) HEADINGS
========================================================= */
h1 {
  font-family: 'Teko', sans-serif;
  font-size: 200%;
  font-weight: bold;
  color: #063;
  line-height: 220%;
}

h1 a {
  font-family: 'Teko', sans-serif;
  font-size: 113%;
  font-weight: bold;
  color: #ffffff;
  line-height: 123%;
  text-decoration: none;
}

h1 a:hover {
  text-decoration: underline;
}

h2 {
  background-color: #dddddd;
  color: #222222;
  padding: 0.4em 0.6em;
  margin: 0 0 10px 0;
}

h2.monthlist {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 135%;
  font-weight: bold;
  color: #555555;
  background-color: #face85;
  padding: 12px 0 15px 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 0;
}

h2.plainheadline2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 135%;
  font-weight: bold;
  color: #000000;
  background-color: #ffffff;
  padding: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

h3 {
  color: #44608e;
  font-size: 120%;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #5c6067;
  line-height: 1.4em;
  margin: 20px 0 0.4em;
}

h5 {
  color: #3d5d8a;
  font-weight: bold;
  font-size: 100%;
}

h6 {
  font-size: 75%;
  color: #5c6067;
  line-height: 1.4em;
  margin: 20px 0 0.4em;
}


/* =========================================================
   4) LAYOUT
========================================================= */
#backgroundcolor1 {
  margin-top: 10px;
  padding-top: 10px;
  background-color: #dae1e3;
  text-align: center;
}

#pagewrap {
  width: 1080px;
  margin: 10px auto 0;
}

#header {
  position: relative;
  height: 165px;
  margin-bottom: 20px;
}

#content {
  background: #eeeeee;
  margin: 10px 0 30px;
  padding: 20px 35px;
  width: 620px;
  float: left;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

#sidebar {
  width: 380px;
  float: right;
  margin: 0 0 30px;
}

#weatherbox {
  width: 380px;
  float: right;
  margin: 0 0 30px;
}

#visitgreece {
  width: 380px;
  float: right;
  margin: 20px 0 30px;
}

#footer {
  clear: both;
  color: #ccc;
  font-size: 85%;
  margin-left: 0;
}

#footer a {
  color: #fff;
}

.floatright {
  float: right;
  margin-left: 5px;
}

.floatover {
  float: right;
}

.moveover {
  margin-left: 25px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}


/* =========================================================
   5) TOP MOBILE / HAMBURGER NAV
========================================================= */
.topnav2 {
  overflow: hidden;
  background-color: #022b6b;
  position: relative;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.topnav2 #myLinks {
  display: none;
}

.topnav2 a {
  color: #ffffff;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Teko', sans-serif;
  letter-spacing: 2px;
  font-size: 165%;
  display: block;
}

.topnav2 a.icon {
  background: #022b6b;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav2 a:hover {
  background-color: #f4d75c;
  color: #ffffff;
}

.active2 {
  background-color: #022b6b;
  color: #ffffff;
}


/* =========================================================
   6) OLDER TOPNAV SEARCH BAR
   Keep only if you still use .topnav somewhere else
========================================================= */
.topnav {
  overflow: hidden;
  background-color: #e9e9e9;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #2196F3;
  color: white;
}

.topnav input[type="text"] {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  font-size: 17px;
}

.goright {
  float: right;
  padding: 6px;
  margin-top: 8px;
  margin-right: 16px;
  border: none;
  font-size: 17px;
}

@media screen and (max-width: 600px) {
  .topnav a,
  .topnav input[type="text"] {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }

  .topnav input[type="text"] {
    border: 1px solid #ccc;
  }
}


/* =========================================================
   7) SEARCH AREA INSIDE DROPDOWN NAV
========================================================= */
:root {
  --nav-pad-y: 14px;
  --nav-pad-x: 16px;
}

#searchnav {
  margin: 0;
  padding: var(--nav-pad-y) var(--nav-pad-x);
  text-align: left;
  background: #022b6b;
}

#searchnav form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: calc(100% - 12px);
  max-width: 520px;
}

#searchnav input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 38px;
  font-size: 18px;
  padding: 6px 10px;
  background-color: #dddddd;
  color: #222222;
  border: 1px solid #222222;
  border-radius: 4px;
}

#searchnav input[type="submit"] {
  flex: 0 0 auto;
  height: 38px;
  padding: 6px 14px;
  font-size: 16px;
  font-weight: bold;
  background-color: #222222;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#searchnav input[type="submit"]:hover {
  background-color: #444444;
}

@media (max-width: 600px) {
  #searchnav {
    padding: 12px var(--nav-pad-x);
  }

  #searchnav form {
    width: calc(100% - 8px);
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  #searchnav input[type="text"],
  #searchnav input[type="submit"] {
    width: 100%;
    height: 44px;
    font-size: 18px;
  }
}


/* =========================================================
   8) BOTTOM TEXT LINK MENU
========================================================= */
#bottommenu {
  clear: both;
  margin-left: 15px;
  padding-top: 5px;
  padding-bottom: 10px;
  letter-spacing: 0;
  line-height: 2.2;
}

#bottommenu a {
  color: #ffffff;
}

#bottommenu li a:hover {
  background-color: #360;
  color: #fff;
}


/* =========================================================
   9) LIVE CAM BUTTON BAR
========================================================= */
#agc-cam-bar,
#agc-cam-bar-secondary {
  width: 100%;
  padding: 10px 0 6px;
  margin: 0;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

#agc-cam-bar::before,
#agc-cam-bar::after,
#agc-cam-bar-secondary::before,
#agc-cam-bar-secondary::after {
  display: none !important;
  content: none !important;
}

.agc-cam-group {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: none !important;
}

.agc-cam-group::before,
.agc-cam-group::after {
  display: none !important;
  content: none !important;
}

.agc-cam-group a.agc-cam-btn,
.agc-cam-group a.agc-cam-btn:link,
.agc-cam-group a.agc-cam-btn:visited {
  display: inline-block;
  padding: 8px 14px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  background: #ffffff;
  color: #1f1f1f !important;
  border: 1px solid #cfcfcf;
  border-radius: 999px;
  box-shadow: none;
}

.agc-cam-group a.agc-cam-btn:hover,
.agc-cam-group a.agc-cam-btn:focus {
  background: #222;
  color: #fff !important;
  border-color: #222;
}

.agc-cam-group a.agc-highlight,
.agc-cam-group a.agc-highlight:link,
.agc-cam-group a.agc-highlight:visited {
  background: #b30000;
  color: #fff !important;
  border-color: #b30000;
}

.agc-cam-group a.agc-highlight:hover,
.agc-cam-group a.agc-highlight:focus {
  background: #870000;
  border-color: #870000;
}


/* =========================================================
   10) SITE BRAND / SEARCH / MAIN NAV
========================================================= */
input[type="search"] {
  -webkit-appearance: none;
  outline: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

#site-logo {
  position: absolute;
  top: 10px;
}

#site-logo a {
  font: bold 30px/100% Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: none;
}

#searchform {
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 100;
  width: 160px;
}

#searchform #s {
  width: 140px;
  float: right;
  background: #fff;
  border: none;
  padding: 6px 10px;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
  transition: width .7s;
}

#main-nav {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(-90deg, #4867a3, #082e78);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.3),
    0 1px 1px rgba(0,0,0,.4);
}

#main-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  position: relative;
}

#main-nav li:first-child {
  margin-left: 10px;
}

#main-nav a {
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  display: block;
  padding: 14px 15px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

#main-nav a:hover {
  color: #fff;
  background: #051f52;
}


/* =========================================================
   11) POSTS / WIDGETS / SIDEBAR BOXES
========================================================= */
.post {
  margin-bottom: 40px;
}

.post-title {
  margin: 0 0 5px;
  font: bold 26px/120% Arial, Helvetica, sans-serif;
}

.post-title a {
  text-decoration: none;
  color: #000;
}

.post-meta {
  margin: 0 0 10px;
  font-size: 90%;
}

.post-image {
  margin: 0 0 15px;
}

.widget,
.widget2,
.widgetmaster {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

.widget {
  background: #eeeeee;
  margin: 0 0 50px;
  padding: 10px 20px;
}

.widget2 {
  background: #fff;
  margin: 20px 0 50px;
  padding: 10px 20px;
}

.widgetmaster {
  background: #ffffff;
  margin: 0 0 10px;
  padding: 10px 20px;
}

.widgettitle {
  margin: 0 0 5px;
}

.widget ul,
.widgetmaster ul {
  margin: 0;
  padding: 0;
}

.widget li {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
  border-top: solid 2px #eee;
}

.widgetmaster li {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  clear: both;
  border-top: solid 10px #eee;
}

.widget5 {
  background: #666;
  width: 100%;
}

.widget5 li {
  margin: 0;
  list-style: none;
  clear: both;
  background: #ccc;
  border-top: solid 1px #999;
}

.widget .flickr_badge_image {
  margin-top: 10px;
}

.widget .flickr_badge_image img {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  margin-bottom: 12px;
  float: left;
}


/* =========================================================
   12) SPECIAL BOXES / SMALL UTILITIES
========================================================= */
.webcamred {
  background-color: #c00;
  padding: 0 2px;
  border-radius: 3px;
}

.englishred {
  background-color: #fc6;
  color: #666;
  padding: 0 2px;
  border-radius: 3px;
}

p.plainascanbe {
  font-weight: normal;
}

.cyprus {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 155%;
  font-weight: bold;
  color: #06f;
}

img.imagepad {
  border: 0;
  margin: 5px;
}

.titlewhite,
#whitetitle,
p.white {
  color: #fff;
}

#whitetitle {
  font-size: 120%;
  font-weight: bold;
}

p.white {
  padding-top: 10px;
  padding-bottom: 10px;
}

.h3compensate {
  margin-bottom: 10px;
}

.imgneg {
  margin-top: -28px;
}

.categories {
  font-size: 90%;
}

.backred {
  background-color: #fac0c0;
}

.backredrow {
  background-color: #096;
  color: #fff;
}

.backblackrow {
  background-color: #000;
  color: #fff;
}

#whiteboxlarge {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}


/* =========================================================
   13) SPECIAL CONTENT BLOCKS
========================================================= */
#coronavirus {
  padding: 10px;
  font-weight: bold;
  color: #000000;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  background-image: url(_imagery/greek-flag-fade.jpg);
}

#coronavirus a {
  color: #000099;
  font-weight: bold;
}

#golden {
  line-height: 200%;
  margin-top: 10px;
  width: 100%;
  font-size: 90%;
}

#golden strong {
  color: #009;
  font-size: 125%;
}

#golden ul {
  margin: 0;
  padding: 0;
}

#golden ul li {
  margin-left: 0;
  margin-top: 10px;
  list-style-type: none;
  padding: 3px 3px 3px 10px;
  background-color: #ddca80;
  border: 1px #ddca80 solid;
}

.goldentan {
  background-color: #f1e4d3;
  border: 1px #f1e4d3 solid;
}

#goldenblock {
  width: 70%;
  line-height: 200%;
  margin-left: 55px;
  margin-top: 10px;
  font-size: 90%;
  color: #ffff66;
}

#goldenblock strong {
  color: #ffff66;
}

#goldenblock ul li {
  margin-left: 0;
  margin-top: 10px;
  list-style-type: none;
  padding: 3px 3px 3px 10px;
  background-color: #22357f;
  border: 1px #22357f solid;
}

#keybox0 {
  margin-top: 0;
  width: 200px;
  height: 70px;
  float: right;
}

#keybox1 {
  width: 200px;
  height: 30px;
  padding-left: 10px;
  background-color: #ddca80;
  font-weight: bold;
}

#keybox2 {
  width: 200px;
  height: 30px;
  padding-left: 10px;
  background-color: #22357f;
  font-weight: bold;
  color: #ffff66;
}

#release {
  line-height: 175%;
}

#release ul {
  color: #666;
}

.release {
  background-color: #e2d893;
  margin-top: 2px;
}

#release a {
  color: #bd6303;
  margin-left: 4px;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 120%;
  line-height: 175%;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}


/* =========================================================
   14) SIDEBAR LIST MODULES
========================================================= */
#herolist {
  width: 100%;
  margin: 15px 0 0;
}

#herolistff {
  width: 100%;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ccc;
}

#herolistff ul,
#historyff ul,
#greenlistff ul,
#popular ul,
#archeology ul,
#sidebarlistff ul,
#cityhallff ul,
#herolistff2 ul,
#sequencial ul,
#seqallsiteff ul,
#bluelistff ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}

#herolistff li,
#historyff li,
#greenlistff li,
#popular li,
#archeology li,
#sidebarlistff li,
#herolistff2 li,
#sequencialff li,
#seqallsiteff li,
#bluelistff li {
  margin: 0;
  border-bottom: 2px solid #ffffff;
}

#herolistff li a {
  display: block;
  padding: 3px;
  background-color: #69f;
  color: #cccccc;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#herolistff li a:hover {
  background-color: #051f52;
  color: #fff;
}

#popular {
  background-color: #fff;
  width: 100%;
}

#popular ul {
  background-color: #808aa3;
}

#popular li a {
  display: block;
  padding: 3px;
  background-color: #788eca;
  color: #dddddd;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#popular li a:hover {
  background-color: #dddddd;
  color: #788eca;
}

#archeology {
  background-color: #fff;
  width: 100%;
}

#archeology ul {
  background-color: #808aa3;
}

#archeology li a {
  display: block;
  padding: 3px;
  background-color: #808aa3;
  color: #dddddd;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#archeology li a:hover {
  background-color: #11165a;
  color: #cccccc;
}

#history {
  width: 100%;
  margin: 15px 0 0;
}

#historyff {
  width: 100%;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ccc;
}

#historyff li a {
  display: block;
  padding: 3px;
  background-color: #000000;
  color: #dddddd;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#historyff li a:hover {
  background-color: #051f52;
  color: #fff;
}

#greenlist {
  width: 100%;
  margin: 0;
}

#greenlistff {
  width: 100%;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ccc;
}

#greenlistff li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  background-color: #0c3;
  color: #000000;
  text-decoration: none;
  width: 280px;
  font-weight: bold;
}

#greenlistff li a:hover {
  background-color: #360;
  color: #fff;
}

#bluelistff {
  margin: 10px 0;
}

#bluelistff li {
  list-style-type: none;
  border-bottom: 3px solid #ffffff;
}

#bluelistff li a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  padding: 10px 0 10px 5px;
  background-color: #102e76;
  color: #fff;
  text-decoration: none;
  width: 170px;
  font-weight: bold;
}

#bluelistff li a:hover {
  background-color: #b9ccdf;
  color: #000;
}

#sidebarlistff {
  width: 200px;
  padding: 0 0 1em 0;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #e8aee8;
}

#sidebarlistff li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  background-color: #e8aee8;
  color: #513d51;
  text-decoration: none;
  width: 190px;
  font-weight: bold;
}

#sidebarlistff li a:hover {
  background-color: #975397;
  color: #fff;
}

#cityhall {
  background-color: #ffffff;
  padding: 0;
  margin: 25px 0 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
}

#cityhallff {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#cityhallff li {
  border-bottom: 0;
  margin: 0;
}

#cityhallff li a {
  display: block;
  padding: 3px;
  background-color: #f0ce89;
  color: #000000;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#cityhall li a:hover {
  background-color: #f0ce89;
  color: #fff;
}

#herolistff2 {
  padding: 0;
  margin: 15px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ccc;
}

#herolistff2 li a {
  display: block;
  font-size: 150%;
  padding: 10px 0 10px 0.5em;
  background-color: #69f;
  color: #cccccc;
  text-decoration: none;
  font-weight: bold;
}

#herolistff2 li a:hover {
  background-color: #051f52;
  color: #fff;
}

#sequencial {
  width: 100%;
  margin: 0;
}

#sequencialff {
  width: 100%;
  padding: 0;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #eeeeee;
}

#sequencialff li a {
  display: block;
  padding: 3px;
  background-color: #f0ce89;
  color: #000000;
  text-decoration: none;
  width: 100%;
  font-weight: bold;
}

#sequencialff li a:hover {
  background-color: #f0ce89;
  color: #fff;
}

#seqallsite {
  width: 280px;
  margin: 0;
  padding-left: 10px;
  background-color: #06c;
}

#seqallsite a {
  color: #ffffff;
  background-color: #06c;
}

#seqallsiteff {
  width: 280px;
  padding: 0;
  margin: 10px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background-color: #ccc;
}

#seqallsiteff li a {
  display: block;
  padding: 5px 5px 5px 0.5em;
  background-color: #06c;
  color: #ffffff;
  text-decoration: none;
  width: 280px;
  font-weight: bold;
}

#seqallsiteff li a:hover {
  background-color: #360;
  color: #fff;
}


/* =========================================================
   15) MISC SITE ELEMENTS
========================================================= */
#anothersidebartop {
  position: relative;
  width: 300px;
  height: 600px;
  float: right;
  margin: 25px 0 25px 0;
}

#adpeepstext {
  width: 300px;
  height: 50px;
  float: right;
}

#pushoverthebanner {
  float: right;
  margin-top: -80px;
}

#airconditioning,
#airconditioning2,
#bottommenu2 {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

#airconditioning {
  height: 25px;
  padding-top: 25px;
  padding-bottom: 15px;
}

#airconditioning2 {
  height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#bottommenu2 {
  height: 25px;
  padding: 15px 0 15px 5px;
}

#airconditioning a,
#airconditioning2 a {
  color: #ffffff;
  font-weight: bold;
  font-size: 110%;
  padding-left: 5px;
  padding-top: 15px;
}

#airconditioning a:hover,
#airconditioning2 a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: underline;
}

#bottommenuff ul li {
  list-style: none;
  display: inline;
  font-weight: bold;
  line-height: 300%;
  background-color: #dc7404;
  padding: 5px;
  margin: 10px;
}

#bottommenuff li a {
  display: inline;
  background-color: #dc7404;
  color: #000000;
}

#searchbottom {
  margin: 25px 0 25px 5px;
}

#frazetta210 {
  float: right;
  width: 200px;
  margin-left: 10px;
}

#terms {
  width: 400px;
  text-align: left;
}

#hopeitworks {}

#minimenu {
  width: 570px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 200%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#minimenu a {
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  background-color: #0c5085;
  text-shadow: 1px 1px 1px #000;
  padding: 3px 7px;
  border-radius: 5px;
}

#minimenu a:hover {
  color: #ff0;
  background-color: #036;
}

.cityhalltop {
  margin-top: 20px;
}

#sequencialcc {
  background-color: #ccc;
  padding-left: 0;
}

#sequenciaccl a {
  color: #ccc;
  background-color: #ccc;
}

#adspacing {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mainfotofudge {
  margin-bottom: 20px;
  padding-top: 0;
}

#erikweems {
  background-color: #104b77;
  color: #fff;
  text-align: center;
  padding: 25px;
  border: 1px solid #104b77;
  border-radius: 35px;
}

#erikweems a {
  background-color: #104b77;
  color: #fff;
}

#headermazebox {
  background-color: #ffffff;
  text-align: center;
}

#site-description {
  font: Arial, Helvetica, sans-serif;
  font-size: 120%;
  margin-top: 15px;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(
    to right,
    rgba(0,0,0,0),
    rgba(0,0,0,0.75),
    rgba(0,0,0,0)
  );
  margin-top: 35px;
  margin-bottom: 35px;
}


/* =========================================================
   16) MEDIA / EMBEDS / IMAGE FX
========================================================= */
.art-element2 {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  background: transparent;
  border-radius: 14px;
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale(1);
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .art-element2:hover {
    transform: perspective(900px) rotateX(0.6deg) rotateY(-0.8deg) scale(1.015);
    box-shadow: 0 10px 26px rgba(0,0,0,0.18);
    filter: saturate(1.03) contrast(1.02);
  }
}

.art-element2:active {
  transform: perspective(900px) rotateX(0deg) rotateY(0deg) scale(0.985);
  box-shadow: 0 6px 16px rgba(0,0,0,0.16);
}

.video-vertical,
.yt-vertical-wrap {
  width: 100%;
  max-width: 620px;
  aspect-ratio: 9 / 16;
  margin: 0 auto;
  position: relative;
}

.video-vertical iframe,
.yt-vertical-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.yt-vertical-wrap iframe {
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}