
:root {
  --bkg-color: black;
  --font-color:#9fa099;
  --bkg-img: url('/images/bgtestwlarge_light.gif');
  --bkg-frame: url('/images/sizedup/framesizeup.gif');
  --bkg-frame-mob: url('/images/sizedup/framesizeupmobile.gif');
  --about-img: url('/images/aboutimg.gif');
  --topnav-bg: rgb(0,0,0,0.7);
  --topnav-tag-bg: black;
  --bkg-index:url('/images/vessel1e.gif');

}

[data-theme="light"] {
  --bkg-color:#cfd0c2;
  --font-color:rgb(44, 43, 43); 
  --bkg-img:url('/images/whiteversion.gif'); 
  --bkg-frame: url('/images/frame_white3.gif');
  --bkg-frame-mob: url('/images/sizedup/framesizeupmobile_white.gif');
  --about-img: url('/images/aboutimgwhite.gif');
  --topnav-bg: 	rgba(207, 208, 194, 0.8);
  --topnav-tag-bg:#cfd0c2; 
  --bkg-index:url('/images/vessel1g.gif'); }


body {
    color: var(--font-color);
    font-family: 'MS pGothic', 'Courier', 'sans-serif';
    cursor: url('/images/hol336.cur_dark.png'), auto !important;
    background-image: var(--bkg-img);
    background-attachment: fixed;
    background-size: 100%;
    line-height: 1.5;
}

''
h1 {
  text-align: center;
  font-family: 'Courier New';
  color: #6f7668;
  
}

.blog__title {
  color:#6f7668;
}

.blog__info{
  font-size: 0.7em;
  text-align: right;

}

.captions {
  text-align: center;
}

.everything {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:auto;
  top: 10%;
  right: 0;
  left: 0;
  height: 780px;
  width: 1300px;
  background-image: var(--bkg-frame);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
}


.centerbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 650px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-wrap: break-word;

}

.content {
    color: var(--font-color);
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    width: 550px;
    height: 560px;
    margin-top: 13px;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow-wrap: break-word;
    font-size: 16px;
    
}

.section .content{
  margin-left:-20px;
  width:95%;
}

.content h1 {
  display: block;
  text-align: center;
  color:#6f7668;
  font-size:150%;
}

.content h2 {
  color:#6f7668;
  text-align: center;
  font-size: 16px;
}


.content a {
  color:#6f7668;
  justify-content: center;
}

.content a:hover {
  color: #4c5147; 
}

.content img{
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 90%;  
  object-fit: scale-down;  
}

.intro .introimg {
  width: 300px;
  height:237px;
  margin-left:18%;
  background-image: var(--bkg-index);
}

.content::-webkit-scrollbar {
    display:none
}


.left-sidebar {
    overflow-x: hidden;
    width: 260px;
    height: 650px;
    scrollbar-width: none;
    margin-left:40px;
}

.left-sidebar::-webkit-scrollbar {
  display:none
}

.left-sidebar a {
    text-decoration: none;
    color:#6f7668;
}
.left-sidebar a:hover {
  color: #4c5147;
}
.left-sidebar ul {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.left-sidebar ul li{
  font-size:17px;
  margin-left:-30px;
}

.contact {
  text-align: center;
  padding-top: 1px;

}

.topnav .icon {
  display:none;
}

.right-sidebar ul {
  
    list-style: none;
    padding: 3px 5px;
    color:#6f7668;    
    margin-top: -3px;
    margin-right: 40px;
    
}

hr {
  border: 1px dashed #4c5147;
}

.note {
  display:none;
}

.right-sidebar {
      width: 260px;
      height: 650px;
      font-size:15px;
      line-height: 1.5;
      text-align: right;
      margin-top: 15px;
      
    }


.right-sidebar a {
    text-decoration: none;
    color:#6f7668;
  }

  .right-sidebar a:hover {
    color: #4c5147;
  }
 
.footer {
  display:none;
}

.blurb {
  font-size: 15px;
  overflow-y: hidden;
  margin-top:20px;
}

.blurb::-webkit-scrollbar {
  display:none
}

.blurb img{
  align-items: center;
  display: block;
  margin-left: 12%;
  padding-bottom: 20px;
}

.gallery {
  display:flex;
}
.gallery ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.gallery li {
  margin: 2px;
}

.gallery a {
  display: block;
}

.gallery li img {
  display: block;
  width: 85%;
}


.blog ul {
  list-style:none;
}

.blog{
  color:var(--font-color);
  margin-left: -20px;
}

.blog a {
  text-decoration: underline;
  color: #6f7668;
}

.blog a:hover{
  color: #4c5147;
  text-decoration: underline;
}

.blog a:visited{
  color: #6f7668;
  text-decoration: underline;
}

.blog__container{
  margin-left:-30px;

}

.extra {
  text-align: center;
  border-style: none;
  width:210px;
  height: 150px;
  margin-left:10px;
  margin-top:10px;
  color: #6f7668;
  font-size:15px;
}

/*toggle switch*/

.theme-switch-wrapper {
  display: flex;
  align-items: center;
  em {
    margin-left: 10px;
    font-size: 1rem;
  }

}
.theme-switch {
  display: inline-block;
  height: 24px;
  position: absolute;
  width: 50px;
}

.theme-switch input {
  display:none;
}

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  bottom: 4px;
  content: "";
  height: 14px;
  left: 5px;
  position: absolute;
  transition: .4s;
  width: 14px;
}

input:checked + .slider {
  background-color: #b8c1af;
  color: #60645d;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.slider.round {
  border-radius: 34px;
  border: dashed;
  border-width: 1px;
}

.slider.round:before {
  border-radius: 50%;
  border: dashed;
  border-width: 1px;

}

.lgtheme {
display:block;
text-align: center;
margin-left: 87px;
margin-top: -30px;
z-index: 10000;
}

.about b{
  color:#6f7668
}

.aboutimg{
  background-image: var(--about-img);
  width:400px;
  height:400px;
  margin-left:12%;
  margin-top: -10%;
  margin-bottom: 30px;
}

.list-captions {
  text-align: center;
  font-size: 0.8em;
}

/* Phone version */

 @media only screen and (max-device-width: 850px){

  .everything {
    flex-direction: column;
    flex-wrap: wrap;
    width:100%;
    height: 99%;
    margin-top: -14%;
    display: flex;
    justify-content: left;
    align-items: left;
    position: absolute;
    background-image: var(--bkg-frame-mob);
    
  }

  
  .centerbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 80%;
    position: absolute;
    margin: auto;
    top: -20px;
    right: 0;
    left: 0px;
    bottom: 0;
    overflow-wrap: break-word;
    position: relative;
    z-index: 3;

  
  }

  .lgtheme {
   display:none;
   text-align: center;
  }

  .right-sidebar {
    width: 100%;
    display: none;
  }

  .left-sidebar {
    width: 100%;
    height: 200px;
    margin-top: 0;
    margin-left:-15px;
  }

  .left-sidebar ul li{
    font-size:13px;
  }

  .intro .introimg {
    width: 60%;
    margin-left:4%;
  }

  .content {
    flex-wrap: wrap;
    width: 100%;
    height: 85%;
    margin-top: -150px;
    position:relative;
    z-index: 1;
    font-size: 13px;
    overflow-y: auto;
    padding-left: 2.5rem;
    padding-right: 2rem;
  }

  .note {
    display: block;
  }

  .footer {
    display:block;
    font-size: .8em;
    text-align: center;
    margin-top: 0px;
    color: #9fa099;
    margin-right: 10%;
    margin-bottom: 2px;
    z-index: 1000;
}

  .content img{
    width: 90%;

  }

  .info {
    display: none;
  }

  .topnav {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
    z-index: 10000;
    position: absolute;
  }

  .topnav a {
    display:none;
  }

  .topnav a.icon {
    display:block;
    float: right;
    margin-right: .6rem;
    margin-top: 0px;
    font-size: 25px;
  }

  .topnav img {
    display:none;
  }

  .topnav ul {
    font-size: 13px;
    text-align: left;
    
  }

  .topnav ul li {
    display: block;
    text-align: center;
    font-size:25px;
    line-height: 3em;
    margin-left: -10px;
    margin-right: 11px;
    background-color: var(--topnav-bg);
    text-transform: lowercase;

  }

  .topnav ul li a {
    background-color: var(--topnav-tag-bg);
    border-style: dotted;
    border-width: 2px;
  }
  
  .topnav.responsive {position: absolute;}
  .topnav.responsive a.icon {
    float: right;
    right:0;
    margin-top:0px;
    position: relative;
  }

  .topnav.responsive a {
    float: none;
    display: inline;
    text-align: left;
  } 

  .intro .introimg {
    width: 100%;
    background-size:contain;
    background-repeat: no-repeat;
    margin-top:10px;
  }

  .content h1 {display: block;margin-top:0px;}

  .aboutimg{
    background-image: var(--about-img);
    background-size:contain;
    width:260px;
    height:260px;
    margin-left:1%;
    margin-top: -10%;
    margin-bottom: 30px;
  }

} 



@media only screen and (max-width: 375px) {
  .topnav ul{font-size: 12px;}
}


@media only screen and (min-width: 660px) {
  .topnav ul li{
    font-size: 17px;
  }
}


@media only screen and (min-width: 980px) {  
  
}