/* By Jeremy Wolfe - Copyright 2023, All Rights Reserved */
body {
            font-family: 'Raleway', Helvetica, Verdana, sans-serif;
            text-align: center;
            margin: 0;
            padding: 0;
            text-decoration: none !important;
        }

        a {
           color: #000 !important;
           text-decoration: none;
        }
        
        hr {
	border: 0;
    	height: 1px;
    	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
        }

	.bar {
	    font-weight: bolder; 
	    font-size: 42pt; 
	    margin: 0px 3px;
	    visibility: hidden;
	}
	
	.tagline {
		text-align: justify; 
		font-size: 18pt; 
		margin-top: -10px; 
		margin-left: 2px;
	}
		
	.word2 { color: #000; /*#b7410e;*/ }

        .headline {
            font-size: 35pt;
            font-family: 'Raleway', sans-serif;
            text-align: left;
            margin: 0 0 15px 30px;
	    float: left;
            max-width: 400px;

        }
        .logo{ 
            height: 100px;
	    vertical-align: middle;
        }
        .header {
            width: 100%;
        }
        .clear {
	    clear: both;
	}
        .contact {
 	    font-size: 16pt;
 	    color: #CCC;
            font-family: 'Raleway', sans-serif;
            text-align: center;
            margin: 10px;
            cursor: pointer;
            white-space:nowrap;
         }


        .gallery {
            list-style-type: none;
            display: inline;
            margin: 0px;
            padding: 0px;
        }
        .nav {
            float: right;
            margin: 20px;
            margin-top: 50px;
        }

	.navBox {
	    display: none;
	}
	
	.navTab {
 	    font-size: 16pt;
 	    color: #CCC;
            font-family: 'Raleway', sans-serif;
            text-align: center;
            margin: 10px;
            cursor: pointer;
	}

	
	.navSelected {
	   color: #b7410e !important;
	}
	
	.longImage {
		margin-left: 15px;
		margin-right: 15px;
		float: left;
		height: 100px;
	}
	
	.longImage .imageLabel { display: none; }
	
	.play{
		display: none;
		pointer-events: none;
	}

	.comingSoon {
		font-size: 14pt;
		font-weight: bold;
		background: #CCC;
		color: #FFF;
		border-radius: 25px;
	    	border: 2px solid #CCC;
		padding: 5px; 
		margin-left: -10px;

		
	}
	
	.galleryImage {
		position: relative;
		z-index: 5;
		cursor: pointer;
        }
	
	@media (any-hover: hover) {
		.navTab:hover {
	 	    color: #000;
		}
		.navTab:hover {
	 	    color: #000;
		}
		
		.play{
			display: none;
			font-size:75pt;
			color: #CCC;
			opacity: 0.7;
			position: absolute;
			margin-left: -178px;
			margin-top: 122px;
			z-index: 50;
		}
		.contactCopy:hover {
			color: #b7410e !important;
			text-decoration: none;
		}
		.galleryImage:hover {
	                -webkit-filter: none;
	                filter: none;
		}
	        .galleryImage {
			-webkit-filter: grayscale(100%);
			filter: grayscale(100%);

	        }
	} 


        .longGalleryItem {
            list-style-type: none;
            padding: 5px;
            margin: 0;
            display: inline-block;
            width: 90%;
            height: 350px;
        }
        .longImageText {
            margin-top: 15px;
            margin-right: 30px;
        }
        
        .longImageDescription {
        display: table-cell;
        }
        
        .longGalleryImage {
            position: relative;
            z-index: 5;
            cursor: pointer;   
        }
        
        /* small screens */
        @media screen and (max-width: 600px) {
	        .longGalleryImage {
	            max-height: 200px;
	        }
	        
	         .galleryImage {
			max-width: 350px;
	        }
        }
        
        /* large screens */
        @media screen and (min-width: 601px) {
	        .longGalleryImage {

	            max-height: 340px;
	        }
	        
	        .galleryImage {
			max-width: 445px;
	        }
        }

        .galleryItem {
            list-style-type: none;
            padding: 5px;
            margin: 0;
            display: inline-block;
            width: 445px;
        }





        .imageContainer {
            display: inline-block;
            text-align: left;
        }

        .imageLabel {
            font-family: 'Raleway', sans-serif;
            position: absolute;
            z-index: 999;
            color: #fff;
            margin-top: -80px;
            padding: 13px;
            background-color: rgb(0, 0, 0);
            background-color: rgba(0, 0, 0, 0.4);
        }

        .bold {
            font-family: 'Raleway', sans-serif;
            font-weight: 800;
            font-size: 13pt;
        }

	.footer {
	    text-align: center;
	    font-family: 'Raleway', sans-serif;
	    font-size: 12pt;
	    font-weight: 800;
	    padding: 25px 0 25px 0;
	}