@font-face {
     font-family: "SinkinSans-400Regular";
     src: url("../../fonts/SinkinSans-400Regular-webfont.woff");
}
body {
     font-family: Tahoma, sans-serif;
     background-color: #bfbccb;
     background-image:url("../../portimages/lightfloral.jpg");
     background-attachment: fixed;
     background-repeat: no-repeat;
     background-size: cover;
}
header {
background-color:silver;
background-image:
radial-gradient(circle at 100% 150%, #986c6a 24%, #634845 24%, #634845 28%, #986c6a 28%, #986c6a 36%, #634845 36%, #634845 40%, transparent 40%, transparent),
radial-gradient(circle at 0    150%, #986c6a 24%, #634845 24%, #634845 28%, #986c6a 28%, #986c6a 36%, #634845 36%, #634845 40%, transparent 40%, transparent),
radial-gradient(circle at 50%  100%, #634845 10%, #986c6a 10%, #986c6a 23%, #634845 23%, #634845 30%, #986c6a 30%, #986c6a 43%, #634845 43%, #634845 50%, #986c6a 50%, #986c6a 63%, #634845 63%, #634845 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, #634845 5%, #986c6a 5%, #986c6a 15%, #634845 15%, #634845 20%, #986c6a 20%, #986c6a 29%, #634845 29%, #634845 34%, #986c6a 34%, #986c6a 44%, #634845 44%, #634845 49%, transparent 49%, transparent),
radial-gradient(circle at 0    50%, #634845 5%, #986c6a 5%, #986c6a 15%, #634845 15%, #634845 20%, #986c6a 20%, #986c6a 29%, #634845 29%, #634845 34%, #986c6a 34%, #986c6a 44%, #634845 44%, #634845 49%, transparent 49%, transparent);
background-size: 100px 50px;
height:auto;
}
h1 {
    color: #f2e2d2;
    font-family: "SinkinSans-400Regular";
    text-align: center;
    border: 4px double #f2e2d2;
    height: auto;
    padding: 3px;
    text-shadow: 2px 2px 4px #000000;
}
h2 {
    color: #784f41;
    text-align: center;
    background-color: #f2e2d2;
    padding: 3px;
    border-top: 2px solid #986c6a;
    border-bottom: 2px solid #986c6a;
}
h3 {
    color: #784f41;
    text-align: center;
    background-color: #f2e2d2;
    padding: 2px;
}
nav {
    height: auto;
    background-color: #ae9b9c;
    border-left: 4px double #986c6a;
    border-right: 4px double #986c6a;
    border-bottom: 4px double #986c6a;
    border-top: 4px double #986c6a;
    padding: 3px;
    text-align: center;
    position: sticky;
    top: 0px;
}
table {
    display: center;
    margin: auto;
}
[id*="col0"] {
	cursor:pointer;
	color:#ffffff;
	text-decoration:underline;

}
[id*="col0"]:hover {
	text-decoration:none;

}
#col0cell0 {
	color:#000000;
	text-decoration:none;
	cursor:default;
}
caption {
    font-size: 20px;
    border-top: 3px solid #784f41;
    border-right: 3px solid #784f41;
    border-left: 3px solid #784f41;
    background-color: #bc9ec1;
}
footer {
    text-align: center;
    border-top: 4px double #ffffff;
    background-color: #634845;
    color: #ffffff;
}
p {
    background-color: #dbc9c9;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 35px;
}
.formcontain {
    display:flex;
    flex-direction:row;
}
.formcontain > form {
    display: block;
    width: 48%;
}
[class*="imageb"] {
    border: 3px solid #000000;
    cursor:pointer;
    margin: 2%;
    background-color: #000000;
}
.flex-container {
  display: flex;
  flex-direction: row;
  margin: auto;
}
.flex-container > div {
  width: 20%;
  height: 200px;
}
.imageb01 {
   background-image:url("../../portimages/tenant.jpg");
   background-position:center;
   background-repeat: no-repeat;
   background-size: contain;
}
.imageb02 {
   background-image:url("../../portimages/villette.jpg");
   background-position:center;
   background-repeat: no-repeat;
   background-size: contain;
}
.imageb03 {
   background-image:url("../../portimages/white.jpg");
   background-position:center;
   background-repeat: no-repeat;
   background-size: contain;
}
.imageb04 {
   background-image:url("../../portimages/audley.jpg");
   background-position:center;
   background-repeat: no-repeat;
   background-size: contain;
}
.h2border {
     border-bottom: 2px solid #000000;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.infobox {
    border: 1px solid #000000;
    visibility: hidden;
    height: 0px;
    background-color: #e9ecec;
    padding: 5px;
    text-indent: 35px;
}
.topnav {
    display: inline-block;
    position: fixed;
    color: #ffffff;
    bottom: 10px;
    right: 16px;
    z-index: 10;
    padding: 4px;
}
a {
   color: #dbc9c9;
}
a.tool:hover, tool:hover {
   text-decoration: none;
   color: #f2e2d2;
}
nav a:hover, a:hover {
   text-decoration: none;
   color: #f2e2d2;
}
nav a:visited, a:visited {
   color: #784f41;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.endsection:after {
  display: block; 
  content: " "; 
  height: 100px; 
  visibility: hidden; 
}
.sectionbg {
  background-color: #a2aca3;
  border-top: 2px solid #f2e2d2;
  border-bottom: 2px solid #f2e2d2;
}
.essaybg {
  background-color: #dbc9c9;
  border-top: 2px solid #f2e2d2;
  border-bottom: 2px solid #f2e2d2;
}
.pborders {
  border-top: 2px solid #f2e2d2;
  border-bottom: 2px solid #f2e2d2;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  img {
    height:auto;
    overflow:visible;
  }
}
div.workscited {
  background-color: #a2aca3;
  border-top: 2px solid #f2e2d2;
  border-bottom: 2px solid #f2e2d2;
}
div.workscited p {
  background-color:transparent;
  border:none;
  margin-left:40px;
  text-indent:-40px;
  padding-left: 5px;
  padding-right: 5px;
}
.mainbox {
    width: 90%;
    margin:auto; 
}
.leftform, .rightform {
  display:block;
  width:48%;
}
.leftform {
  float:left;
}
.rightform {
  float: right;
}
.formcontain {
  display: flex;
  flex-direction: row;
}
.formcontain > form {
  display: block;
  width: 48%;
  margin-left: 5%;
  margin-right: 5%;
}
button {
  background-color: #eadbaf;
  text-align: center;
  top:5px;
  display:block;
  margin:auto;
  position: relative;
}
.spacer {
  position: relative;
  display: block;
  content: " ";
  height: 10px;
  visibility: hidden;
}
.clear2h {
  background-color: #a2aca3;
  border-top: none;
  border-bottom: 2px solid #986c6a;
}
.clear3h {
  background-color: #a2aca3;
}