.subtitle {font-size:80px;font-weight:bolder;text-align:center}
h1 {font-size:48px;font-weight:bolder;text-align:center;}
h2 {font-size:28px;font-weight:bold;text-align:left;}

.ul1{
  border:3px;
  color:black;
  background:blue;
  height:6px;
  width:60%; 
  line-height:5px;
  }
  
* {
  box-sizing: border-box;
}


.webtxt {
  font-size:38px;
  font-weight:bold;
  text-align:left;
  text-decoration:underline;
}
.webtxt2 {
  font-size:28px;
  font-weight:bold;
  text-align:left;
}
.hero-text {
	text-align: center;
	font-size: 24px;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;
	color: white;
}
.goto {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #f1f1f1;
}
.next {
  display: block;
  position: absolute;
  right: 0px;
  color: #000;
  padding: 8px 16px;
  font-size:50px;
  text-decoration: underline;
}
/* Change the link color on hover */
.next:hover {
  background-color: #555;
  color: white;
}	
.previous {
  display: block;
  position: absolute;
  left: 0px;
  color: #000;
  padding: 8px 16px;
  font-size:50px;
  text-decoration: underline;
}
/* Change the link color on hover */
.previous:hover {
  background-color: #555;
  color: white;
}

.columnL{
   width:50%
}

.columnR{
   width:50%
}

.vid5 {
    position: relative;
    padding-bottom: 28.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    width: 50%;
    /*overflow: hidden;*/
}
.vid5 iframe,
.vid5 object,
.vid5 embed{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.vid10 {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    width: 50%;
    /*overflow: hidden;*/
}
.vid10 iframe,
.vid10 object,
.vid10 embed{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}