@charset "utf-8";
/* CSS Document RubberDucky*/
/*FULLSCREEN VIDEO*/
.footer{
	background-color:#265077;
	color:white;
	margin:0;
	padding-bottom:20px;
	padding-top:50px;
	text-align:center;
	width:100%;
}	
	
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}

#myBtn {
  width: 200px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: #000;
  color: #fff;
  cursor: pointer;
}

#myBtn:hover {
  background: #ddd;
  color: black;
}

/*TRANSPARENT BACKGROUND FOR DIV*/
.white-over {
	background-color: rgba(255, 255, 255, 0.8);
}
.black-over {
	background-color: rgba(0, 0, 0, 0.8);
}

/*COUNTDOWN TIMERS*/
#timerOct {
	font-size:8vw;;
}
#timerNov {
	font-size:8vw;;
}

/*MAIN CONTENT STYLES*/
.a-little-extra-top {
	padding:30px;
}
.parenthesis {
	color:white;
	font-size:10px;
}
.subtext {
	padding:50px;
	font-size:12px;
	color:#666;
}
.icon-link-text {
	color:#ffffff;
	font-size:8px;
}
h1 {
	font-family: 'Audiowide';
	font-size:88px;
	text-shadow: 2px 2px #000;
}
h2,h3,h4,h5,h6 {
	font-family: 'Alegreya';
	font-size:33px;
	text-shadow: 1px 1px #000;
}
.w3-bar,button {
	font-family: 'Alegreya', sans-serif;
}
.fa-anchor,.fa-coffee, .fa-graduation-cap {
	color:#1e4258;
	font-size:200px;
	text-shadow: 2px 2px #2d5f5d;
}
.blkText {
	color: #000;
}
.redText {
	color: #F00;
}
img.float {
	background-color:rgb(0,102,204,.0);
	float:left;
}

/*Class selection buttons*/
.button-comed {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration:none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
  color: white;
}

.button2 {
  background-color: white; 
  color: black; 
  border: 2px solid rgb(30,40,88,.9);
}

.button2:hover {
  background-color: rgb(30,40,88,.9);
  color: white;
}

.button3 {
  background-color: white; 
  color: black; 
  border: 2px solid #f44336;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

/*HOVER BUTTON*/
.button {
  border-radius: 8px;
  background-color:rgb(30,40,88,.9);
  border:none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
.responsive-img-group {
    width: 100%;/*this is modded*/
    height: auto;
}
/*IMAGE GALLERY STRIP*/
div.gallery {
    border: 0px solid #ccc;
}

div.gallery:hover {
    border: 0px solid #777;
    margin:-4;
}

div.gallery img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
    box-sizing: border-box;
    margin: 0px;
}

.responsive-img {
    padding: 0px;
    float: left;
    width: 24.99999%;
}

@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
    }
}

@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
img {
    opacity: 1.0;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

img:hover {
    opacity: 0.9;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

i:hover {
	color:rgb(255,255,255,.5);
}

.secondaryFooter {
	background-color:#1e4258;
	color:white;
}
.socialIcons {
	color:white;
}
.img-blend { 
  background-position:top;
  background-repeat: no-repeat, repeat;
  background-size:cover;
  background-color:#25274d; /*rgb(30,40,88,.9)*/
  /*background-image:url("../images/footerSil03.png");
  background-blend-mode:overlay;*/
  padding:20px;
  margin:0px;
  max-width:100%;
}

/*Community Ed styles*/
.commEd-responsive {
	height:auto;
	width:100%;
}
.commEd-bg-image {
  /* The image used */
  background-image: url("assets/images/inspect0008.jpg");
  
  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);
  
  /* Full height */
  height: 100%; 
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.commEd-bg-text {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}