@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }  
    
    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }

/* Font families */
/* Experimental */
/* nunito-sans-regular - latin */
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Nunito Sans Regular'), local('NunitoSans-Regular'),
       url('fonts/nunito-sans-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/nunito-sans-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* patua-one-regular - latin */
@font-face {
  font-family: 'Patua One';
  font-style: normal;
  font-weight: 400;
  src: local('Patua One'), local('PatuaOne-Regular'),
       url('fonts/patua-one-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/patua-one-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Alef';
  font-style: normal;
  font-weight: 400;
  src: local('Alef Regular'), local('Alef-Regular'),
       url('fonts/alef-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/alef-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Nova Flat';
  font-style: normal;
  font-weight: 400;
  src: local('Nova Flat'), local('NovaFlat'),
       url('fonts/nova-flat-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/nova-flat-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: local('Share Tech Mono'), local('ShareTechMono-Regular'),
       url('fonts/share-tech-mono-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/share-tech-mono-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* Boxes */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #7c9bd9;
}

p,form {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #ebebeb;
	padding-bottom: 12px;
}

label {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    font-size: 14pt;
    color: #ebebeb;
    padding-bottom: 12px;
    float: left;
    clear: left;
    width: 130px;
    text-align: left;
}

input {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    font-size: 14pt;
    display: inline-block;
    float: left;
    padding: 6px;
    background-color: #151923;
    color: #ebebeb;
    border: 1px solid #ebebeb;
}

textarea {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    font-size: 14pt;
    padding: 6px;
    background-color: #151923;
    color: #ebebeb;
}

input[type=submit] {
    padding: 5px;
    background: #294E93;
    color: #ffffff;
    border: 0 none;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -webkit-appearance: none;
}

form {
    border: 1px dotted #294E93;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
}

ol,ul {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #302422;
	padding-bottom: 12px;
	padding-left: 20pt;
}

ou {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #ebebeb;
	padding-bottom: 12px;
	padding-left: 20pt;
}

li {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #ebebeb;
	padding-bottom: 12px;
	padding-left: 10pt;
}

ol li {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #ebebeb;
	font-weight: bold;
	padding-left: 10pt;
    padding-bottom: 0;
}

ul li {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	color: #ebebeb;
	padding-left: 10pt;
    padding-bottom: 0;
}

li > * {
    font-weight: normal;
    padding-bottom: 0;
}

hr {
	border-top:2px solid #e5893f;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 30pt;
	color: #e5893f;
	padding-top: 15px;
	padding-bottom: 15px;
}

h2 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 25pt;
	color: #e5893f;
	padding-top: 15px;
	padding-bottom: 7px;
}

h3 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 16pt;
	color: #e5893f;
	padding-top: 12px;
    padding-bottom: 12px;
}

body {
	background-color: #3a4d7c; 
	background-image: url(layout/woodpanel.png); 
	background-repeat: repeat;	
	background-attachment: fixed;
	height: 100%;
}

.headline1 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 12pt;
	color: #5171B3;
}

.headline2 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 12pt;
	color: #5171B3;
    padding-left: 10pt;
}

.headline3 {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 12pt;
	color: #5171B3;
    padding-left: 20pt;
}

.oldbody
{
    background-color: #000000; 
	background-image: url(layout/bg_classic.jpg); 
	background-repeat: repeat;	
	background-attachment: fixed;
	height: 100%;
}

.darkgrey
{
    color: #666666;
}

.aspecial{
	color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid;
}

.awhite {
	color: #ffffff;
}

.anavwhite {
	color: #ffffff;
    font-family: Nunito Sans;
    text-decoration: none;
    text-shadow: 2pt 2pt 0pt rgba(0,0,0,0.5);
}

.anavwhite:hover {
    color: rgb(255,108,0);
    text-shadow: 0pt 0pt 5pt rgba(0,0,0,1);
    text-decoration: underline;
     -o-transition:.5s;
   -ms-transition:.5s;
   -moz-transition:.5s;
   -webkit-transition:.5s;
   /* ...and now for the proper property */
   transition:.5s;
}

.navbox {
	width: 180px;
	float: left;
    z-index: 9999;
	background-color: #294E93;
	padding-left: 15px;
	margin: 0px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-bottom-left-radius: 20px;
}

.navinnerbox {
	width: 90%;
	max-width: 550px;
}

.titlebox {
	width: 90%;
	max-width: 950px;
	float: none;
	margin: auto;
	padding: 10px;
	border: none;
}

.contentbox {
	width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-top: 20px;
    border-radius: 20px 70px 20px 20px;
	float: none;
    box-shadow:0px 0px 20px rgba(0,0,0,0.5); 
    background-image: url(layout/bg.png);
    padding-bottom: 20px;
}

.bulbbox {
    position:absolute;
    right:0;
    margin-right: 10px;
    margin-top:10px;
    float:right;
    z-index: 10000;
}

.tagbox {
    float:right;
}

.selectionbox {
    background-color: #000000; 
    border-style: solid; 
    border-color: #294E93; 
    border-width: 5px;  
    border-radius: 25px; 
    width: 90%; 
    margin:auto; 
    margin-top: 30px; 
    margin-bottom: 30px; 
    padding: 10px;
}

.textbox {
	margin: auto;
	margin-top: 20px;
	max-width: 1000px;
	padding: 0px;
    float: none;
	border: none;
}

.invinnertextbox {
	margin: auto;
	padding: 20px;
    float: none;
	border:none;
}

.hidingbox {    
}

.hidingboxinv {
    display: none;
}

.purplebox {
    background-color: 9b70bf; 
    border-radius: 25px; 
    width: 85%; 
    margin: auto; 
    margin-top: 30px; 
    margin-bottom: 30px; 
    padding: 20px;
}


.innertextbox {
    margin: auto;
	padding: 20px;
    float: none;
	background-color: #151923;
	border:none;
	border-radius: 25px;
        background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    box-shadow: 2.5pt 2.5pt 0 #315193;
}

.invinnertextboxflex {
	margin: auto;
	padding: 0;
    float: none;
	border:none;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
    
.showcasesmallbox {
    display: flex;
    position: relative;
    margin-right: 10px;
    margin-left: 0px;
    margin-top: 10px;
    padding: 0;
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    border-radius: 10px;
    background-size:cover;
    box-shadow: 2.5pt 2.5pt 0 #315193;
    background-position: center;
}

.showcasesmalltitlebox {
    align-self: flex-end;
    padding: 0;
    width: 200px;
    height: 30px;
    background-color: rgba(21,35,35,0.8);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    white-space: nowrap;
}

.showcasebigbox {
    margin: auto;
    margin-top: 20pt;
    float: none;
	background-color: #151923;
	border:none;
	border-radius: 25px;
    background-repeat: no-repeat;
    background-size:cover;
    height: 400px;
    background-position: 50% 50%;
    box-shadow: 2.5pt 2.5pt 0 #315193;
    position: relative;
}

.showcasebigboxbottom {
    position: absolute;
    bottom: 0;
    background-color: rgba(21,35,35,0.8);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    height: 80px;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
    padding: 20px;
    margin-right: 20px;
    border-radius: 0 0 25px 25px;
}

.randombox {
    position:absolute;
    float:none;
    background-color: rgba(229, 137, 63, 0.8);
    rotate:-20deg;
    z-index:9001;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    animation-name: rndflash;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-delay: 2s;
}

.dashedbox {
    border: 1px dotted #294E93;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    margin-bottom: 10px;
}

@keyframes rndflash {
    0% {background-color: rgba(229, 137, 63, 0.8);}
    50% {opacity: 50%; filter: blur(3px);}
    100% {background-color: rgba(229, 137, 63, 0.8);}
  }

@-webkit-keyframes fadeinout {
    50% { opacity: 1; }
  }
  
  @keyframes fadeinout {
    50% { opacity: 1; }
  }

.bluebox {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
    margin-bottom: 20px;
	max-width: 980px;
    min-height: 150px;
	background-color: #315193;
	border-radius: 25px;
}

.bannerbox {
    display:flex;
    justify-content: center;
    max-width: 100%;
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    text-align: center;
    margin-top:20pt;
    margin-bottom: 20pt;
    margin-left:0;
    margin-right:0;
}

.footerbox {
	width: 100%;
	padding-top: 30px;
	margin: auto;
}

.avabox {
	width:170px; 
	margin: 10px; 
	padding:0; 
	float:left;
}

.artbox {
	width:190px; 
	margin: 10px; 
	padding:0; 
	float:left;
}

.headerbox {
	width:100%;
	margin: auto;
	background-image: url("layout/header-dark.jpg");
    height: 200px;
	background-size: cover;
	background-position: center;
	margin-bottom: -40px;
	border-bottom: 8px solid #294E93;
    border-radius: 20px 70px 20px 20px;
}

.gallerycontainer {
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 90%;
    padding: 15px;
}

.gallerytextbox {
    display:flex;
    flex-direction: column;
    margin: 10px;
    padding: 5px;
    width: 100%;
    max-width: 500px;
}

.gallerybox {
    display:flex;
    flex-direction: column;
    width: 200px;
    border-width: 1px;
    border-style: dotted;
    border-color: cccccc;
    background-color: #263e6e;
    border-radius: 10px;
    margin: 10px;
    padding: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    transition: transform .5s;
}

.gallerybox:hover {
    background-color: #5870b0;
      -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transform: scale(1.1);
}

.minipreviewbox {
    display:flex;
    margin:auto;
    margin-top: 5px;
    float:none;
    width: 180px;
    height: 120px;
    border-radius: 10px;
    
    background-position: center;
}

.minipreviewtextbox {
    display:flex;
    margin:auto;
    float:none;
    width: 180px;
}

/* Tables */

.tblack {
    border-style: 1px solid 000000;
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 11pt;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
    width: 100%;
}

.tblack td {
    padding: 5px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: 999999;
    border-right: 1px;
    border-right-style: dotted;
    border-right-color: 999999;
}

.tblack tr {
    background-color: #ebebeb;
}

.thb {
    background-color: 000000;
    color: ffffff;
    padding: 5px;
}

.thbinv {
    background-color: 000000;
    color: ffffff;
    padding: 5px;
}

.tdbinv {
    padding: 5px;
}

.twhite {
    border-style: 1px solid ffffff;
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
    width: 100%;
}

.twhite th {
    background-color: ffffff;
    color: 000000;
}

.twhite td {
    padding: 5px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
    border-right: 1px;
    border-right-style: dotted;
    border-right-color: #ffffff;
}

.twhitefixed {
    border-style: 1px solid ffffff;
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
    width: 100%;
}

.twhitefixed th {
    background-color: ffffff;
    color: 000000;
}

.twhitefixed td {
	width: 50%;
	vertical-align: top;
}

/* Fonts */

.whiteheading {
	font-family: Patua One, Trebuchet MS, sans-serif;
	font-size: 40pt;
    font-weight: 10;
	padding-top: 15px;
	padding-bottom: 7px;
    text-shadow: 2.5pt 2.5pt 0pt #315193;
	color: #ffffff;
}

.bigwhiteheading {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 60pt;
	padding: 15px;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.8); /* x y radius r,g,b,alpha 0-1*/
	color: #ffffff;
    margin: auto;
}

.whitetext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 18pt;
	padding:15px;
	color: #ffffff;
}

.whitetextshadow {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 18pt;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.8); /* x y radius r,g,b,alpha 0-1*/
}

.smallergreytext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 11pt;
	padding: 7px;
	color: #aaaaaa;
}

.smallwhitetext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 14pt;
	padding: 15px;
	color: #ffffff;
}

.smallerwhitetext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 11pt;
	padding: 15px;
	color: #ffffff;
}

.whitemonotext {
	font-family: Share Tech Mono, Courier MS, sans-serif;
	font-size: 14pt;
	padding: 15px;
	color: #ffffff;
}

.smallwhitemonotext {
    font-family: Share Tech Mono, Courier MS, sans-serif;
	font-size: 12pt;
	color: #ffffff;   
    text-align:center;
}

.bigbluetext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #e5893f;
	text-align: center;
}

.bluetext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
	text-shadow: 1px 1px 0 #315193,
		-1px 1px 0 #315193,
		1px -1px 0 #315193,
		-1px -1px 0 #315193,
		0px 1px 0 #315193,
		0px -1px 0 #315193,
		-1px 0px 0 #315193,
		1px 0px 0 #315193,
		2px 2px 0 #315193,
		-2px 2px 0 #315193,
		2px -2px 0 #315193,
		-2px -2px 0 #315193,
		0px 2px 0 #315193,
		0px -2px 0 #315193,
		-2px 0px 0 #315193,
		2px 0px 0 #315193,
		1px 2px 0 #315193,
		-1px 2px 0 #315193,
		1px -2px 0 #315193,
		-1px -2px 0 #315193,
		2px 1px 0 #315193,
		-2px 1px 0 #315193,
		2px -1px 0 #315193,
		-2px -1px 0 #315193;
	text-align: center;
}

.ratingtext {
	font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-weight: bold;
	font-size: 70pt;
	color: #ffffff;
	text-shadow: 1px 1px 0 #315193,
		-1px 1px 0 #315193,
		1px -1px 0 #315193,
		-1px -1px 0 #315193,
		0px 1px 0 #315193,
		0px -1px 0 #315193,
		-1px 0px 0 #315193,
		1px 0px 0 #315193,
		2px 2px 0 #315193,
		-2px 2px 0 #315193,
		2px -2px 0 #315193,
		-2px -2px 0 #315193,
		0px 2px 0 #315193,
		0px -2px 0 #315193,
		-2px 0px 0 #315193,
		2px 0px 0 #315193,
		1px 2px 0 #315193,
		-1px 2px 0 #315193,
		1px -2px 0 #315193,
		-1px -2px 0 #315193,
		2px 1px 0 #315193,
		-2px 1px 0 #315193,
		2px -1px 0 #315193,
		-2px -1px 0 #315193;
	text-align: center;
}

.smalltext {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
	font-size: 11pt;
	color: #9ab0c0;
	padding-bottom: 5px;
}

.headertext {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    font-size: 14pt;
    color: #ffffff;
    background-color: #294E93;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.showcasebigheading {
    margin-top:-15px;
    padding-bottom:0;
    font-size:30pt;
}

.showcasesmallheading {
    margin-top:-10px;
    padding-bottom:0;
    font-size:12pt
}

.smolbutton {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    background-color: #294E93;
    border: none;
    color: white;
    padding: 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    -webkit-appearance: none;

    background-image: linear-gradient(#5870b0, #5870b0), linear-gradient(#294E93, #294E93);
    background-size: 0 100%, auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s ease-out;
    border: 1px solid #fff;
}

.smolbuttonred {
    font-family: Nunito Sans, Trebuchet MS, sans-serif;
    background-color: #c81130;
    border: none;
    color: white;
    padding: 5px 5px;
	margin-top: 5px;
	margin-bottom: 5px; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    -webkit-appearance: none;

    background-image: linear-gradient(#a80d27, #a80d27), linear-gradient(#c81130, #c81130);
    background-size: 0 100%, auto;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .2s ease-out;
    border: 1px solid #fff;

}

.smolbuttonred:hover {
    color: #fff;
    background-size: 100% 100%, auto;
  }

.smolbutton:hover {
    color: #fff;
    background-size: 100% 100%, auto;
  }

/* Imagery */

.logoimage {
	display: block;
	margin: auto;
	width: 500px; 
	padding-top: 50px;
}

.rotateimage {
    width: 30px;
    height: 30px;
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

.navimage {
    background-image: url("layout/dryad.png");
    background-size: contain;
    border: 0;
    float: none;
	display: block;
    margin: auto;
    margin-top: 12px;
	width: 147px; 
    height: 80px;
}

.viewimg {
    max-width: 95%;
    max-height: 95%;
    float: none;
    padding: 20pt;
}

.decoimage {
	display: block;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
    border-radius: 10px;
}

.broadimage {
	width: 500px;
	margin-top: 50px;
}

.iconimg {
	width:200px; 
	margin: 10px;
}

.centerimg {
    display: block;
	width: 400px;
    max-width: 60%;
	margin: auto;
}

.limitedcenterimg {
    float: none;
    max-width:350px;
    max-height:350px;
	margin:auto;
}

.bigcenterimg {
    display: block;
	width:80%;
	margin:auto;
	margin-top:10px;
    margin-bottom:10px;
}


.bulbimg {
    width:30px;
}

.charaimg {
	width:200px;
	margin: 10px;
    float:left;
    border-radius: 10px;
}

.charaimgbig {
	width:300px;
	margin: 10px;
    float:left;
    border-radius: 10px;
}

.charaimgsmall{
	height:100px;
	margin: 10px;
    float:left;
    border-radius: 10px;
}

.decoimg {
	width:300px;
	margin: 10px;
    float:right;
    border-radius: 10px;
}

.smallerdecoimg {
	width:250px;
	margin: 15px;
    float:right;
    border-radius: 8px;
}

.smalldecoimg {
	width:300px;
	margin: 10px;
}

.minidecoimg {
	height:100px;
	margin: 10px;
}

.controlsimg {
	height:15px;
	margin: 1px;
    padding-top: 2px;
    float: left;
}

.minidecoimgw {
	width:100px;
	margin: 10px;
	float:left;
}

.minidecoimgwnodisappear {
	width:100px;
	margin: 10px;
	float:left;
}

.minidecoimgwnodisappearcenter {
    display:block;
	width:100px;
	margin: auto;
    margin-top: 20pt;
    margin-bottom: 10pt;
}

.previewimg {
    max-width: 200px;
    max-height: 200px;
    float: none;
    padding: 20pt;
        border-radius: 25pt;
    -webkit-border-radius: 25pt;
}


/* Responsive smaller screens */
@media screen and (max-width: 1500px) {
.contentbox {
    border-radius: 0;
    margin-top:0;
}
    
.bannerbox {
    background-attachment: scroll;
}
    
.headerbox {
    border-radius: 0;
}
    
.textbox {
	margin-top: 20px;
	margin-left: 230px;
	margin-right: 40px;
	max-width: 950px;
	padding: 0px;
}

.navbox {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
}
} 

@media screen and (max-width: 900px) {
    .broadimage{
        width: 400px;
    }
    
    .showcasesmallheading {
    margin-top:-10px;
    padding-bottom:0;
    font-size:8pt
    }
    
    .showcasesmallbox {
    width: 150px;
    height: 150px;
    }

    .showcasesmalltitlebox {
    width: 150px;
    }

    .showcasebigheading {
        margin-top:-25px;
        padding-bottom:0;
        font-size:20pt;
    }
    
    .showcasesmallheading {
    font-size:8pt
    }   

    .decoimg {
        width:250px;
        margin-bottom: 10px;
        display: block;
        margin: auto;
        float:none;
    }

    .smallerdecoimg {
        width:200px;
        margin-bottom: 10px;
        display: block;
        margin: auto;
        float:none;
    }

    .thbinv {
        display: none;
        width: 0;
    }

    .tdbinv {
        display: none;
        width: 0;
    }
}

/* Responsive mobile */
/* Boxes */
@media screen and (max-width: 700px) {

    .bulbbox {
    margin-top:53px;
    }

    .tagbox {
        float:none;
    }
    
    .bannerbox {
    max-width: 100%;
    min-height: 200px;
    background-attachment: scroll;
    }
    
    .showcasebigbox {
        margin-top: 20pt;
    }

    .whiteheading {
        font-size: 25pt;
    }
    
    .bigwhiteheading
    {
        font-size: 35px;
    }
    
   .navinnerbox {
        display: none;
   }
    
   .navinnerbox.responsive {
        display:block;
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
   }
  
    
   .navbox {
	width: 100%;
	display: block;
    position: absolute;
    z-index: 9999;
	padding: 0;
	margin: 0;
   }
  
   .navinnerbox {
  	padding-left: 15px;
   }
    
   .invinnertextbox {
        padding-top:0;
        padding-bottom:5px;
    }
    
  
  .titlebox {
  	height: 200px;
	min-height: 0;
  }
  
  .textbox {
  	margin-left: 15px;
	margin-right: 15px;
  	margin-top: 50px;
	padding: 20px;
  }
  
  .broadimage {
	width: 300px;
  }
  
  .avabox {
  	width:100px; 
  	margin: 10px; 
  	padding:0; 
  	float:left;
  }
  
 .artbox {
 	width:120px; 
 	margin: 10px; 
 	padding:0; 
 	float:left;
 }

 .headerbox {
	height: 100px;
	min-height: 0px;
    background-image: url("layout/header-small-dark.jpg");
 }
 
.navimage {
    background-image: url("layout/navimobile.png");
    float: none;
    margin-left: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
	width: 30px; 
    height: 30px;
}

.logoimage {
	padding-top: 20px;
	width:400px; 
}

.minidecoimgw {
	width:0px;
	padding:0;
	float:right;
}
    
.limitedcenterimg {
    float: none;
    max-width:200px;
    max-height:200px;
	margin:auto;
}
    
.previewimg {
    max-width: 120px;
    max-height: 200px;
    float: none;
    padding: 20pt;
}
 
  
/* Text */
  
  .whitetext {
	  font-size: 16pt;
  }
    
  
/* Imagery */
  
  .logoimage {
    padding-top: 5px;
  	width: 280px;
  }
    
  .centerimg {
      width: 250px;
      max-width: 250px;
    }
  
  .broadimage {
	width: 280px;
  }

	.iconimg {
		width:150px; 
	}
	
	.charaimg {
		width:100px;
	}
    
    .charaimgbig {
        width:150px;
    }
	
	.charaimgsmall{
	height:80px;
	}
    
    .minidecoimg{
    height:80px;
    }
	
	.smalldecoimg {
		width:130px;
	}
    
    .viewimg {
    padding: 0pt;
    }
}

@media screen and (max-width: 600px) {
	
	
	.textbox {
		margin-left: 5px;
		margin-right: 5px;
		padding: 10px;
	}
	

	
}
