* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px; 
	margin: 0px;
	word-wrap: break-word;
} 

body {
	background: #f7e0d3;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #6d6d6d;
}

p { padding: 5px; line-height: 145%; text-align: justify; margin-left: 5px; margin-right: 5px; }

::selection 
{
  background: #c5ebf8; /* WebKit/Blink Browsers */
}
::-moz-selection 
{
  background: #c5ebf8; /* Gecko Browsers */
}

b { color: #f46f8c; }
i { color: #85caf1; }
u { color: #ff9957; }

a {
	text-decoration: none;
	color: #62b4e8;
}

a:hover {
	color: #ff9957;
}

ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

textarea, input, select, button {
	background: #eee;
	border: 1px solid #ddd;
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	margin: 1px 0px;
}

#container {
	background: #fff;
	margin: 30px auto;
	width: 1250px;
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
}

#topnavi {
	background: #fec96c;
	text-align: right;
}

#topnavi a {
	padding: 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	min-width: 100px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#topnavi a:hover {
	background: #ffe4b6;
    color: #f46f8c;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#header {
	background: url('/merchandiseshop/img/header.png');
	width: 100%;
	height: 450px;
	position: relative;
}

#header #welcome {
	background: rgba(255,255,255, 0.5);
	padding: 15px 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0, 0.1);
}

#header #welcome h1 {
	font-size: 14px;
	color: #777;
	font-weight: lighter;
	margin-bottom: 2px;
}

#content {
	padding: 10px;
	float: right;
	width: 1000px;
	font-size: 13px;
}

#content h1 {
	background: #fec96c;
	padding: 10px;
	text-align: center;
    text-transform: uppercase;
	font-size: 22px;
    font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

#content h2 {
	background: none;
	padding: 10px;
	text-align: left;
    text-transform: lowercase;
    letter-spacing: -1px;
	font-size: 21px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #f46f8c; 
    text-shadow: 0 0 1px #fff, 0 0 5px #fff;
	margin-bottom: -5px;
}

#content h2::after {
    transform-origin: bottom;
    margin-top: -12px;
    background: #c5ebf8;
    display: block;
    content: '';
    width: 100%;
    height: 7px;
}

#navi {
	padding: 10px;
    padding-right: 0px;
	float: left;
	width: 250px;
}

#navi h1 {
	background: #fec96c;
	padding: 10px;
	text-align: center;
    text-transform: uppercase;
	font-size: 22px;
    font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #fff;
}

#navi a.nav {
	display: block;
	padding: 5px;
	background: none;
	border-bottom: 1px solid #eee;
	color: #ed1527;
    text-align:center;
	margin-bottom: 1px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#navi a.nav:hover {
	background: #c5ebf8;
	border-bottom: 1px solid #fff;
	padding: 5px 15px;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

#footer {
	clear: both;
	padding: 15px 10px;
	background: #fec96c;
	margin-top: 20px;
	text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
}

#footer b {
    color: #f46f8c;
}

#footer a {
    color: #f46f8c;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #fec96c; /* Set a background color */
  color: #fff; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  font-family: 'Poppins', sans-serif;
  font-size: 18px; /* Increase font size */
  text-transform: uppercase;
    font-weight: bold;
}

#myBtn:hover {
    color: #f46f8c;
	-webkit-transition: opacity 0.7s linear;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}


//* CARD SEARCH *//
.highlightCard {
	border: 0px solid #D63550;
	background: invisible;
}

.dimmedCard {
	opacity:0.3;
	filter:alpha(opacity=30);
}


//* FILENAMES BELOW CARD *//
#filenamesbelow .list-inline {
    display: block;
	list-style: none;
    align: center;
}

#filenamesbelow .cardname { 
	line-height: 100%;
    width: 95px;
    display: block;
    margin: 4px; 
    padding-bottom: 2px;
}

#filenamesbelow ul > li {
    margin: 0 10px;
    padding: 0px;
    display: inline-block;
	vertical-align: top;
	word-wrap: break-word;
}