* {
    box-sizing: border-box;
}

.row {
  content: "";
  clear: both;
  display: block;
}

.wrow::after {
  content: "";
  clear: both;
  display: block;
  white-space: nowrap;
}

.xrow {
  color: Black;
  background-color: Wheat;
  font-weight: bold;
  font-size: large;
  text-align: center;
  content: "";
  clear: both;
  white-space: nowrap;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
  font-size: medium;
  color: Black;
}

a {
    color: White;
}
a:link {
  color: Blue;
}
a:visited {
    color: Blue;
}
a:hover {
  color: DarkBlue;
  font-size: 100%;
  background-color: LightBlue;
  padding: 5px;
}
a:ative {
  color: Blue;
}

.text {
  font-family: "Lucida Sans", sans-serif;
  font-size: medium;
  color: Black;
  padding: 15px;
}

.contact {
  font-family: "Lucida Sans", sans-serif;
  font-size: Large;
  color: White;
  padding: 15px;
}

.header {
  background-color: ForestGreen;
  color: LightGoldenRodYellow;
  padding: 15px;
  width: 100%;
}

.standout-text {
  padding: 15px;
  font-size: Large;
}

.header-title {
  text-align : center;
  padding: 15px;
  color: White;
  font-size: Large;
  background-color: SaddleBrown;
}

.page-title {
    text-align: center;
    padding: 15px;
    color: Black;
    font-size: medium;
};

.address-line1 {
  text-align: right;
  padding: 7px;
  color: Red;
  font-size: small;
}
.right-address {
    text-align: right;
    color: LightGoldenRodYellow;
    padding: 7px;
    font-size: small;
}

.menu {
  padding: 15px;
  margin-bottom: 15px;
  background-color: CornFlowerBlue;
  text-align: center;
  line-height: 140%;
  color: White;
  font-size: medium;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
}

.menu:hover {
  /* background-color: DeepSkyBlue;
    font-color: LightBlue; */
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 15px;
  margin-bottom: 15px;
  background-color: LightBlue;
  color: black;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}

.center-p {
  text-align: center;
}

.aside {
  background-color: lightblue;
  padding: 15px;
  color: LightGoldenRodYellow;
  font-size: medium;
  // box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: lavender;
  color: Black;
  text-align: center;
  font-size: 50%px;
  padding: 15px;
}

.headline-small {
  font-size: 60%;
}

.date-time {
  font-size: 35%;
}

/* For desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}
    /* chania css end */
  </style>

  <title>◊(select 'h1 doc)</title>


