body {
  padding-bottom: 20px;
}

.navbar {
  margin-bottom: 0!important;
}

.bg-eo {
    background-image: linear-gradient(45deg, orange, chartreuse, aqua)!important;
	border-top:2px solid black;
}

header {
	  position: relative;
	  background-color: black;
	  height: 100vh;
	  min-height: 25rem;
	  width: 100%;
	  overflow: hidden;
	  font-family: magistral, sans-serif;
	  font-weight: 700;
	  font-style: normal;
	}

	header video {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  min-width: 100%;
	  min-height: 100%;
	  width: auto;
	  height: auto;
	  z-index: 0;
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	}

	header .container {
	  position: relative;
	  z-index: 2;
	}

	header .overlay {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100%;
	  width: 100%;
	  z-index: 1;
	}

	/* Media Query for devices withi coarse pointers and no hover functionality */

	/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

	@media (pointer: coarse) and (hover: none) {
	  header {
		background: url('media/CS.mp4') black no-repeat center center scroll;
	  }

	  header video {
		display: none;
	  }
	}
header h1{-webkit-text-stroke: 1px blue;}
.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #011CC2, 0 0 40px #011CC2, 0 0 50px #011CC2, 0 0 60px #011CC2, 0 0 70px #011CC2;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #0061E6, 0 0 40px #0061E6, 0 0 50px #0061E6, 0 0 60px #0061E6, 0 0 70px #0061E6, 0 0 80px #0061E6;
  }
}
.img-glow{filter: drop-shadow(0 0 0.75rem rgba(0,8,56,0.80));}

.fancy-border {
  border: 25px solid #1E90FF;
  border-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='75' height='75'%3E%3Cg fill='none' stroke='%231E90FF' stroke-width='2'%3E%3Cpath d='M1 1h73v73H1z'/%3E%3Cpath d='M8 8h59v59H8z'/%3E%3Cpath d='M8 8h16v16H8zM51 8h16v16H51zM51 51h16v16H51zM8 51h16v16H8z'/%3E%3C/g%3E%3Cg fill='%231E90FF'%3E%3Ccircle cx='16' cy='16' r='2'/%3E%3Ccircle cx='59' cy='16' r='2'/%3E%3Ccircle cx='59' cy='59' r='2'/%3E%3Ccircle cx='16' cy='59' r='2'/%3E%3C/g%3E%3C/svg%3E") 25;
}
.bg-phish{
	background-image: url("../media/phish_bkgd.png");
  	background-repeat: repeat-y;
	background-size: 100%;}
.w-15 {width:15%!important;}
.w-20 {width:20%!important;}
.text-italic{font-style:italic!important;}
.bg-blue{
	background-image: url("../media/bg-blue.jpg")!important;
	background-repeat: no-repeat!important;
	background-size: cover!important;
}
.bg-red{background-image: url("../media/bg-red.jpg") cover no-repeat;}
.hrStyle1 {
	background-color:white;
	border-top: 12px dotted #0095FF;
	width:50%; margin-left:25% !important; margin-right:25% !important;
}
.bg-none{background-color:rgba(255,255,255,0)!important;}
.bg-yellow{background-color:rgba(255,255,0,0.50)!important;}
.pointer{cursor: pointer;}
.ml-12{margin-left:12.5%!important;}
.text-mag{font-family: magistral, sans-serif;
	  font-weight: 700;
	  font-style: normal;}
.bg-metal-1{
	background: url('../media/bkgd2.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;}
.bg-metal-2{
	background: url('../media/bkgd1.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;}
.bg-metal-3{
	background: url('../media/bg-metal-3.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;}
.bg-metal-4{
	background: url('../media/bg-metal-4.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;}
.w-35{width:35%!important;}

