@charset "utf-8";
/* CSS Document */



/* GALLERY */
h5 {
	height: 35px;
	width: 100%;
	padding-top: 1%;
	padding-bottom: .8%;
	align-self: center;
	margin: auto;
	line-height: 35px;
	text-align: center;
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	font-size: 28px;
	text-decoration: none;
	background-color: #000000;
	}
	
.galleryBin {
	width: 80%;
	margin: 6% auto;
	padding-bottom: 1.25%;
	outline: 10px;
	background-color: #000000;
}

.descriptionText p {
	margin-bottom: 1.5%;
}
/* GALLERY */



/* IMAGE */
.image-list-small li > a {
    display: block;
	align: center;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 330px;
	width: 255px;
    margin: 15px 0 0 0;
    padding: 0;
	border: 1px solid #4E4E4E;
	outline: 6px solid #000000;
    
}

.image-list-small .details {
    margin-top: 0px;
}
/* IMAGE */



/* TITLE */
.image-list-small {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	letter-spacing: 1px;
    margin: 0 auto;
    text-align: center;
    max-width: 2000px; 
    padding: 0;
}

.image-list-small li {
    display: inline-block;
    width: 257px;
    margin: 0 12px 20px;
}
/* TITLE */



/* DETAILS */ 
.image-list-small .details h6 {
    display: block;
	background-color: #000000;
    font-size: 16px;
	margin: 6px auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	outline: 6px solid #000000;
	color:  #00b7e1;
}

.image-list-small .details h6 a{
    color:  #00b7e1;
    text-decoration: none;
}

.image-list-small .details .image-author {
	outline: 6px solid #000000;
    display: block;
	background-color: #000000;
    color:  #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}
/* DETAILS */



/* MEDIA QUERIES - MOBILE */
@media only screen and (min-width : 0px) and (max-width : 480px) {
	
.galleryBin h5 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	vertical-align: inherit;
	}

.galleryBin p {
	font-size: 12px;
	vertical-align: inherit;
	}
}
/* MEDIA QUERIES - MOBILE */



/* MEDIA QUERIES - TABLETS */
@media only screen and (min-width : 481px) and (max-width : 1024px) {

}
/* MEDIA QUERIES - TABLETS */



/* MEDIA QUERIES - COMPUTERS */
@media only screen and (min-width:1025px) {

}
/* MEDIA QUERIES - COMPUTERS */

