  body, html, a, a:hover, textarea {
  cursor: url("https://cepheus.neocities.org/img/cbasic.png"), crosshair;
}

body {
  width: 100%;
  height: 100%;
  background-color: white;
   background: url('media/about/aboutbg.png');
  margin: 0;
  padding: 0;
  font-family: 'Cousine', monospace;
}


img {
    opacity: 0.8;
    transition: 0.5s;
}

img:hover {
    opacity: 1;
    transition: 0.5s;
}

#bar {
  display: none;
  width: 100%;
  background: white;
  border-bottom: 1px solid black;
  position: fixed;
  top: 0;
  padding-left: 3px;
  line-height: 20px;
  font-size: 13px;
  z-index: 100;
  height: 20px;
  box-shadow: 0px 0px 10px #dc3384;
}

#container {
  background: #ffe6f1;
  width: 800px;
  margin: 50px auto;
  border: 1px solid black;
  box-shadow: 0px 2px 5px #dc3384;
  border-radius: 5px;
  overflow: auto;
}

#blog {
  float: right;
  width: 535px;
  margin-top: 30px;
  margin-right: -40px;
}

.b {
  width: 520px;
  margin: 0 auto 30px;
  background: #fff0f7;
  border: 1px solid black;
  box-shadow: inset -1px -1px 2px #ffd1e3, inset 2px 2px 3px -1px #ffe6ef, 0px 2px 5px #dc3384;
  border-radius: 5px;
}

.bimg {
  max-width: 520px;
  margin-left: -6px;
  margin-top: -6px;
  border-bottom: 1px solid black;
}

.b h1, .b h2 {
  height: 30px;
  line-height: 32px;
  padding: 0 6px;
  font-size: 18px;
  color: #000;
  background: #ffccdf;
  text-shadow: 1px 1px 1px #ffc0d6;
  border: 1px solid black;
  border-radius: 5px 5px 0 0;
  margin: 0 -1px;
}

.b img {
  width: 100%;
  max-width: 100%;
  height: 200px; 
  object-fit: contain;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}


.pad {
  padding-left: 6px;
}

em, i, s {
  color: #aa5f88;
}

strong, b {
  color: #dc3384;
}

u {
  text-decoration: none;
  border-bottom: 1px solid #dc3384;
}

.text {
  color: #000;
  text-align: left;
  margin: 0 auto;
  padding: 6px;
  font-size: 11pt;
  line-height: 15px;
}

.timg {
  border: 1px solid black;
  border-radius: 5px;
  margin: 5px auto;
}

blockquote {
  background: #ffeaf3;
  border: 1px solid black;
  color: #000;
  padding: 6px;
  border-radius: 5px;
  box-shadow: inset -1px -1px 2px #ffd1e3, inset 2px 2px 3px -1px #ffe6ef, 0px 2px 5px #ffc0d6;
  quotes: "\201C""\201D""\2018""\2019";
  text-shadow: 1px 1px 1px #ffc0d6;
}

blockquote:before {
  content: open-quote;
  font-size: 40px;
  vertical-align: -0.4em;
  margin-right: 4px;
  line-height: 0;
}

.date {
  background: #ffccdf;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid black;
  font-size: 14px;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px 1px #ffc0d6;
  border-radius: 0 0 5px 5px;
}

.d {
  padding-right: 6px;
}

.o {
  background: #ffccdf;
  font-size: 11px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-shadow: 1px 1px 1px #ffc0d6;
}

.sideimg {
  border: 1px solid black;
  border-radius: 5px;
  width: 160px;
  height: 160px;
  background: url(media/about/prettyportal.gif) no-repeat center center;
  background-size: contain;
  background-color: #ffd1e3;
  margin: 10px auto 5px;
}


#side {
  float: left;
}

.sidebox {
  background: #fff0f7;
  width: 180px;
  margin: 30px 0 0 30px;
  border: 1px solid black;
  border-radius: 5px;
  box-shadow: inset -1px -1px 2px #ffd1e3, inset 2px 2px 3px -1px #ffe6ef, 0px 2px 5px #dc3384;
  text-align: center;
}

.sidebox img {
  opacity: 1;
  max-width: 150px;
  width: auto;    
  height: auto;    
  margin: 5px;     
  display: inline-block; 
  vertical-align: middle; 
}


.t {
    color: #000;
    border: 1px solid black;
    border-radius: 5px;
    margin: 0 auto;
    width: 130px;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px #f5a5c2;
    line-height: 13px;
    font-size: 8pt;
    box-shadow: inset -1px -1px 2px 0px #ffd6e6, inset 2px 2px 3px -1px #ffeaf1, 0px 2px 5px 0px #f5a5c2;
}

.f {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff0f5;
    border-top: 2px solid #dc3384;
    text-align: right;
    font-size: 11px;
    margin: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #dc3384;
    padding: 0;
}

.ftext {
    padding-right: 7px;
}

.ctrl {
    width: 100%;
    height: 30px;
    line-height: 20px;
    background: #fff0f5;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #000;
    box-shadow: inset -1px -1px 2.5px 0px #ffc1dd;
}

.h {
    text-align: left;
    font-size: 11px;
    margin: 0;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: -26px;
    text-decoration: none;
    margin-top: 6px;
    margin-left: 7px;
    float: left;
    padding: 0;
    text-shadow: 1px 1px 1px #f5a5c2;
}

.h a, .h a:hover {
    color: #000;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.ctrls {
    padding-top: 10px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 5px;
    float: right;
}

.ctrl1 a {
    width: 9px;
    height: 9px;
    display: inline-block;
    text-decoration: none;
    border-radius: 9px;
    border: 1px solid #000;
    background: #f5a5a0;
    box-shadow: inset 4px 2px 4px -3px #fff, 1px 1px 1px #f5a5c2;
}

.ctrl2 a {
    width: 9px;
    height: 9px;
    display: inline-block;
    text-decoration: none;
    border-radius: 9px;
    border: 1px solid #000;
    background: #f7db5e;
    box-shadow: inset 4px 2px 4px -3px #fff, 1px 1px 1px #f5a5c2;
}

.ctrl3 a {
    width: 9px;
    height: 9px;
    display: inline-block;
    text-decoration: none;
    border-radius: 9px;
    border: 1px solid #000;
    background: #c5f0af;
    box-shadow: inset 4px 2px 4px -3px #fff, 1px 1px 1px #f5a5c2;
}

.ctrl1 a:hover {
    background: #dc3384;
}

.ctrl2 a:hover {
    background: #f2c94c;
}

.ctrl3 a:hover {
    background: #a6e48f;
}

::-moz-selection {
    color: white;
    background: #dc3384;
    text-shadow: 0px 0px 2px white;
}

::selection {
    color: white;
    background: #dc3384;
    text-shadow: 0px 0px 2px white;
}

ul {
    list-style-type: square;
    list-style-image: url('media/about/butterflyicon.gif');
}



::-webkit-scrollbar {
    background-color: #fff;
    height: 8px;
    width: 12px;
    border: 4px solid white;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #dc3384;
    border: 4px solid #fff;
}

.footer {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff0f5;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px solid #000;
    box-shadow: inset -1px -1px 2.5px 0px #ffc1dd;
    text-align: center;
    font-size: 11px;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    padding: 0;
    float: right;
    text-shadow: 1px 1px 1px #f5a5c2;
}

.nav {
    text-align: center;
}

.nav a {
    display: block;
    text-decoration: none;
    height: 25px;
    line-height: 27px;
    color: #000;
    font-size: 18px;
    text-shadow: 1px 1px 2px #f5a5c2;
    border-bottom: 1px solid white;
    background-color: #fff0f5;
    transition: 0.5s;
}

.nav a:hover {
    letter-spacing: 2px;
    text-shadow: 0px 0px 2px white, 0px 0px 3px white, 0px 0px 5px white, 0px 0px 7px white;
}

.nav a.first {
    border-radius: 5px 5px 0px 0px;
}

.nav a.last {
    border-radius: 0px 0px 5px 5px;
    border-bottom: none;
}

a {
    text-decoration: underline solid #000;
    color: black;
}

a:hover {
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px white, 0px 0px 3px white, 0px 0px 5px white, 0px 0px 7px white;
    transition: 0.5s;
}


.tab-content .tabboi {
    display: none;
}

.tab-content .tabboi.active {
    display: block;
}

.tab-content > .active {
    display: block;
}

A img {
    text-decoration: none;
    border-bottom: 0px solid #666;
}

.b iframe {
    max-width: 100%;
    margin: 0 auto;
}
 

@media only screen and (max-width: 750px) {

#container{
 width: 95%; 
  height: auto;
 margin: 0 auto;
 padding:0;
 margin-top: 5%;
 margin-bottom: 5%;
}

#blog{
  width: auto;
  margin:0 auto;}
  
  .bimg1, .bimg2{width: auto;}
  
.b{
 width: 95%;
 margin: 5px auto;
 margin-bottom: 20px;
}

.h{font-size:20px;}

#side{
  width: 100%;
  margin: 5px auto;}
  
  .sidebox{ width: 95%;
  margin:0 auto;
  margin-bottom: 20px;}
  
  .mobhide{display:none;}
  
  img{max-width: 100%;}
  
  .t{width: 90%;}
  
  .b h1{
    height: auto;}
  
  .sideimg {
    display: none; 
    margin: 0 auto;
    width: 90%;
  }

  .footer{
    overflow: hidden;
  height: auto;}
  
  
  .t{width: 90%; font-size: 16px; line-height: 15px;}
  
  .date, .o{
    font-size: 14px;}
  
  iframe{max-width: 100%;}
  
 .b iframe{max-width: 100%; margin: 0 auto;}
  
  .b img{
    max-width: 100%;
    margin: 0 auto;}
  
  img{ max-width: 100%;}
  
  .a img, img{ border:none; text-decoration: none;}
  
}