@charset "utf-8";
/* CSS Document */

.linkedimage {
	border: none;
	border-color: #000;
	
}

.imagecont{
	max-width:100%;
	top:50%;
	display:block;
	margin:0 auto;

}


.imagegalleryalt{
	max-width:100%;
	top:50%;
	display:block;
	margin:0 auto;

}


.imageinfo{
	max-width:100%;
	display:block;
	border: 1px;
	border: #222222;
	border: solid;
}

.imageinfoalt{
	max-height:15vh;
	max-width:100%;
/*	float:left;*/
	display:block;
	border: 1px;
	border: #222222;
	border: solid;
	margin:0 auto;

}

.imageprintpage {
    margin: auto;
    display: block;
    width: 81%;

}


.imagelargeport{
	max-width:100%;
	height:auto;
	display:block;
	border: 1px;
	border: #222222;
	border: solid;
	margin:0 auto;
	margin-bottom:10px;

}

.imagelogo{
	max-width:100%;
	top:50%;
	display:block;
	margin:0 auto;

}

.bannerimage{
	max-width:1980px;
	max-height:660px;
}

.slideshowimage{
	max-width:100%;
}


/* ALL THE CSS FOR MODAL IMAGES - TYPICALLY GALLERY ITEMS */

.imagegallery{
	max-width:100%;
	top:50%;
	display:block;
	margin:0 auto;
	cursor: pointer;
    transition: 0.3s;
}

.imagegallery:hover{
	opacity: 0.7;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 5%; /* 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(34,34,34); /* Fallback color */
    background-color: rgba(34,34,34,0.98); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;

}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.caption {
    margin: auto;
    display: block;
    width: 90%;
    text-align: center;
    color: #ffffff;
    padding: 10px 0;
    height: 150px;
	font-size:400%;
}

/* Add Animation - Zoom in the Modal */

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}


.modal-content, .caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


/* The Close Button */
.close {
    position: absolute;
    top: 1%;
    right: 3%;
    color: #ffffff;
    font-size: 100px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:480px) {



}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:481px) and (max-width:768px) {




}

/* Tablet and Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:769px) and (max-width:992px) {




}



/* Tablet and Laptop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:993px) and (max-width:1232px) {




}


/* Desktop Layout: Greater than 1233px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1233px) {


}


@media print {
	 


 }

