body {
	
	margin: 0px;
	padding: 0px;
 background-color:#111111; color:#eeeeee; font-family: verdana;

 }
   
   
   body {background-color:#222222; color:#ffffff; font-family: verdana; color:#ffffff; margin:0px; padding:0px;}
.backbutton {padding: 25px; color: #000000; font-size: 56px; position: absolute; top:0px; left:0px; z-index:5; font-family: geneva;}
 	.backbutton a {color:#000000;}
li {width:33%; float:left; margin: 0px 0px 25px 0px; list-style-type:none }
li div { background-color:#ede579;  margin:5%; padding: 25% 3% 5% 3%; border-radius:0px; text-align:left}
li p {color:#000000; font-size:13px;}
li a {color:#000000; font-size: x-large;}


.boxtwo { width:50%; float: left; margin:0px;}
.boxthree { width:33%; float: left; margin:0px;}
.boxfour { width:25%; float: left; margin:0px;}
.boxfive { width:20%; float: left; margin:0px;}
.boxsix { width:16%; float: left; margin:0px;}
.boxsixty { width:60%; float: left; margin:0px;}
.boxforty { width:40%; float: left; margin:0px;}
.padding { padding:10%;}
h1 {font-size: xxx-large; line-height:26px;color:#ede579;}
h2 { color:#ede579;}
.buttonlink { margin: 15px 0px 0px 0px; padding:20px; background-color:#ede579; color:#000000; text-align:center; text-transform: uppercase; font-weight:bold;  }
.buttonlink a {text-decoration:none; color:#000000;}
.headings { background-color:#ede579; padding: 25px; color: #000000; font-size: 56px; }
a { text-decoration:none; color:#ffffff;}
   
	.padding-n {padding:5%;}
	.boxfour { width:25%; float:left;}
	.boxfive { width:20%; float:left;}
	video {width:100%;}
	.boxtwo {width:50%; float:left;}
	.maincont {padding: 5% 10%; text-align:center;}
	.boxsix {width: 13%; float:left;}
	h2{ font-size:xx-large;}
	h3 {text-transform:uppercase; color:#ff0000;}
	p { color:#cccccc;}
	 
	 .portcont { margin:25px; display: flex;}
	 
	 ul {    margin: 0px;
    padding: 0px;}
	 
	 
	 
@media screen and (max-width: 48em) {
#left .thumbs {
width:33%!important;}

 .portcont { margin:15px; display: block!important;}

h1 {line-height: 50px;}
li {width:100%; float:none; margin: 0px 0px 25px 0px; list-style-type:none }
h2 {    padding: 0px 10px;}
.boxtwo { width:100%; float: none; margin:0px;}
.boxthree { width:100%; float: left; margin:0px;}
.boxfour { width:50%; float: left; margin:0px;}
.boxfive { width:100%; float:none; margin:0px;}
.boxsix { width:20%; float: left; margin:0px;}
.boxsixty { width:100%; float: none!important; margin:0px;}
.boxforty { width:100%; float: none!important; margin:0px;}
.headings { text-align:right!important; font-size: 40px; }

.padding {
    padding: 5%;
}

#imagegal-breadcrumb {text-align:center;}

.secpagetitle {
    font-size: 3em;
    line-height: 1.2em;
    background-color: #eeeeee;
    padding: 10px;
}
.encyclopedia-thumbnails-name {text-align:center;}
}
	 
	 
	   /* Style the Image Used to Trigger the Modal */

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {
    opacity: 0.7;
}

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    padding-top: 50px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */

.modal-content {
    margin: auto;
    display: block;
   width:90%;
    max-width: 900px;
	
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/* The Close Button */

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}


    /* EOS */
	 