html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}





.sidenav {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #000000; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
	color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 36px;
	margin-right: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
	transition: margin-right .5s;
	padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
  }



body {
    background-color: whitesmoke ;
}

/*#1356*/


header {
    display: flex;
    justify-content: space-between;
    background-color: black;
	color: rgb(152, 17, 17);
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	font-style: italic;
}

h1 {
    font-size: 50px;
    text-transform: uppercase;
    padding: 5px;
}

.icon {
    margin: 10px;
    color: white;
	
}

section {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    align-items: center;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: white;
    padding: 10px;
    margin: 10px;
}

h2 {
	padding: 5px;
	font-size: 20px;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;	
	font-style: italic;
	text-align: center;
	color: rgb(201, 22, 22);
	letter-spacing: 2px;
}

#imglogo {
	height: 50px;
	padding: 5px;
}


#p2 {
	text-align: left;
}

li {
	padding: 3px;
}


/* facebook logo */

.facebook:link {
	color: #3b5998 ;
	background-color: transparent;
	text-decoration: none;
  }
  
.facebook:visited {
	color: #3b5998;
	background-color: transparent;
	text-decoration: none;
  }
  
.facebook:hover {
	color: rgb(201, 22, 22);
	background-color: transparent;
	text-decoration: underline;
	transition: .8s;
}


/* contact/register page */

form {
    width: 100%;
}

form p {
    width: 320px;
    margin: 10px auto;
}

form span {
    color: red;
}

label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

input, textarea {
    width: 320px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

#address {
    display: none;
}

