
h4{
	color:#111111;
	font-family: 'Dancing Script', cursive;
	margin-top: 0px; margin-bottom: 0px; line-spacing:single
}


h5
{
	
	color:#111111;
	font-family: 'Dancing Script', cursive;
	margin-top: 0px; margin-bottom: 0px; line-spacing:single
}


a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

p
{
	color: black;
	
}

h1
{
	font-size: 42px !important;
	font-family: 'Dancing Script', cursive;
	text-align: center;
	
}



#container
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}




#logo
{
	color: #222222;
	margin-top: 20px;
	font-size: 44px;
	letter-spacing: 3px;
	font-weight: 900;

}

#menu
{
	
	margin-top: 5px;
	color: #ffffff;
	padding: 5px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	background-color: #333;
}


	
.option
{
	float: left;
	min-width: 50px;
	height: 20px;
	font-size: 18px;
	padding: 10px;
	border-right: 2px solid #444444;
	opacity: 0.8;
}




.option:hover
{
	background-color: #000000;
	cursor: pointer;
	
}


#footer
{
	text-align: center;
	background-color: #222222;
	padding: 15px;
	font-family: 'Dancing Script', cursive;
	font-size: 15px;
	
}





#myBtnContainer
{
	
	margin-top: 5px;
	
	
}





body {
  background-color: #f1f1f1;
  padding: 10px;
  font-family: Arial;
  	color: white;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
  display: inline;
  justify-content: center;
  align-items: center;
   text-align: center;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 2px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
   width: 32%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}






#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925;
}




















