/*scavengers style sheet*/

:root {

	/*colours*/
--greenlight:#66cc66;
--greendark:#3c3;
--bluelight: #3bf;
--bluedark: #08c;
--orange:#DE401A;
--red:#9E0800;
--greylight: #f5f5f5;
--greydark:#ddd;
}


/*background-image: linear-gradient(#fdfcfb, #eee);*/

body {
	position: relative;
	min-height: 100%;
	top:0px;  
  background-color: #f5f5f5;
   padding-bottom: 0;
   font-family: 'Varela Round', 'open sans', sans-serif;
}

body.w3login {
	background-color: var(--greydark);
}

.topbar {
	margin-top: 1.25em;
	color:#777;
}

#topname {
    width: auto;
    float: left;
    margin-top: 1em;
}

.navbar {
	background-color:var(--red);
}

.navbar-toggle {
    background-color: #fff;
    margin-right: 2em;
}

.navbar-toggle .icon-bar {
    background-color: #222;
}

.navbar-nav>li>a, .navbar-brand {
	font-size: 1.5em;
	color:#fff;
}

.navbar-nav>li>a:hover, .navbar-brand:hover {
	background-color: var(--orange);
}

.navbar-toggle {
/*    background-color:var(--orange);*/
    margin-right: 2em;
}

.navbar-toggle .icon-bar {
    background-color: #222;
}

.navbar .showsignin, .signout {
    margin: 12px;
}

/* dropdown nav styles.*/


.navbar-nav li a.dropdown-toggle, a.dropdown-toggle:hover {	
	color:#000;
	}

.navbar-nav li a.dropdown-toggle:hover, .navbar-nav li a.dropdown-toggle:focus {background-color:transparent;}

.navbar-nav .open .dropdown-menu {
	background-color:var(--orange);
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color:#e5e5e5;
  color: #000; /* same as navbar bg */
}

.hptoprow {
	margin-bottom: 2em;
}


#hero-unit{
/*	min-width: 380px;*/
	background-image: url('../images/scavengers_hero10.jpg');
	background-position: bottom left;
	background-color: #000; 
	background-repeat: no-repeat;
	background-size:initial;
	margin-bottom:6.5em;
	margin-top:-1.5em; 
	/*padding:10px;*/
/*	padding-right: 0;*/
	height:550px;
	min-height: 550px;
	line-height: 1.2em;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
/*	border: 2px solid yellow;*/
/*	overflow: hidden;*/
}

#hero-unit-mobile {

}

#hero-admin {
background-image: none;
	background-position: bottom left;
	background-color: var(--bluelight); 
	margin-bottom:6.5em;
	margin-top:-1.5em; 
	height:250px;
	min-height: 250px;
	line-height: 1.2em;
	-webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
}

/*#hero-unit img, #showphoto img, #photogrid img {
	max-width: 100%;
	height: auto;
	object-fit:contain;
}*/

#titleBanner {
	color: #FFF;
	position: absolute;
	width: 100%;
	margin-top:1em;
	padding-top: 0;
	text-align: center;
	 font-family: 'open sans', sans-serif;
	 font-size: 4rem;
	 font-weight: 800;
	 text-shadow: 2px 2px 2px #000;
}

#eventNameBanner {	
/*	z-index: 999;*/
	height: 2em;
	margin-top: -6em;
	margin-bottom: 1em;
	font-size: 2em;
	padding-left:  1em;
	text-align: center;
	color: #FFF;
	background-color: transparent;
/*	background-color: rgba(52,104,152, 0.7);*/
/*	background-color: rgba(255,255,255, 0.7);*/
text-shadow: 2px 2px 2px #000;
}

#pageintro {
	font-size: 1.5em;
	margin:2em;
	text-align: center;
}

.photogrid .photo {
text-align: center;
margin-bottom: 6px;
}

.photogrid .photo>img {
	box-shadow: 5px 5px 5px #ddd;
	border: 2px solid #FFF;
	max-width: 100%;
	max-height: 400px;
}

.photo {
	border: 1px dashed #bbb;
	text-align: center;
	padding: 8px;
	min-height: 460px;
}

.cluebox {
	font-size: 1.5em;
	border:4px solid var(--bluelight);
	background-color: #fff;
	border-radius: 6px;
	padding: 1em;
	margin-bottom: 1em;
}

.vote {
	clear: both;
}

.resultsphoto  {
	max-width:400px;
	border:1px solid #888;
	padding:4px;
	margin: 4px;
}

.photoEdit {
	padding: 1em;
	/*margin-left: 1px;*/
	margin-bottom:1em;
	border:1px solid #777;
	box-shadow: 5px 5px 3px #ccc;
/*	min-height:740px;*/
}

.photoEdit > img.myphoto {
	object-fit: contain;
	border: 2px solid black;
	max-width: 100%;
}

.results {
	border-bottom: 2px solid #ccc;
	margin: 4px;
}

.votebtn, .btn-submit {
	margin: 10px;
	clear: both;
}

.btn-orange {
	background-image: linear-gradient(var(--orange),var(--red));
	color: #FFF;
	box-shadow: 3px 3px 2px #aaa;
}

.btn-blue {
	background-image: linear-gradient(var(--bluelight),var(--bluedark));
	color: #FFF;
	box-shadow: 3px 3px 2px #aaa;
}

.btn-lg, .btn-admin {border-radius: 30px;}



.hero-mobile {
	/*background-image: url('../images/hero/hero_moose_sm_fade1.jpg');*/
}

#homepagecounter {
	margin-bottom: 2em;
	height: auto;
}

/*home page div styles */

.hpage {
	height: 6em;
/*	margin: 0;*/
	border: 1px solid #FFF;
	text-align: center;
	font-size: 2em;
	padding: 2em;
/*	background-color: var(--bluelight);*/
	background-image: linear-gradient(#fdfcfb, #eee);
}

.hpage:hover {background-color: #d5d5d5;}



a.hplink:hover {
color: #000;
}

#footer ul {
	font-size: 1.3em;
}

.footerbg {
/*	background: rgba(70,130,180,0.6);*/
	background-image: linear-gradient(var(--bluelight),var(--bluedark));
/*	background-image: url("../images/maze-black.png");*/
}

#footer a, #footer .btn-footerpw {
	color:#fff;
	background-color:transparent;
	}
	
#footer a:hover, #footer .btn-footerpw:hover {
	color:#FFF;
	background-color: var(--bluedark);
}

/* glyphicon colours */
.glyph-lg {font-size: 2em}

.icongreen {color:#85B211;}
.iconorange {color: #ff9900;}
.iconblue {color: #0066ff;}
.iconpink {color: #ff0066;}
.iconred {
	color: var(--red);
}

#teamform {display: none;}

h1 {
/*	background-color:var(--bluedark);*/
	background-image: linear-gradient(var(--bluelight),var(--bluedark));
	padding: .25em;
	margin-top: -.25em;
	margin-bottom: .5em;
	text-align: center;
	color: #fff;
	border-top:1px solid #FFF;
	box-shadow: 0px 3px 6px #aaa;
}

h1.error {
	background-color: red;
}

.clueform, .dateform {
	border:1px solid var(--bluedark);
	margin-bottom: 6rem;
	padding: 2em;
	border-radius: 10px;
	box-shadow: 3px 3px 3px #ccc;
	background-image: linear-gradient(var(--greylight),var(--greydark));
}

.cluelist {margin-top: 5rem;}

.cluetype {
margin-bottom: 1em;
}

.cluetype :is(h3){
	margin-left:2em;
	margin-top:-1.3em;
	font-size: 1.5em;
}

.dateform {
	margin-right:2px;
}

.dateform > h3 {
	margin-top:0;
	color: var(--bluedark);
}


.upload {
	margin-top: 1em;
}

.smalltext {
	font-size: .85em;
}

.areamap {
	max-width: 100%;
  height: auto;
}

.noborder {
	border:none;
}
