@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }

 * {
	box-sizing: border-box;
	bottom-margin: 0;
}
   
 body { 
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000000;
	height: 100%;
	height: auto;
	width: 100%;
	width: auto;
}

 h2 {
	font-family: Verdana, sans-serif;
	text-align: center;
}

 h3 {
	font-family: Verdana, sans-serif;
	text-decoration: underline;
	text-align: center;
}

 div.img {
	padding: 2px;
}

 div.img img {
	width: 100%;
	height: auto;
}

 div.desc {
	padding: 7px;
	text-align: center;
	text-decoration: bold;
	font-family: Verdana, sans-serif;
	background-color: black;
	color: white;
}

 .index {
	width: auto;
	max-width: 100%;
	height: auto;
}

 .index img {
	width: 300;
	height: 107;
}

 .responsive {
	padding: 3px;
	text-align: center;
	display: inline-block;
	width: auto;
}

.nd-wrap img {
	width: 100%;
	height: auto;
	display: inline-block;
	border: 5px solid black;
	padding: 3px;
	text-align: center;
}

 .nd-icon {
	display: inline-block;
	border-bottom: 15px solid white;
	text-align: center;
	font-size: 16px;
}

 .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

 .row::after {
	content: "";
	clear: both;
	display: block;
}

[class*="col-"] {
	float: left;
	padding: 15px;
}

 .row#navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	column-span: 3;
	padding: 6px;
}

 .row#navbar li {
	padding: 8px;
	margin-bottom: 7px;
	background-color: black;
	color: #ffffff;
	text-align: center;
	column-span: 3;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

 .row#navbar a:link, a:visited {
 	background-color: none;
 	color: white;
 	padding: 5px;
 	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	width: 100%;
}

 #aboutus {
	padding: 10px;
	text-align: center;
}

 #panel {
  	float: left;
	clear: left;
	text-align: center;
	position: relative;
	width: 100%;
	width: auto;
}

 #thumbs {
	float: left;
	clear: left;
	text-align: center;
	padding-top: 10px;
	overflow: hidden;
	position: relative;
	width: auto;
	width: 40%;
}

 #thumbs img, #largeImage {
	padding: 4px;
	background-color: white;
	cursor: pointer;
	display:inline;
}

 #thumbs img {
	position: relative;
	margin-right: 5px;
	border: 5px black solid;
	display:inline;
}

 a:link, a:visited {
  	background-color: black;
 	color: white;
  	padding: 5px;
   	text-align: center;
   	text-decoration: none;
    	display: inline-block;
}

/*padding = top right bottom left*/

 IMG.displayed {
   	display: block;
   	margin-left: auto;
   	margin-right: auto; 
    	width: 310px;
   	height: 120px;
}

 .main {
	display: inline-block;
  	position: relative;
  	width: 30%;
}

 .description {
 	padding: 5px 10px;
 	text-align: center;
 	display: inline;
  	position: relative;
  	width: 45%;
}


 .central {
 	padding: 5px;
 	text-align: center;
 	font-family: Verdana, sans-serif;
 	font-size: 13px;
  	width: 100%;
  	display: inline;
  	position: relative;
}

 table {
	max-width: 100%;
	width: auto;
	table-layout: fixed;
	text-align: center;
}

 table img {
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline;
}

 td {
	display: block;
	text-align:center;
	max-width: 50%;
	table-layout: fixed;
}

 #panel {
	padding-top: 10px;
  	float: left;
	clear: left;
	text-align: center;
	position: relative;
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
}

 #panel img {
	max-width: 100%;
	height: auto;
	width: auto;
	display: inline;
}

 #thumbs {
	float: left;
	clear: left;
	text-align: center;
	padding-top: 10px;
	position: relative;
	width: auto;
	height: auto;
	max-width: 100%;
}

 #thumbs img, #largeImage {
	padding: 4px;
	background-color: white;
	cursor: pointer;
	display: inline;
}

 #thumbs img {
	float: left;
	clear: left;
	max-width: 100%;
	position: relative;
	margin-right: 5px;
	border: 5px black solid;
	display:inline;
	width: auto;
	height: auto;
}

 .wrap {
  	min-height: 100%;
   	margin-bottom: -0px; /* equal to footer height */
}

 .wrap:after {
 	content: " ";
  	display: block;
}

 .site-footer {
 	width: 100%;
	position: relative;
	margin-top: -0px; /* negative value of footer height */
	height: 0px;
	clear: both;
	display: none;
}

 .site-footer, .push {
	height: 0px; /* .push must be the same height as .footer */
} }

/* For mobile phones: */
[class*="col-"] {
	width: 100%;
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

 .responsive {
        width: 46%;
        margin: 6px 0;
} }