.adj {
    margin-left: 20px;
    width: 250px;
    border-radius: 5px;
    box-shadow: -1px 0 1px rgba(0,0,0,0.6);
}
.article {
    background-color: white;
    margin-left: 40%;
    display: block;
}
article img {
    max-width: 100%;
}
article p {
    margin-left: 30%;
    padding-left: 1.5em;
    padding-top: 1em;
}
article h2 {
    margin-left: 25%;
}
.aside {
    max-width: 250px;
    float: left;
    min-height: 600px;
    background-color: #515B61;
    opacity: 50%; 
    border-radius: 50px;
    position: relative;
    right: 200px;
    transform: translateX(-950px);
    padding-left: 0.25em;
    padding-right: 0.25em;
}
.aside h2 {
    text-align: center;
}
.aside:hover {
    cursor: pointer;
}
.aside p {
    padding: 10px 20px;*/
}
body {
    font: 100% Arial;
    font-size: 14pt;
}
body, p, header, aside, section, article, h1, h2, h3, nav, div, footer {
    padding: 0;
    margin: 0;
}
button {
    box-shadow: 10px;
    color: #4C8CE0;
}
button:hover {
    cursor: pointer;
}
button:checked {
    background-color: #515B61;
    color: white;
}
.cols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px; 
    -webkit-column-width: 200px;
    -moz-column-width: 200px;
    column-width: 200px; 
    transform: translateX(10em);
}
.cols h2 {
    transform: translateX(-6em);
    font-size: 1.5em;
    text-align: center;
}
.cols p {
    margin-bottom: 1.1em;
    text-align: left;
}
.cols-span {
    -webkit-column-span: all;
    -moz-column-span: all;
    column-span: all;
    font-size: 1.2em;
    margin-bottom: 0.2em;
    line-height: 1.2em;
}
.column {
    display: inline-block;
}
#contactform {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
#dragons {
    transform: translateY(30%);
}
.err {
    font-style: italic;
    font-size: 0.75em;
    color:red;
    display: inline-block;
}
fieldset {
    background-color: #FFBB65;
}
figcaption {
    font-style: oblique;
}
/*@font-face {
    font-family: "lavishlyyours";
    src: url(Lavishly_Yours/LavishlyYours-Regular.ttf);
}*/
#firstword {
    color: #4C8CE0;
}
#fname {
    display: inline-block;
}
#lname {
    display: inline-block;
}
@font-face {
    font-family: "caveat";
    src: url(Caveat/Caveat-VariableFont_wght.ttf);
}
footer {
    clear: both;
    background-color:  #515B61;
    color: white;
    text-align: center;
    font-size: 85%;
    min-height: 100px;
}
footer p {
    padding-top: 1%;
    padding-left: 1%;
    text-align: left;
}
form {
    width: 75%;
    max-width:  75%;
    object-position: center;
    border: 8px;
    border-color: #515B61;
    border-radius: 15px;
    background-color: #FFBB65;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
    background-color: #4C8CE0;
    padding: 10px;
    margin-bottom: 30%;
    transform: translateY(5em);
}
form h3 {
    font-family: "caveat";
    font-size: 24pt;
    color: white;
}
#formPage {
    width: 100%;
    object-position: center;
}
.gallery {
    transform: translateX(18em);
}
.gallery img {
    width: 250px;
    height: 250px;
    float: left;
    padding: 2%;
}

.gallery img::after {
    content: "";
    clear: both;
    display: table;
}
h1 {
    font-family: "caveat";
    font-size: 100pt;
}
h2 {
    border-bottom-style: groove;
    border-bottom-color: #FFBB65;
    border: 10px;
    padding-bottom: 0.5em;
}
h3 {
    font-family: "caveat";
    font-size: 24pt;
    color: white;
    background-color: #4C8CE0;
}
header {
    text-align: center;
    background-color: #515B61;
    height: 200px;
    width: 100%;
    background-image: url(heroimage%20copy.jpg);
    background-size:cover;
    border-bottom: 10px solid #FFBB65;
}
header h1 {
    color: #FFBB65;
    font-family: caveat
    font-weight: 900;
    font-size: 2.5em;
    margin: 0em 0 1em 0;
}
.header1 {
    font-family: caveat;
    font-size: 60pt;
    /*color: #FFBB65;*/
    color: #4C8CE0;
}
.hidehistory {
    display: none;
}
.hideaside {
    display: none;
}
.history {
    float: right;
    text-align:left;
    list-style-position: inside;
    color: black;
    background-color: #515B61;
    opacity: 50%;
    padding-top: 0.3em;
    transform: translateY(-20em);
    position: relative;
    left: 200px;
    border-radius: 50px;
    max-width: 200px;  
}
.history h2 {
    text-align: center;
}
.history:hover {
    cursor: pointer; 
}
.history li {
    padding: 10px 20px;
}
img {
    padding: 0.3em;
}
#image1 {
    width: 100%;
    border-radius: 15%;
}
#image2 {
    width: 100%;
    margin-bottom: 30%;
    border-radius: 15%;
}
input {
    margin-left:20px;
    width:250px;
    border-radius:5px;
}
input[type="tel"] {
    width:48px;
}
.lead {
    font-family: Georgia;
    font-size: 1.3em;
    text-align: left;
    font-style: italic;
}
nav ul {
    margin: 0;
    list-style: none;
}
nav ul li {
    position: relative;
    float: left;
}
nav ul li ul {
    display: none;
}
nav ul li a {
    border-radius: 5px;
    color: white;
    text-decoration: none;
    padding: 0.6em 1.2em 0.6em 1.2em;
    background-color: #515B61;
    outline: 0;
    margin-left:-1px;
    white-space: nowrap;
    display: block;
    z-index: 0;
}
nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active 
nav ul li.hover a {
    background-color: white;
    color: #515B61;
    transition: background-color 0.5s ease-out; /*this line will produce a transition */
}
nav li:hover ul,
nav li.hover ul {
    display: block;
    position: absolute;
    float: none;
    z-index: 1000;
}
nav ul li:hover ul a,
nav ul li.hover ul a {
    background-color: #515B61;
    color: white;
    width: 250px;
    border-radius: 0;
    text-align: left;
    padding-left: 0.6em;
}
nav ul li:hover ul a:hover,
nav ul li.hover ul a:hover,
nav ul li.hover ul a:focus,
nav ul li.hover ul a:active {
    background-color: white;
    color:#515B61;
}
p {
    margin-bottom: 1.2em;
}
.rgt {
    float: right;
    max-width: 40%;
    border-radius: 50px;
}
#secondword {
    color: #FFBB65;
}
section {
    padding: 10px;
    float: left;
    max-width: 75%;
}
.sliderimg (
    max-width: 70%;
    border-radius: 50px;
)
.spec {
    margin: -5px 0 10px 0;
    border-bottom: 1px solid #515B61;
    line-height: 0;
}
.splash {
    max-width: 60%;
    border-radius: 50px;
    margin-left: 20%;
    margin-right: 20%;
    padding: 2%;
    white-space: normal;
}
.topictitle {
    font-size: 48pt;
    border-bottom: 3px solid #FFBB65;
    text-align: center;
}
#wrapper {
    max-width:  1200px;
    margin: 0 auto;
    background-color: white;
}



/* ********************* Slider ********************** */
/* New in version 1.7+ */ 
#slider3 {
  width:99%;
  height: 400px;
  list-style: none; 
} 
/* images with caption */ 
#slider3 img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
} 
/* position the panels so the captions appear correctly */ 
#slider3 .panel {
position: relative; 
} 
/* captions */ 
#slider3 .caption-top, #slider3 .caption-right, #slider3 .caption-bottom, #slider3 .caption-left {
  background:#515B61;
  color: #FFBB65;
  padding: 5px;
  margin: 0;
  position: relative;
  z-index: 10;
  opacity: 0.8;
  filter: alpha(opacity=80); 
} 
/* Top caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px; 
}
/* Right caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-right {
  right:0;
  bottom:0;
  width:130px;
  height:180px; 
} 
/* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */ 
#slider3 .caption-bottom {
  left:0;
  bottom:0;
  width:480px;
  height:30px; 
} 
/* Left caption - padding is included in the width (130px here, 150px in the script), same for height */ 
#slider3 .caption-left {
  left: 0;
  bottom: 0;
  width:130px;
  height:180px; 
} 
/* Caption close button */ 
.caption-top .close, .caption-right .close, .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer; 
  float: right;
  display:inline-block; 
}
video {
    float: left;
    padding: 5px;
    margin-top: 10px;
}


/* Image Reveal Effect on Contact Page */


.container1 {
	position: relative;
	max-width: 800px;
	height: 500px;
	border: 1px solid black;
	overflow: hidden;
	margin-left: 10px;
    transform: translateX(300px);
    
}
.box1 {
	position: absolute;
	top:40px;
	left: 20px;
	width: 700px;
	height: auto;
	padding: 5px;
	text-align: center;
    background-color: #FFBB65;
}
.box2 {
	position: absolute;
	top:40px;
	left: 20px;
	width: 700px;
	height: auto;
	padding: 5px;
	text-align: center;
    background-color: #4C8CE0;
}
.box1 img {
	/*padding-top: 5px;*/
	max-width: 100%
        
}
.box2 img {
	/*padding-top: 5px;*/
	max-width: 100%
}
.box1 img:hover {
    cursor: pointer;
}

.show-menu {
    font-family: "caveat", cursive; 
    font-size: 2em;
    text-decoration: none;
    color: #FFBB65; 
    background: #4C8CE0; 
    text-align: center;
    padding: 10px 0; 
    position: relative;
    top: -20px;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox] { 
    display: none;
}
/*Show menu when invisible checkbox is checked*/ 
input[type=checkbox]:checked ~ #menu {
    display: block;
}

/* media queries */

@media screen and (max-width: 1160px){
    header { 
        max-height: 150px; 
    } 
    header h1 {
        font-size:1.5em;
    } 
    nav { 
        position: relative; 
        top:34px; 
        left: -50px;
    } 
    nav ul li a { 
        font-size: 90%;
    } 
    section {
        float: none;
    }
    .aside {
        float: none; 
        max-width: 100%; 
        display: block;
    } 
    .history { 
        display: block;
        max-width: 100%;
        float: none;
    }
    .article {
        display: none;
    }
    .aside {
        display: none;
    }
    .history {
        display: none;
    }
    .hideaside {
        max-width: 100%;
        max-height: auto;
        margin: 0;
        padding-right: auto;
        padding-left:auto;
        float: none;
        transform: translateX(0);
        display: inline-block;
        background-color: white;
        opacity: 100%;
        right: 0;
        min-height: auto;
        
    }
    .hideaside h2 {
        max-width: 100%;
        max-height: auto;
        margin: 0;
        padding: 0;
        float: none;
        transform: translateX(0);  
        color: #FFBB65;
        background-color: #4C8CE0;
    }
    .hideaside p {
        max-width: 100%;
        max-height: auto;
        margin: 0;
        padding-left: 2em;
        padding-right: 2em;
        float: none;
        transform: translateX(0);
        padding-bottom: 1em;
    }
    .hidehistory {
        max-width: 100%;
        max-height: auto;
        margin: 0;
        padding: 0;
        float: none;
        transform: translateX(0);
        color: black;
        display: inline-block;
        background-color: white;
        opacity: 100%;
        left: 0;
    }
    .hidehistory h2 {
        max-width: 100%;
        max-height: auto;
        margin: 0;
        padding: 0;
        float: none;
        transform: translateX(0);  
        color: #4C8CE0;
        background-color: #FFBB65;
    }
    .hidehistory ul li {
        padding-bottom: 1em;
    }
}







@media screen and (max-width :760px) {
    #wrapper {
        margin: 0;
        padding: 0;
        width: auto;
    }  
    header {
        max-height: 150px;
        background-size: 100%; 
    }
    header h1 {
        font-size: 1.5em;
    }
    header nav {
        position: relative;
        top: 5px;
        width: 100%;
        margin-left: 20px;
        margin-bottom: 20px;
    } 
    header nav ul {
        position: static;
        display: none;
    }
    header nav ul li {
        margin-bottom: 0px; 
        z-index: 1000;
        border-top: 1px solid #e1e2dd;
    }
     header nav ul li, header nav ul li a {
        width: 100%; 
        float: none;
         text-align: left;
         color: #483838;
         background-color:#e1e2dd; 
    }
    header nav li:hover ul,
    header nav li. hover ul {
        width: 100%;
        display: block; 
        border-radius: 0;
        position: relative;
        left: 25px; 
        float: none;
        z-index:  -index index: 1001;
    }
    header nav li a:hover,
    header nav li a.hover {
        color:#e1e2dd;
        background-color: #483838; 
        border-radius: 0;
    }
    .show-menu {
        display: block;
    }
    article {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    article p {
        margin: 0;
        padding: 0;
        padding-bottom: 1em;
        width: 100%;
    }
    article img {
        width: 100%;
        margin: 0;
        padding: 0;
        float: 0;
        display: inline-block;
    }
    .cols {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-width: auto;
        margin: 0;
        padding: 0;
        float: none;
        transform: translateX(0);
    }
    .cols h2 {
        transform: translateX(0);  
    }
    .cols p {
        margin: 0;
    }  
    
    .col-span {
        margin: 0;
        line-height: 1.2em;
    }
    .lead col-span {
        margin: 0;
        padding: 0;
        float: none;
    }
    .gallery {
        margin: 0;
        padding: 0;
        width: auto;
        float: none;
        transform: translateX(0);
    }
    .examplepic {
        width: 100%;
        float: none;
    } 
    footer {
    }
    .container1 {
        display: none;
    }

}






