﻿.pagetitle {
	font-family: "Comic Sans MS";
	font-size: 42pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;
}
.pagetitletwo {
	font-family: "Comic Sans MS";
	font-size: 32pt;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-align: center;

}
.jeanleonpic {
    margin: 10px 10px 10px 10px;
	border: 8px ridge #C0C0C0;
	position: relative;
	float: left;
	top: 0px;
	left:25px;
}
div#opencontainer {
	position: relative;
	width: auto;
	height: auto;
}

div#couplepic {
	height: 250px;
	width: 230px;
}
div#rightelement {
	top: 0;
	position: absolute;
	left: 255px;
	height: 250px;
	width: auto;
}
div#bigspace {
	position:relative;
	width: auto;
	height:auto;
	border-width: thick;
	border-style: groove;
	border-color:gray;
	padding-bottom: 5px;
}
div#videotagone {
	width: 720px;
	height: 400px;
	border-width: 5px;
	border-style: outset;
	border-color: gray;	
}
div#picspace {
	top: 0px;
	left: 0px;
}
.tablestyle {
	border: 4px solid #000000;
	background-color: #009000;
}
.tabletitlestyle {
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 20pt;
	font-weight: bold;
	color: white;
}
.singlecelltitle {
	border: 2px solid #000000;
	background-color: #009000;
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 14pt;
	font-weight: bold;
	color: white;	
}
.textlink {
    font-family: "Comic Sans MS";
    font-weight: bold;
    color: white;
    font-size: 14pt;
    text-decoration: none;
}
.thumbstyle {
	border: 4px ridge white;
	float: left;
	margin: 10px 10px 10px 10px;
	top: 0px;
}
.picborder {
	border: 3px ridge #000000;
}
.pagelink {
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.style2 {
	text-decoration: none;
}
.style3 {
	font-family: Arial;
}
.headerstyle {
	font-family: "Comic Sans MS";
	text-align: center;
	font-size: large;
}
.datestyle {
	font-family: "Comic Sans MS";
	font-size: large;
	margin-left: 10px;
}
p {
	font-family: "Comic Sans MS";
	font-size: 14pt;
	color: white;
}
.PageCountTitle {
    background-color: #009000;
    text-align: center;
    font-family: "Comic Sans MS";
    font-size: 14pt;
    font-weight: bold;
    color: white;
}
hr {
	background-color:white;
	color:white;
	border-width:0px;
	height:4px;
	width:75%;
}
/* The following are definitions applicable to slide show displays */

* {box-sizing: border-box}
body {font-family:Comic Sans MS}

.mySlides {display: none}

img { vertical-align: middle; }

/* Slideshow container */
.slideshow-container {
  max-width: 40%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: red;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
  font-family:"Comic Sans MS";
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-family:"Comic Sans MS";
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin-left: 8px;
  margin-right: 8px;
  border-radius: 50%; 
  background-color:#D3D3D3;	/* Color is lightgray. */
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color:#696969;	/* Color is dimgray. */
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
/* This ends the definitions applicable to slide show display */

/* This starts the definitions applicable to the search features. */
        .dropbtn {
            background-color: blue;
            color: white;
            padding: 10px;
            font-size: 20px;
            position: fixed;
            top: 6px;
            width: auto;
            border: 3px solid black;
            font-family: "Comic Sans MS";
            cursor: pointer;
            z-index: 1;
        }
        .dropdown {
        	float: left;
        	overflow: scroll;
            position: relative;
            display: inline-block;
        }
        .dropbtn:hover, .dropbtn:focus {
            background-color: #2980B9;
        }
        .dropdown-content {
            display: none;
            position: fixed;
            top: 59px;
            background-color: #F9F9F9;
            color: black;
            font-family: inherit;
            font-size: 14px;
            font-weight: bold;
            width: auto;
            height: 260px;
            overflow-y: scroll;
            border: 3px solid black;
            z-index: 1;
        }
        .dropdown-content a {
            color: black;
            padding: 10px 0px 10px 5px;
            display: block;
            text-align: left;
            text-decoration: none;
        }
        .dropdown a:hover {
            background-color: #FFCCCB;
        }
        .show {
            display: block;
        }
/* This ends the definitions applicable to the search features. */

