html {
	height: 100%;
}

body {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #ffffff; /* Used if the image is unavailable */
}

.bodyInternal {
	  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #eaeaea; /* Used if the image is unavailable */
}


#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
	z-index: -1;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}





.buttonHome {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #f55426;
  margin: 20px 20px 20px 20px;
  color: #f55426;
  text-transform: uppercase;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}



/* Third Button */

#button-3 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-3 a {
  position: relative;
  transition: all .45s ease-Out;
	font-weight: 800;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #444cd9;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-3:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-3:hover a {
  color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}






header {
	padding: 25px;
}

footer {
	background-color: #f55426;
	padding: 30px;
	text-align: center;
}



p {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
}

p a {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff5000;
}


h3 {
	font-size: 26px;
}

a {
  color: #f55426;
  transition: all 0.2s;
	text-decoration: none;
}

a:focus, a:hover {
  color: #000000;
	text-decoration: underline;
}

.textcolor {
	font-family: Arial, Helvetica, sans-serif;
	color: #f15a49;
}



.btn-primary {
  background-color: #f55426;
	border: solid 3px #f55426;
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  background-color: #eaeaea !important;
	border-color: #f55426;
	border: solid 3px #f55426;
	text-transform: uppercase;
}

