body {
	background-image: url(../../../../images/hockeyflag2.gif);
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
/*Bar for quick contact info*/
.top{
	display: block;
	width: 100%;
	background-color: #000000;
	text-align: center;
	padding-left: 0px;
}
.top ul li{
	display:inline-block;
	margin: 15px;
	font-size:15px;
	color:#999999;
}
.top ul li i {
    padding-right: 15px;
    color: #CC0000;
}
.top ul li a{
	color:#999999;
	text-decoration:none;
}
.top ul li a:hover{
	color:#FFFFFF;
}
.footer{
	float: left;
	width: 100%;
	background-color: #252525;
	color: #999999;
	text-align: center;
}
.footer a{
	color: #999999;
	text-decoration:none;
}
.footer a:hover{
	color: #FFFFFF;
}
.circle{
	display: inline-block;
	margin: 20px 0px 10px;
	text-align: center;
	font-size: 20px;
}
.navbar{
	margin-bottom: 15px;
}
/* QR code generator */
#qrCode {
    margin: 15px;
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
	.navbar-nav {
		border-top: solid 1px #990000;
	}
	.navbar-siha .navbar-nav .nav-link {
		padding-left: 16px;
	}
	.navbar-collapse {
		max-height: 75vh;
		overflow-y: scroll;
	}
}
@media screen and (min-width: 768px) {
	.sticky-top{
		position: unset;
	}
	.navbar-brand{
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
	.navbar-siha{
		font-size: 14px;
	}
	.navbar {
		line-height: 37px;
	}
	.dropdown-item {
  		font-size: 14px;
	}
}
@media screen and (max-width: 800px) {
	.top ul li{
		margin: 10px;
		font-size: 14px;
	}
}