#content-canvas {
	min-width: 320px;
	max-width: 1080px;  
         background-color: rgb(255, 255, 255);
         background-clip: border-box;
	   margin: 0px auto;
     border: 5px solid #333;

     box-shadow: #002133 0 0 30px;
     padding: 0 10em 0 10em;
         padding-top: 0px;
         padding-right: 16px;
         padding-bottom: 50px;
         padding-left: 16px;
     border-bottom-left-radius: 200px;
     border-bottom-right-radius: 200px;
 }
 
 .par{
font-family: 'Gothic A1', sans-serif;
text-indent:50px;
text-align:justify;
letter-spacing:1px;
font-size: 18px;
}

.talk{
    color: red;
}


.indent {
	margin: 0% 5%;
	position: relative; }

.indexImages {
    width: 150px;
    height:150px;
}

 .cpar{
font-family: 'Gothic A1', sans-serif;
text-align:justify;
letter-spacing:1px;
font-size: 20px;
}

 .cparSmall{
font-family: 'Gothic A1', sans-serif;
text-align:justify;
letter-spacing:1px;
font-size: 16px;
}

 .clear{
	 clear: both;
 }

 
 ul.nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.Left{
float:left;
padding:10px;
padding-left:50px;
padding-right:20px;
}

.Right{
float:right;
padding:10px;
padding-right:50px;
padding-left:20px;
}

table.skl {
    font-family: arial, sans-serif;
    border-collapse: collapse;
}

td.skl {
    border: 3px solid black;
    padding: 8px;
}

tr.skl:nth-child(odd) {
    background-color: lightgrey;
    color: black;
}

tr.skl:nth-child(even) {
    background-color: darkred;
    color: white;
}

li.nav {
	padding-right: 5px;
    float: right;
}

.textleft {
    text-align: left;
}

li a{
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #111;
}
 
.strong{
    font-size: 1.3em;
}
 .Header {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -50%);
	color: white;
	border-radius: 15px;
    background:darkred;
    width: 175px;
    height: 85px; 
}
 
 body {background-color: DarkRed;}
 
 h1 {font-family: 'Audiowide';}
 
 .desc{
	font-size:20px;
	font-family: Verdana;
	max-width: 98%;
 }

/*animation*/
 
 .scrolling {
  background: url("scrol.png") repeat 0 0;
  width: 100%;
  margin: 0;
  text-align: center;
  height: 170px;
  padding-top: 120px;
  box-sizing: border-box;
  -webkit-animation: slide 220s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -9999px 0; }
}

/*Gallery*/

.galleryMain{
	margin: auto;
}

.galleryIndex{
	margin: auto;
	display: flex;
	justify-content: space-around;
}

@media only screen and (max-width : 589px ){
  .galleryIndex{
	margin: auto;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	}
}
