@charset "utf-8";
.heading {
    width: 98%;
    margin-top: 1%;
}
.content {
    border: medium solid rgba(0,0,0,1.00);
    background-color: #e7e564;
    width: 96%;
    padding-bottom: 1%;
}
.heading_image {
    z-index: 1;
    position: relative;
    width: 100%;
    border-width: thick;
    border-color: #060000;



}
.body_main {
    background-color: #425622;
    margin-left: 0px;
}

.container_main {
    background-color: #4F2B51;
    border-width: thin;
    width: 94%;
    padding: 1%;
    margin-left: 3%;
    z-index: 0;
    margin-bottom: 20px;
    margin-top: 3%;
}
#menu_container {
    position: relative;
}
#navigation {
    position: absolute;
    bottom: 0%;
    right: 1%;
    z-index: 55;
}
#reel_embed {
    background-color: #B14446;
    width: 96%;
    margin-left: 2%;
    height: 96%;
    margin-top: 2%;


}
#content_copy {
    width: 96%;
    margin-left: 3%;
    margin-right: 3%;
}
#footer {
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
    font-size: small;
	


}
#footercopy {
}

#body_link {
    text-decoration: underline;
    color: #000000;
	}
#body_link a:link {
    text-decoration: underline;
    color: #000000;
		} 
#body_link a:hover {
		color: #989898;
		}

#footer_all a:link {
    text-decoration: underline;
    color: #FFFFFF;
		} 
#footer_all a:hover {
		color: #989898;
		}
{
}
.menu_maintab  a:link {
    text-decoration: underline;
    color: #FFFFFF;
		} 



.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0;
	}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    list-style: none;
    background-color: #e7e564;
    background-clip: padding-box;
    border: 3px solid #1D1D26;
}

.dropdown-item:link {
    target: "_blank";
    font-size: 0.75rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #975399; }
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 1rem;
  overflow: hidden;
  border-top: 1px solid #1D1D26; }


#dropdown-head {
    color: #000000;
    position: relative;
    bottom: -10px;
    font-size: 0.75rem;
}

.shotlistIndent {
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;

	font-size: 90%;
	padding-left: 2.9em;
	text-indent: -2.9em;

	}

.shotlistIndent a:link {
    text-decoration: underline;
    color: #000000;
		} 

.shotlistIndent a:hover {
    text-decoration: underline;
    color: #676767;
		} 


@media screen and (min-width:960px){
.nav-item.dropdown #dropdown-head {
    font-size: 1rem;
}


}
