/* Raptor Watch Base Styleez */

/* Google font Kanit 400 */
@import url('https://fonts.googleapis.com/css2?family=Kanit:wght@400&display=swap');

/* Media Queries */

/* Set p tag font size in mobile responsive mode bootstrap 4 */
@media (max-width: 767px) {
  p {
    font-size: 1.8rem!important;
  }
}


@import url('https://fonts.googleapis.com/css2?family=Bangers&display=swap');

.bold {
  font-weight: bold;
}

.time-stamp {
  text-align: left;
  font-size: 0.8em;
  color: rgb(0, 0, 0);
  padding-left: 19px;
}


.owl_emoji {
  font-size: 6em!important;
  display: block;
  margin-left: 45%;
  margin-right: 50%;
}

form.form-inline {
  margin-left: 20px;
}

.logo {
  text-align: center!important;
  margin: auto;
  width: 50%;
  margin-top: 10px;
  margin-bottom: -30px;
}

/* New Modal  */

  .mr-3, .mx-3 {
  margin-right: 1rem!important;
  width: 100px;
  }

  li.media {
  margin-bottom: 30px;
  }

body {
  color:#252525!important;
  font-size: 1em;
  line-height: 1.4;
  background-color:#eeebe8!important
}

.container {
 max-width: 980px!important;
 margin-top:30px;
}

/* h1 url color */

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color:#252525!important;
}

h1 {  
/*Kanit font */
font-family: 'Kanit', sans-serif;
font-size: 39px!important;
color: #242424;
text-align: center;
margin: 0;
}

h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 30px!important;
  text-align: center;
}

h3 {
  font-size: 20px!important;
}


h5 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.8em!important;
  color: #482904;
}

p.maplink {
  margin-top: 9px;
  font-size: 14px;
}

/* All results */

ul#myList {
  width: 100%;
}

h4 {
  font-family: 'Kanit', sans-serif;
  margin-bottom: 0%;
  color: #482904;
  font-weight: bold;
} 

.data-source {
margin: 30px 0px 0px 20px;
}



.subheading {
text-align: center;
}

.featured {
 border: 16px solid #fff;
}

.narrow {
 max-width: 1024px!important;
  margin-top:30px;
  font-size:14px;
}
.more-prints{
 margin-bottom:60px;
 color:#252525!important;
 font-size: 16px;
 text-align: center;
}
span.menu-link {
 padding: 6px;
}
span.more-prints {
 padding: 4px;
}
a {

 color: #af7135!important;
  text-decoration: none!important;
}

.figure-caption {
  font-size: 12px!important;
  color: #252525!important;
  padding-top: 6px;
  background-color: #fff;
  padding-bottom: 20px;
}

.home-link {
 text-align: center;
 margin-bottom: 60px;
}


p {
  font-size: 1.1em;
  color: #242424;
  margin-bottom: 0px;
}

.card {
  border-radius: 0.9rem;
  border: none;
  margin-bottom: 23px;
  /* gradient to white */
  /* background: linear-gradient(180deg, #f2f2f2 0%, #fff 100%); */
  /* box-shadow: 0 0 10px 0 rgba(0,0,0,0.1); */
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

.card-title {
  margin-bottom: .75rem;
  margin-top: 40px;
  color: #482904;
}

.row {
  padding: 8px;
}

li.list-group-item {
  margin-bottom: 6px;
  border: none!important;
  background-color: #edebe83d!important;
}


.sun {
  width: 300px;
  text-align: center;
    margin-bottom: 10px;
  animation: updown 10s ease-in-out infinite;
  transform-origin: 50% 50%;
  /* opacity  */    
    opacity: 0.3;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* css3 img slowly moving up and down 100px on z axis*/
.cloud {
  width: 200px;
  text-align: center;
    margin-bottom: 10px;
  animation: updown 10s ease-in-out infinite;
  transform-origin: 50% 50%;
  /* opacity  */    
    opacity: 0.3;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

@keyframes updown {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 12px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}



.modal-dialog {
  max-width: 850px;
  margin: 2rem auto;
}


.data-updated {
text-align: center;
margin-bottom: 20px;
}

.table .thead-dark th {
  color: #252525;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-align: left;
}

.modal-content {
  padding: 23px;
}

.btn-secondary {
  color: #fff;
  background-color: #252525;
  border-color: #252525;
}

.modal-footer {
  border-top: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-secondary, .btn-secondary:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.modal-content {
  border: none;
  border-radius: 1em;
  outline: 0;
}

.refresh {
  text-align: center;
  margin-bottom: 60px;
}



/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}



