body {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
  background: #0000ff;
  margin-left: 20px;
  margin-right: 20px;
}

h1 {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 32px;
}

h2 {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size:24px;
}

h3 {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size:20.8px;
}

h4 {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
  font-size: 14.5px;
}

h5 {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
  font-size: 12.8px;
}

h6 {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
  font-size: 11.2px;
}

p {
  font-family: Georgia,Times,Times New Roman,serif;
  font-size: 20.8px;
}

.header {
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 30px;
  padding-left: 0px;
}

/* Column container */
.row {  
  display: flex;
}

/* Create two unequal columns that sits next to each other */
/* Main column/sidebar */
.leftmain {
  flex: 70%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.cardleft {
  background-color: #cecece;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px #000000;
}

.cardleft-blue {
  background-color: #0000ff;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 20px;
}

.cardleft-goldenrodheader {
  background-color: #daa520;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}
.cardleft-lionhonolulublueheader {
  background-color: #006db0;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cardleft-deepskyblueheader {
  background-color: #00bfff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cardleft-yellowgreenheader {
  background-color: #9acd32;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cardleft-redheader {
  background-color: #ff0000;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cardleft-whiteheader {
  background-color: #ffffff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
}

.cardleft-container {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.8em;
}

.rightsidebar {   
  flex: 30%;
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

.cardright {
  background-color: #cecece;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px #000000;
}

/* Footer */
.footer {
  text-align: center;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.container-link {
   padding: 0px 10px 0px 10px;
   margin: 0px 20px 0px 20px;
   border: 1px solid #0000a0;
}

.cardfooter {
  background-color: #cecece;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  border: 3px solid #ffffff;
  border-radius: 5px;
  box-shadow: 3px 3px #000000;
}

.center {
   text-align: center;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img {
   max-width: 100%;
   height: auto;
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.img_thumb {
  float: left;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 0px;
}

.video-container {
   display: block;
   margin-left: auto;
   margin-right: auto;
   max-width: 640px;
   max-height: 360px;
}

.twitter-tweet {
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   width: 100%;
}	

video {
   margin-left: auto;
   margin-right: auto;
   overflow: hidden;
   width: 100%;
}

iframe {
   max-width: 100%;
   display: block;
   margin-left: auto;
   margin-right: auto;
}  

a:link {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}

a.button {
  background-color: #cecece;
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 5px 5px #000000;
  color: black;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 0px 0px;
  cursor: pointer;
  width: 70%;
}

a.button:hover {
  transition-duration: 0.4s;
  background-color: #ff0000;
  border: 2px solid #0000a0;
  border-radius: 5px;
  box-shadow: 5px 5px #ffffff;
  color: white; 
}

div.line-height {
  line-height: 1.5em;
}

ul{
   list-style-type: none;
   list-style-position: outside;
   padding: 0px 0px 0px 0px;
   margin: 0;
   line-height: 1.8em;
   font-weight: bold;
   text-decoration: underline;
}

hr.line1 {
  border: 1px solid blue;
  border-radius: 5px;
  margin: 20px 0px 20px 0px;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .row {   
    flex-direction: column;
  }
}

