header, nav, main, address, footer {
    display: block;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #000000;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.5;
    text-align: center;
    font-size: 15px;
    color: #FFFFFF;
}

a {
    color: #FFF;
    font-weight: bold;
}

a:hover{
    color: #43908F;
}

#wrapper {
    background: #233a66;
    background: radial-gradient(circle,rgba(35, 58, 102, 1) 0%, rgba(24, 24, 77, 1) 31%, rgba(0, 0, 0, 1) 100%);
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-width: 1200px;
    max-width: 1200px;
}

.fixedTop{
	position: fixed;
	/*width: 20%;*/
	top: 0;
	right: 0;
	margin: auto;
	/*background-color: #e5eaf5;*/
}

button {
    width: 120px;
    padding: 9px;
    margin-bottom: 8px;
    background-color: darkcyan;
    color: white;
    font-weight: bold;
}

/*.bannerArea img{
    max-width: 400px;
    float: left;
    margin-bottom: 20px;
    margin-right: 60px;
    margin-left: 30px;
}*/

/*.bannerArea {
	padding-top: 5px;
}*/

 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  right: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #41A1A0;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 40px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*Check below this*/

/*.topContent {
	width: 100%;
	background-color: #d0bdf4;
	position: relative;
	font-family: Verdana, Arial, sans-serif;
	overflow: hidden;
	float: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.mainContent {
	padding: 20px 30px;
	margin-top: 150px;
}*/

header {
    clear: both;
    /*background-color: #43908F;
    color: #FFFFFF;*/
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

h1 {
    font-family: "Courier New", "Monaco", monospace;
    font-size: 38px;
    color: #60e8f7;
}

/*h1 a{
    text-decoration: none;
    color: #FFFFFF;
}*/

h2 {
    padding-top: 0px;
    padding-bottom: 10px;
}

h3{
    text-align: left;
    font-size: 18px;
    background: #103642;
    background: linear-gradient(180deg,rgba(16, 54, 66, 1) 0%, rgba(23, 84, 80, 1) 50%, rgba(16, 54, 66, 1) 100%);
    color: white;
    padding: 6px;
    float: none;
    display: flex;
}

.keyInfo{
    color: #e283fc;
}

 /* Style the tab */
.tab {
  overflow: hidden;
  border: 3px solid #41A1A0;
  background-color: #000;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: center;
  vertical-align: top;
  border: none;
  outline: none;
  padding: 14px 16px;
  transition: 0.3s;
  width: 200px;
  font-size: 20px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #462dad;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #41A1A0;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 3px solid #41A1A0;
  border-top: none;
}

/*.bookStatus {
	padding-bottom: 4px;
}*/

hr.solid {
	border-top: 3px solid #bbb;
	width: 50%;
}

p{
    margin-left: auto;
    margin-right: auto;
}

/*.content1{
	background-color: #e5eaf5;
	padding-top: 14px;
	padding-bottom: 14px;
}

.content1 video{
	width: 75%;
}

.content2{
	background-color: #d0bdf4;
	padding-top: 14px;
	padding-bottom: 14px;
}*/

.midPara {
    /*width: 80%;*/
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-bottom: 2em;
	padding-left: 26px;
	padding-right: 26px;
}

.rightParaQuote{
    text-align: right;
    padding-right: 70px;
    padding-left: 150px;
    font-size: 23px;
    font-family: "Brush Script MT", cursive;
}

.quote {
    text-align: left;
    padding-left: 50px;
    font-size: 23px;
    font-family: "Brush Script MT", cursive;
}

/*.excerpt {
    text-indent: 50px;
}

dl{
    padding-right: 50px;
}

dt {
    font-weight: bold;
    font-size: 18px;
    color: #8458b3;
}

dd {
    text-align: left;
    padding-bottom: 30px;
}*/

/*.activePage {
    background-color: #E0E5E5;
    color: #CBB175;
}*/

/*.mainContent:after{
    content: "";
    display: table;
    clear: both;
    padding-bottom: 20px;
}*/

main {
    /*margin: 2em;*/
}

.clear{
    clear: both;
}

img{
    max-width: 1100px;
}

.needsBorder img {
	border: 3px solid #41A1A0;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: block;
}

.expressions img {
	width: 100%;
	max-width: 600px;
	height: auto;
}

.leftSide {
    padding-left: 80px;
    width: 35%;
	display: inline-block;
    overflow: hidden;
}

.leftLarger {
    width: 55%;
	display: inline-block;
    overflow: hidden;
}

.leftLarger img {
    width: 90%;
}

.leftSide img {
    width: 90%;
}

.leftVideo {
    padding-left: 50px;
    width: 50%;
    display: inline-block;
    overflow: hidden;
}

video {
    width: 100%;
}

.rightSide {
    padding-left: 10px;
	margin-right: 20px;
    width: 55%;
    display: inline-block;
    overflow: hidden;
	vertical-align: top;
}

.rightChara {
    padding-left: 10px;
    padding-top: 60px;
	margin-right: 20px;
    width: 40%;
    display: inline-block;
    overflow: hidden;
	vertical-align: top;
}

.rightChara img {
    max-width: 400px;
}

.rightVideo {
    padding-left: 10px;
	padding-right: 60px;
    width: 45%;
    display: inline-block;
	vertical-align: top;
    overflow: hidden;
}

/*.column {
  	float: left;
  	width: 33.33%;
}

.column img {
	width: 80%;
	display: block;
	margin: auto;
}*/

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*#fullBody {
    padding-left: 100px;
    width: 80%;
    float: left;
    overflow: hidden;
}

iframe{
    width: 100%;
    height: 500px;
}*/

/*.bookCover{
    float: left;
    padding-top: 30px;
    padding-left: 70px;
    padding-right: 30px;
}

.bookCover img{
    width: 600px;
}*/

.bookImg img{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.statImg img:hover{
    opacity: 0.5;
}

.statImgLrg img{
    max-width: 556px;
}

.statImgSml img{
    max-width: 256px;
}

/*.pictureLayout img{
    width: 25%;
}

.artTitle{
    text-decoration: underline;
    color: aquamarine;
}*/

table{
    margin-left: auto;
    margin-right: auto;
}

ol {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

li {
    display: inline-block;
}

/*dark teal*/
tr:nth-child(even) {
    background-color: #165e5e;
}

td, th {
    padding: 7px;
    text-align: center;
}

footer {
    /*background-color: #3A3535;*/
    /*color: #FFFFFF;*/
    font-size: .6em;
    font-style: italic;
    text-align: right;
    padding: 1em;
}

/* Style inputs with type="text", select elements and textareas */

input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 6px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    /*box-sizing: border-box;*/ /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #8458b3;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    /* When moving the mouse over the submit button, add a darker green color */
    input[type=submit]:hover {
        background-color: #098a8f;
    }

/* Add a background color and some padding around the form */
.container {
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: #d0bdf4;
    padding: 10px;
}

/* Tablet screens */
@media only screen and (max-width: 1200px){
    #wrapper {
        width: 80%;
        min-width: 920px;
        max-width: 920px;
    }
    nav li {
        width: 150px;
        margin-top: 10px;
        margin-left: -50px;
        margin-right: auto;
    }
    .subNav {
        width: 7%;
        margin-left: -78px;
    }
    .showcasePanels {
        width: 100%;
    }
    dl {
        padding-right: 0px;
    }
    #multiContainer{
        margin-left: 100px;
    }
}

/* Phone screens */
@media only screen and (max-width: 768px){
    #wrapper {
        width: 70%;
        min-width: 658px;
        max-width: 658px;
    }
    .bannerArea img {
        max-width: 350px;
    }
    nav li {
        width: 250px;
        margin-top: -5px;
        margin-left: -115px;
        margin-right: auto;
    }
    .subNav {
        width: 7%;
        margin-top: 23px;
        margin-left: -70px;
        font-size: 12px;
    }
    .flourish_left img {
        margin-left: 0px;
    }

    .flourish_right img {
        margin-right: 50px;
    }
	

    #leftSide {
        padding-left: 0px;
        width: 80%;
        float: left;

    }

        #leftSide img {
            width: 50%;
            padding-top: 20px;
        }

    #leftVideo {
        padding-left: 40px;
        width: 80%;
        float: left;
    }

    #rightSide {
        width: 80%;
        clear: both;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
    }

    #rightVideo {
        width: 80%;
        clear: both;
        margin-top: -20px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
    }
    .showcasePanels {
        width: 90%;
    }
}