@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;
overflow: visible;
}
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;
}
p {
    background-color: #dbc9c9;
    padding-left: 5px;
    padding-right: 5px;
    text-indent: 35px;
}
footer {
    text-align: center;
    border-top: 4px double #ffffff;
    background-color: #634845;
    color: #ffffff;
}
div.gallery {
  margin: 10px;
  border: 4px solid #000000;
  float: left;
  width: 22%;
  background-color: #ffffff;
}
div.gallery img {
  width: 100%;
  height: auto;
  border-bottom: 2px solid #000000;
}
div.desc {
  padding: 10px;
  text-align: center;
  overflow: visible;
}
.h2border {
     border-bottom: 2px solid #000000;
}
.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;
}
.clear2h {
  background-color: #a2aca3;
  border-top: none;
  border-bottom: 2px solid #986c6a;
}
.clear3h {
  background-color: #a2aca3;
}
.center {
  text-align: center;
}