@import url('https://fonts.googleapis.com/css?family=Open Sans');
@import url(https://fonts.googleapis.com/css?family=Julius Sans One);

.bigtext 
{
text-decoration: none;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.3em;
}
.btn-info a:visited {
    color:#fff;
}
.twocolumnlist ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.landingpagecategories {
    display: inline-flex;
    width: 290px;
    height: 10px;
    margin: 4px;
    border: 1px solid #73AD21; 
} 

.altrow{
 margin-bottom: 20px; 
}
.locationtypes
{
color:#F27606;
	font-weight:normal;
	font-size: 1.2em;
}
.beachname
{
color:#F27606;
	font-weight:normal;
	font-size: 1.3em;
}

.ServiceName 
{
text-decoration: none;
font-family: 'Julius Sans One', sans-serif;
font-size: 1.3em;
}

.landingpagecategories {
    display: inline-flex;
    width: 200px;
    height: 10px;
    margin: 10px;
    border: 0px solid #73AD21; 
} 
.companyname
{
font-family: 'Julius Sans One', sans-serif;
font-size: 1.4em;
font-weight:bold;
text-decoration: none;
}

.multiple-borders img {
   box-shadow: 8px 8px 10px #aaa;
 }

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

.tags li {
  float: left; 
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: red;
  color: white;
}

.tag:hover::after {
   border-left-color: red; 
}

/*    #ffbfbf;    , and end it with */

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



.video-responsive1{
    overflow:hidden;
    padding-bottom:6.25%;
    position:relative;
    height:0;
  min-height: 340px;
}
.video-responsive1 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}




















