* {
    box-sizing: border-box;
  }

  @font-face {
    font-family: "Roboto";
    src: url('./fonts/Roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Roboto";
    src: url('./fonts/Roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: "Roboto";
    src: url('./fonts/Roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: "Roboto";
    src: url('./fonts/Roboto/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }

  @font-face {
    font-family: "Roboto Condensed";
    src: url('./fonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "Roboto Condensed";
    src: url('./fonts/Roboto/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: "Roboto Condensed";
    src: url('./fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }

  @font-face {
    font-family: "Roboto Condensed";
    src: url('./fonts/Roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
  body {
    font-family: Roboto Condensed, sans-serif;
    font-style: normal;
    margin: 0;
    background-color: #f5f5f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column
  }
  /* Style the header */
  header {
    background-image: url("./images/newbanner.png");
    background-size: cover;
    background-repeat:no-repeat;
    background-position:left;
    text-transform: uppercase;
    
    padding-bottom: 1px;
    padding-top: 100px;
    padding-left: 20px;
    line-height: 0.3;
    text-align: left;
    text-shadow: 0 0 5px #000000;
    
    color: white;
  }
  
  

  article {
    background-color: #f1f1f1;
    padding: 50px;
    padding-top: 25px;
  }
  

  footer {
    background-color: #212529;
    padding: 10px;
    text-align: left;
    color: white;
    margin-top: auto;
  }
  
  ah {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(0, 0, 0); 
  }

  h1 {
    font-size: 64px;
    margin-bottom: 30px;
  }
  h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 0%;
  }
  h3 {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  p {
    font-size: 18px;
    line-height: 1.75;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    margin-top: 0px;
    margin-bottom: 15px;
  }

  p2 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    font-family: Roboto, sans-serif;

  }

  p3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
    font-family: Roboto, sans-serif;
  }

  
  timestamp {
    font-size: 18px;
    font-weight: bold;
    color: rgb(73, 73, 73);
    line-height: 3;
  }

  article{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    background-color: #f5f5f5;
  }

  hr{
    width: 95%;
    background-color: #f5f5f5;
  }
  ftext{
    font-size: 8px;
    line-height: 1;
    font-weight: normal;
    font-family: Roboto, sans-serif;

  }
  video {
    border-radius: 4px;
  }

  .youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
    max-width: 720px;
    border-radius: 4px;
  }
  .watermark {
    text-align: right; 
    font-size: 16px; 
    margin: 6px;
    font-weight:bold; 
    text-transform: none;
    color: rgb(0, 0, 0); 
    text-shadow: 0 0 10px #ffffff,0 0 10px #ffffff,0 0 10px #ffffff;
  }

  .image {
    max-width:720px; 
    min-width:100px;
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 15px;
  }

  .logo {
    max-width:100%;
    min-width:200px;
    height:auto; 
    padding:15px;
  }

  .logo2 {
    max-width:300px;
    min-width:100px;
    height:auto; 
    padding:15px;
    padding-bottom: 3px;
    content:url("./images/CD_logo.png");
  }

  .bottomlink {
    text-decoration: none;
    font-weight: bold; 
    font-size: 15px;
    padding: 15px;
    color: white;
    font-family: Roboto, sans-serif;
  }

  .tag_ship {
    border: none;
    border-radius: 8px;
    font-size: 15px;
    margin-left: 10px;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #2e62bb;
    color: white;
    font-weight: bold;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
  }

  .tag_highlight {
    border: none;
    border-radius: 8px;
    font-size: 15px;
    margin-left: 10px;
    padding: 6px;
    padding-top: 4px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #2e62bb;
    color: white;
    font-weight: bold;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
  }

  .tag_history {
    border: none;
    border-radius: 8px;
    font-size: 15px;
    margin-left: 10px;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #c00000;
    color: white;
    font-weight: bold;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
  }

  .button_toggle {
    border: none;
    border-radius: 8px;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 6px;
    background-color: #2e62bb;
    color: white;
    font-weight: normal;
    font-family: Roboto Condensed, sans-serif;
  }

  .togglecontent {
    display:none;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    background-color: lightgrey;
    margin-top: -15px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: normal;
    font-family: Roboto Condensed, sans-serif;
    line-height: 1.5;
  }


  .pagination {
    display: inline-block;
  }
  
  .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
  }
  
  .pagination a.active {
    background-color: #455168;
    color: white;
    border: 1px solid #455168;
  }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}
  
  .pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .center {
    text-align: center;
  }

  .container {
    display: grid;
    align-items: center; 
    grid-template-columns: 1fr 2fr;
    column-gap: 5px;
    margin-right: 25px;
   }

   .arrow {
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4.5px;
  }

  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

  table {
    font-family: Roboto, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  
  td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    font-weight: normal;
  }
  
  tr:nth-child(1) {
    background-color: #dddddd;
  }

 .vidscale {
  transform: scale(0.5625);
  transform-origin: top left;
  height: 410px;
  
 }

 .row {
  display: flex;
}

.column2 {
  flex: 50%;
  padding: 5px;
}

.image:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
}

/* Caption of Modal Image */
.imgCaption {
  margin: auto;
  display: block;
  width: 80%;
  text-align: left;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.commento-root .commento-submit-button {
	float: right;
	background: #2e62bb;
	text-transform: uppercase;
	font-size: 12px;
	margin-top: 10px;
}
.commento-root * {
	padding: 5px;
}
.commento-root-font * {
	font-family: 'Roboto',sans-serif;
}
.commento-logo-text {
  visibility: hidden;
}

.search_button {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  padding: 6px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #2e62bb;
  color: white;
  font-weight: bold;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  box-shadow: 5px 5px #999;
}
.search_button:hover {
  background-color: #3278f1
}
.search_button:active {
  background-color: #2e62bb;
  box-shadow: 0 0px #666;
  transform: scale(0.95);
}
.search_bar {
  background-color: #ccc;
  height: 53px;
}

.toplink {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  font-size: 15px;
  padding: 6px;
  padding-left: 8px;
  padding-right: 8px;
  background-color:transparent;
  color: black;
  font-weight: bold;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
}

.search_head {
color: #2e62bb;
font-size: 20px;
font-weight: bold;
}
.search_desc {
font-size: 14px;
margin-top: 5px;
}
.search_border {
  background-color: gainsboro;
  padding: 10px;
  margin: 10px;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 10px;
}

.searchbox {
  margin-top: 15px;
  padding: 5px;
  font-size: 15px;
  margin-right: 10px;
  font-family: Roboto, sans-serif;
}