
@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");

  :root {
    --sectionheaderpx: 40px;
    --acolor: blue;
  }
  
  body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}

  /*
  html {
    scroll-behavior: smooth;
  }
  */

  body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
  }
  
  em#vow {
    color: var(--acolor); 
    text-decoration: underline; 
    display: inline-block;
  }

  div.overflowachor {
    overflow-anchor: none;
  }

  div#marriage-vow { 
    position:relative;
    left: 0px;
    width: 100%;
    display: none;
    color:white;
    background-color: #fd6478;
    padding: 10px;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
  }

  em#vow:hover {
    display: inline-block;
    cursor: pointer;
  }

  ul.pin {
    list-style: none;
  }

  ul.pin li::before {
    content: "📌";
    display: inline-block;
    margin-right: 0.2rem;
  }
  
  span.highlight, span#vowspan {
    font-size:110%; 
    font-weight: bold; 
    font-style: italic;
  }

  div.acontainer {
    /*border: 1px solid rgb(77, 77, 209);*/
    /* padding: 5px 10px 10px; */
    max-width: 100%;
    display: inline-block;
    color: var(--acolor); 
  }
  div.acontainer img {
    top: 0px;
    float: left;
  }
  div.acontainer > div p {
    display: inline;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: var(--acolor); 
  }

  video#BackgroundVideo { 
    object-fit: fill;
    position: absolute; 
    right: 0; 
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto; 
    z-index: -100;
    background-size: cover;
    overflow: hidden;
    border: none;
  }
  
  .background-wrapper {
    width:100%;
    position: absolute;
    background-size: cover;
    height:850px;
    overflow: hidden;
    border: none;
  }



  .circle{
    margin: 10px auto;
    width: 40px;
    height: 40px;
    border: 5px solid rgb(250, 2, 2);
    border-radius: 50%;
    border-top-color: rgba(255, 255, 255, 0.979);
    animation: spin 1s linear infinite;
  }
  @Keyframes spin{
    100%{
      transform: rotate(360deg);
    }
  }

  .rcorners {
    border-radius: 25px;
    border: 2px solid #ffffff;
    padding: 3px; 
    width: 100px;
    height: 35px;  
  }

  table.Presidents { position: relative; top: -20px; }
  table.Presidents th{ text-align: center; }

  #aboutpopup{
    cursor:default;
    color: var(--acolor); 
  }

  #aboutpopup:hover{
    cursor: url("/pics/misc/clickicon.png"), auto;
  }

  a.inline-video, a.link {
    cursor: url("/pics/misc/arrow-clickme.png"), auto;
    color: var(--acolor); 
    text-decoration: none;
  }

  a.card-btn, a.card-btn:hover {
    cursor: pointer;
    font:inherit;
    font-size: inherit;
    font-weight:lighter;
    color: var(--acolor); 
    background-color: inherit;
    border-bottom-style:none;
    text-transform: none;
    text-decoration: none;
  }

  a.card-btn:hover, a.inline-video:hover, a.link:hover {
    text-decoration: underline;
  }

  a.hoverimg {
    cursor: pointer;
    color: var(--acolor); 
    border-bottom-style:none;
  }

  a.hoverimg.w {
    cursor: pointer;
    color: white; 
    text-decoration: underline;
  }


  .blockquote {
      /* padding: 60px 80px 40px; */
      padding: 5px 10px 10px;
      position: relative;
  }
  
  @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
  .otro-block, .otro-blockquote{
    width:100%;
    margin:0px auto;
    color: #555555;
    /* padding:1.2em 30px 1.2em 75px; */
    padding:1.2em 10px 1.2em 25px; 
    border-left:8px solid #61616d ;
    line-height:1.0;
    position: relative;
    background:#EDEDED;
  }
  
  .otro-block {
    font-size: 1.1em;
    font-family:Open Sans;
    font-style:inherit;
  }
  
  .otro-blockquote{
    font-size: 1.1em;
    font-family:Open Sans;
    font-style:italic;
  }
  
  .otro-blockquote::before{
    font-family:Arial;
    content: "\201C";
    color: var(--acolor);  /* #4173fc; */
    font-size:3em;
    position: absolute;
    left: 2px;
    top: 10px;
  }
 
  .otro-blockquote::after{
    content: '';
  }

  /*
  .otro-blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
  }
  */
  
  p.assessment, p.tiny
  {
    display:inline;
    position:relative;
    top:10px;
  }

  p.tiny
  {
    font:italic; 
  }

  span#about {
    color: var(--acolor); 
  }
  
  span#about:hover {
    color:#fc415a;
    /*cursor: url("/pics/misc/arrowcursor.png"), auto;*/
  }
  
  q#intro{
    /*margin:24px 0;*/
    display: inline;
    font-weight:700;
    font-size:20px;
    line-height: 1.0;  
  }

  q#intro:before{
    font-family:Arial;
    content: "\201C";
    color:#4173fc;
    font-size:3em;
    /*
    position: absolute;
    left: 2px;
    top: 10px; */
  }

  .centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .center {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 5px solid #FFFF00;
      padding: 10px;
      }
  
  div.sectionheader {
    height:var(--sectionheaderpx); 
    background-color: white;
  }
  
  /* Create a Parallax Effect */
  .parallax-1, .parallax-2, .parallax-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  /* First image (Logo. Full height) */
  .parallax-1 {
    /* background-image: url('F_J_B'); */
    min-height: 100vh;
  }
  
  /* Second image (Portfolio) */
  .parallax-2 {
    /* background-image: url("Let's_Go_Brandon!"); */
    min-height: 400px;
  }
  
  /* Third image (Contact) */
  .parallax-3 {
    /* background-image: url("BLM_and_Antifa_are_domestic_terrorist_organizations"); */
    min-height: 400px;
  }
  
  .w3-wide {letter-spacing: 10px;}
  .w3-hover-opacity {cursor: pointer;}
  
  /* Turn off parallax scrolling for tablets and phones */
  /*
  @media only screen and (max-device-width: 1600px) {
    .parallax-1, .parallax-2, .parallax-3 {
      background-attachment: scroll;
      min-height: 400px;
    }
  }
  */
  
  /*====================================================================================*/

  .audiowrap{display:flex; justify-content:space-between;}
  
  audio {display:block; height:25px; width:350px; display: inline; filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);}
  audio:hover {filter: drop-shadow(2px 3px 3px #333);}
  audio::-webkit-media-controls-play-button{background-color:rgb(247, 137, 35);}

 /*====================================================================================*/

  .tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    /*background: rgb(252, 245, 245);*/
    padding: 1px;
    padding-bottom: 20px;
    width: 70%;
    min-width: 240px;
  }
  .tabs input[type="radio"] {
    display: none;
  }
  .tabs section h2,
  .tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 18px;
    color: #428BFF;
  }
  .tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }
  .tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
  }
  .tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .tabs ul li label br {
    display: none;
  }
  
  .tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
  }
  .tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  
  
  .tabs .slider {
    position: relative;
    width: 20.0%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .tabs .slider .indicator {
    position: relative;
    width: 100px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428BFF;
    border-radius: 1px;
  }
  .tabs {
    margin-top: 0px;
  }
  
  .tabs img {
    width: 40px;
    height: 40px;
    filter: grayscale(100%);
  }
  
   /*====================================================================================*/

   .fade-in {
    animation-name: FadeIn;
    -webkit-animation-name: FadeIn 2s;
    -moz-animation-name: FadeIn 2s;
    -o-animation-name: FadeIn 2s;
    -ms-animation-name: FadeIn 2s;
    animation-duration: 2s;
    transition-timing-function: linear;
  }
  
  @keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-moz-keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-webkit-keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-o-keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  
  @-ms-keyframes FadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  /*====================================================================================*/

  .txtshadow{
    text-shadow: -1px 1px 2px #000,
                  1px 1px 2px #000,
                  1px -1px 0 #000,
                  -1px -1px 0 #000;
  }

  .mycardcontent {

    /* padding-top: 40px;
    padding-bottom: 40px; */
    display: block;
    width: 100%;
    z-index: -100;
  }
  
  .mycard {
    font-family: "Lato", sans-serif;
  
    display: block;
    margin: auto;
    width: 600px;
    min-height: 100px;
    padding: 1px;
    /* border-radius: 25px;
    background-color: white; 
    box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.2); */
    position: relative;
    overflow: hidden;
  }
  
  .mypic {
    flex-direction: row;
    z-index: 2;
    position: relative;
  
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 110%;
  }
  .mypic img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 2px solid rgb(31, 30, 30);
  }
  .mypic .myinfo {
    padding: 0px 20px;
  }
  .mypic .myinfo h1 {
    font-size: 32px;
    color: #1437f8;
  }
  .mypic .myinfo h3 {
    font-size: 16px;
    color: #909acf;
    font-style: italic;
  }

  /*====================================================================================*/

 