.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.offer {
  background-color: #0000FF; /* blue */
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

table.all, td.all, td.all {
  border-style: solid;
}


.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}
.button6 {border-radius: 10px;}
.button7 {border-radius: 10px;padding:12px;}

.stdlink {
  border: none;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.stdlink:hover {
  text-decoration:underline;
}


.reference {
  border: none;
  text-align: center;
  text-decoration: none;
  font-style:italic;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
}

.reference:hover {
  text-decoration:underline;
}


.button:hover {
  background-color: #FF0000; /* red */
  text-decoration:underline;
  color: white;
}

.arialblack {
	font-family:'Arial Black'; 
}


.responsive {
  width: 100%;
  height: auto;
  margin: auto;
}

video {
  width: 100%;
  height: auto;
}

.iframe-container{
  position: relative;
  width: 100%;
  max-width:500px;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio {
    position: relative;
    width:100%;
    height: 0;
    padding-bottom: 61%;
}

.aspect-ratio iframe{
    position: absolute;
    width:100%;
    height: 100%;
    left: 0;
    top:0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img.learnmore {
   border-radius:50px;
   margin-bottom:10px;
   width:100px;
   float:left;
   background:#3bb4fc;
}

div.learnmore {
   width:120px;
}


.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}
.button6 {border-radius: 10px; width:50%;}
.button7 {border-radius: 10px;padding:12px;}


.w3-btn {width:2%;text-align:center;padding:1px 1px;}

.mySlides {
	display:none; 
	border-style:solid;
}
