footer {

    line-height: 45px;
}

footer h2{

    line-height: 45px;
}



li{
	list-style-type: none;
}

/*
body{
	position: fixed;

	left: 0;
    top: 0;
	height: 100%;
	width: 100%;
}
*/

a{
	margin: 0px;
	padding: 0px;
}

a:hover{
	margin: 0px;
	padding: 0px;

    text-decoration: none !important;
}

#returnHomeLink{
	position: fixed;
	top: 20px;
	left: 28px;
	width: 200px;
	height: 40px;
	background: #18453B;

	border-radius: 5px;
	color: white;

}

#returnHomeLink:hover{
	background: white;
	color: black;
	cursor: pointer;
}

.returnHomeArrow{
	position: absolute;
	font-size: 40px;
}

#returnHomeLink p{
	position: absolute;
	left: 45px;
	top: -12px;
}



.thumbnailImages{
    position: relative;

    top: 0px;


    left: 0px;

    right: 0px;


    height: auto;

    border-radius: 5px;



    text-align: center;


    padding: 20px;

    padding-left: 15px;

    vertical-align: middle;

}

.imageViewer{
    position: absolute;

    top: 5px;

    left: 20px;

    right: 25px;

    bottom: 5px;

    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    border-radius: 5px;
}


.galleryNavigation{
    position: relative;



    left: 50%;

    margin-top: 50px;

    margin-bottom: -20px;


    width: 740px;

    margin-left: -370px;
    margin-right: 0;

    height: 200px;
    height: 32px;
    height: 60px;

    background: orange;
    background: #18453B;

    background: none;

    border-radius: 5px;

    z-index: 0;

    box-sizing: content-box;
}

.imageClicked {
    width: 60%;
    padding-bottom: 30%;

    margin-left: 15%;
    margin-right: 15%;

}

.imageGallery{
	position: absolute;
	top: 0px;
	left: 0px;
    bottom: 0px;
    right: 0px;
    width: auto;
    height: auto;
}

/* Image Thumbnail Container */
.imageGallery .leftHalf{
	display: block;
	background: black;
    height: 100%;
	z-index: 1;
}

/* Image Viewer Container */
.imageGallery .rightHalf{
	display: block;
	background: black;
	height: 100%;
}


.checkBox{
    position: relative;
    top: 1px;
    left: -10px;
    width: 15px;
    height: 15px;
    color: black;
    font-size: 18px;
    z-index: 2;
}

#types.navTags{
    position: absolute;
    width: 150px;
    width: 100%;
    top: 5px;
    bottom: 5px;
    height: 40px;
    left: 5px;
    text-align: left;
}

#styles.navTags{
    position: absolute;
    width: 160px;
    top: 5px;
    bottom: 5px;
    left: 170px;

    overflow-x: visible;
}

.navTag{
    background: #007dc5;
    background: #909ab7;
    background: #18453B;
    background: none;
    margin-top: 5px;
    padding: 8px;
    font-size: 18px;
    font-family: tahoma;
    border-radius: 5px;
    padding-left: 20px;



    width: 160px;
    width: 105px;

    margin-left: 10px;
    margin-right: 0;


    display: inline-block;
    color: black;
    border: 1px solid black;

    font-family: 'Raleway', sans-serif;
    box-sizing: content-box;
}

.navTag .fa{
    color: black;
}

.navTag:hover{
    cursor: pointer;
    background: black;
    color: white;
}

.navTag:hover .fa{
    cursor: pointer;
    background: black;
    color: white;
}

.navTag.selected{
    background: black;
    color: white;
}

.navTag.selected .fa{
    color: white;
}


#imageGalleryPage .center{

}



