@import url('https://fonts.googleapis.com/css?family=Montserrat');
body {
  /*background-image: url("images/emilysunsetspain.jpg");*/
  /*background-image: url("images/night-photography-preview-2.jpg");*/
  background-image: url("images/garage-door.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}
h1 {
  margin: 0;
  padding-top: 10px;
  padding-bottom: 4px;
  text-align: center;
  font-size: 52px;
  font-style: italic bold;
  color: white;
  /*border: solid blue 1px;*/
}
h2 {
  text-align: center;
  font-size: 44px;
  font-style: bold;
  color: white;
}
h3 {
  text-align: center;
  font-size: 36px;
  font-style: bold;
  color: white;
}
h4 {
  text-align: left;
  font-size: 24px;
  font-style: bold;
  color: white;
  padding: 0;
}
h5 {
  text-align: left;
  font-size: 20px;
  font-style: bold;
  color: white;
  padding: 0;
  padding-left: 20px;
}
p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 20px;
  font-style: bold;
  color: white;
  /*border: solid white 1px;*/
}

h4 > p {
  text-align: left;
}

a {
  text-decoration: none;
  color: white;
}
a:visited {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
a:active {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
/*td {
padding-right: 10px;
margin-left: 10px;
text-align: left;
text-decoration: none;
font-size: 24px;
color: white;
vertical-align: top;
}*/
li {
  /*margin-left: 60px;*/
  text-align: left;
  text-decoration: none;
  font-size: 24px;
  list-style: none;
  color: white;
}
li:visited {
  text-decoration: none;
  color: white;
  color: white;
}
li:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
li:active {
  text-decoration: none;
  color: white;
  cursor: pointer;
}
table {
  width: 100%
}
td {
  text-align: left;
  /*border: 1px solid #eebb55;*/
  vertical-align: top;
  margin-top: 0;
  /*margin-left: -20px;*/

}
/*td.tLeft {
width: 40%
border: 1px solid #eebb55;
}
td.tRight {
width: 60%
border: 1px solid #eebb55;
}*/

.popover {
  color: black;
}
.popover-title {
  color: black;
}

[id$=xDiv] {
  position: absolute;
}
a:hover {
  text-decoration: none;
  color: blue;
  cursor: pointer;
}
#nav {
  text-align: center;
  font-size: 24px;
  font-style: bold;
  color: white;
}
#main {
  min-height: 450px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-flow: row;
}
#main > .left {
  margin: 4px;
  padding: 5px;
  flex: 1 6 30%;
  order: 1;
  text-align: center;
  /*border: 1px solid white;*/
}
#main > .center {
  margin: 4px;
  padding: 5px;
  /*border: 1px solid #cccc33;*/
  flex: 3 1 40%;
  order: 2;
}
#main > .right {
  margin: 4px;
  padding: 5px;
  /*background: #ccccff;*/
  flex: 1 6 30%;
  order: 3;
  /*border: 1px solid red;*/
  text-align: center;
}

header, footer {
  display: block;
  text-align: center;
  width: 100%;
  margin: 4px;
  padding: 5px;
  min-height: 50px;
  /*border: 1px solid #eebb55;*/
  border-radius: 7pt;
  /*background: #ffeebb;*/
}
