#logo{
	width:90px;
	height:90px;
	max-height: 90px;
	max-width: 90px;
	margin-top:5px;
	margin-left:5px;
}

#siteHeader{
	font-family: Roboto,Helvetica Neue,sans-serif;
	color: rgba(255,255,255,0.87);
	white-space: nowrap;
  	overflow: hidden;
}

#chapterName{
	margin-top:13px;
}
#siteLocation{
	margin-left:2px;
}

.site-toolbar{
	height:20px !important;
 	min-height: 20px !important;
 	max-height: 20px !important;
}

#carouselImage{
	width:983px;
	height:600px;
	position:relative;
	margin-top:30px;
	display:block;
	float:left;
	left:50%;
	transform: translateX(-50%);
	border:4px solid white;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.chapterImage{
	float:left;
	border-radius: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	width:250px;
	height:250px;
	border:4px solid white;
	margin-left:20px;
	margin-top:20px;
	cursor: pointer;
	overflow-y: hidden;
	overflow-x:hidden;
}

.chapterImage:hover{
	 box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.chapterImage:hover > .chapter-detail{
	--top:150px;
	--opacity: 1;
	--transition: all 0.3s ease;
}

.our-dogs{
	
	background:url("../images/chapter_circles/our_dogs.jpg");
	background-position: -50px 0px; 
}


.our-officers {
    margin-left: 85px;
    background: url("../images/chapter_circles/ted.jpg");
    background-position: -40px 0px;
}

.our-hunts{
	margin-left:85px;
	background:url("../images/chapter_circles/our_hunts.jpg");
}


#pictureContainers{
	min-width:1024px;
}

#siteContent {
    min-height: calc(100vh - 100px);
    min-width: calc(100vw);
    // min-height: 700px;
}

.chapter-detail{
	text-align: center;
	background-color:#f38b2c;
	width:250px;
	height:250px;
	min-width:50px;
	min-height:50px;
	position:relative;
	top:200px;
	opacity: 1;
	transition: all 0.3s ease;
}

.chapter-detail-label{
	opacity:1 !important;
	font-size:20px;
	position:relative;
	top:10px;
}

md-tab-item{
	
	padding-left:15px !important;
	padding-right:15px !important;
	
}

md-content {
   
    overflow-y: hidden;
    overflow-x: hidden;
    height: 90%;
    min-height: 1200px !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1024px;
    min-width: 1024px;
    min-height: calc(100vh - 100px);
}

md-ink-bar{
	padding-right:10px;
}

#footerContent {

    position: relative;
    background-color: grey;
    z-index: 1;
    height: 170px;
    padding-left: 50px;
    padding-right: 50px;
    min-width: calc(100vw) !important;
}

#footerStuff {
    position: relative;
    min-width: calc(100vw) !important;
    top: 40px;
}

#footerLogo {
    display: block;
    margin: auto;
    width: 40%;
    position: relative;
    top: -10px;
    width: 336px;
    height: 88.5px;
}

#footerDisclaimer {
    font-size: 10px;
    color: white;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    min-width:700px;
    max-width:900px;
    
}

md-content[flex] {
    height: 0px !important;
}