/* 
.images/head.pngbody {
  padding-top: 5rem;
}*/
.starter-template {
  padding: 2.2rem;
  /*padding: 3rem 1.5rem;*/
  text-align: center;
}
ul.alt {
	list-style: none;
	padding-left: 0;
	}
body {
	/*font-family:   "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";*/
	/*background-color: aliceblue;*/
	}
@media (min-width: 550px) {
	#head.jumbotron {
		background-image: url("../images/internet.jpg");
		/*background-image: url("../images/networkc6.png");*/
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; /* maintain aspect ratio */
		background-color: #fff; /* take out the gray     */
	}
}
@media (min-width: 550px) {
	#foot.jumbotron {
		background-image: url("../images/internet.jpg");
		/*background-image: url("../images/networkc6.png");*/
		background-repeat: no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover; /* maintain aspect ratio */
		background-color: #fff; /* take out the gray     */
	}
}

dd>a {
	/*font-style: normal;*/
	color:darkblue
}

p.copyright {
	white-space: nowrap;
	line-height: 1.4em;
	font-weight: 600;
	font-size: .9em;
	font-style: italic;
	
}
p>a {
	/*font-style: normal;*/
	color:darkblue
}

@media (min-width: 550px) {
	#footer {
		background-image: url("images/footer900.png");
		background-repeat: no-repeat;
		-webkit-background-size: 100% 100%;
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		background-size: 100% 100%;
		max-height: 119px; /* need to make this responsive */
	}
}

 @media (max-width: 550px) {
     .big-container {
         display: none;
     }
 }
 @media (min-width: 550px) {
     .small-container {
         display: none;
     }
 }
.calendar-container {
    position: relative;
    padding-bottom: 75% !important;
    height: 0;
    overflow: hidden;
}
.calendar-container iframe {
    position: absolute;
    top:0;
    left: 0;
    max-width: 100%;
    height: 100%;
}
