/* IMAGE GALLERY WITH SWIPE CSS */

body {
font: 100.00% sans-serif;
background: #FFFFFF;
margin: 0;
padding-top: 2px;
text-align: center;
color: #000000;
}

html, body {
height: 100%;
}

.wrap {
margin: 0 auto;
text-align: center;
}

.toplink {
font: 120% sans-serif;
font-weight: normal;
color: rgb(0, 0, 0);
text-align: center;
margin-top: 1px;
margin-bottom: 0;
margin-left: 0;
padding: 0;
text-indent: 0em;
}
.toplink a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
}
.toplink a{
color: rgb(0, 50, 255);
text-decoration: none;
font-weight: bold;
}

.toplinkbold {
font: 100% sans-serif;
font-weight: bold;
color: rgb(0, 0, 0);
text-align: center;
margin-top: 1px;
margin-bottom: 0;
text-indent: 0em;
width: 100%;
height: auto;
}
.toplinkbold a:hover{
color: rgb(255, 0, 0);
text-decoration: none;
font-weight: bold;
width: 100%;
height: auto;
}
.toplinkbold a{
color: rgb(0, 50, 255);
text-decoration: none;
font: 100% sans-serif;
font-weight: bold;
width: 100%;
height: auto;
}


.thumbnail a img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 0, 0, 255);
}
.thumbnail a:hover img {
margin: 5px 5px 5px 5px;
border: solid 3px; 
color: rgb( 255, 0, 55);
}


/*
@media only screen and (min-width:320px) and (max-width:476px)}
*/
.photo {
background-color: rgb(255, 255, 255);
border: 0;
}
.photo img {
max-width: 100%;
height: auto;
}
}


