/* TO RECREATE/CHANGE:
honeycomb / hive 
muse
*/

/* FONTS AND FILES */
@font-face {
  font-family: Nunito;
  src: url('https://iztopher.neocities.org/core/fonts/Nunito-Regular.ttf');
}

@font-face {
  font-family: Nunito;
  src: url('https://iztopher.neocities.org/core/fonts/Nunito-Bold.ttf');
  font-weight: bold;
}

@font-face {
  font-family: Nunito;
  src: url('https://iztopher.neocities.org/core/fonts/Nunito-Italic.ttf');
  font-style: italic;
}

@font-face {
  font-family: Nunito;
  src: url('https://iztopher.neocities.org/core/fonts/Nunito-BoldItalic.ttf');
  font-style: italic;
  font-weight: bold;
}
            
@font-face {
  font-family: rainyhearts;
  src: url('https://iztopher.neocities.org/core/fonts/rainyhearts.ttf');
}

/* LAYOUT */

* {
  box-sizing: border-box;
}

body {
  font-family: 'Nunito';
  padding: 10px 0px 10px 10px;
  background: #000;
}

.leftcolumn {   
  float: left;
  width: 20%;
}

.centercolumn {
  float: left; 
  width: 60%;
  /* padding-left: 10px; */
  /* padding-left: 20px; < original */
}

.rightcolumn {
  float: left;
  width: 20%;
  padding-right: 10px;
  /* padding-left: 20px; < original */
}

.card {
  margin: auto;
  width: 80%;
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  border: solid;
  border-width: 3px;
  border-top-color: #9191d4;
  border-left-color: #9191d4;
  border-bottom-color: #98cdcd;
  border-right-color: #98cdcd;
}

.maxcard {
  margin: auto;
  width: 100%;
  background-color: white;
  padding: 5px 20px 5px 20px;
  margin-top: 0px;
  border: solid;
  border-width: 3px;
  border-top-color: #9191d4;
  border-left-color: #9191d4;
  border-bottom-color: #98cdcd;
  border-right-color: #98cdcd;
}

.card94 {
  margin: auto;
  width: 94%;
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  border: solid;
  border-width: 3px;
  border-top-color: #9191d4;
  border-left-color: #9191d4;
  border-bottom-color: #98cdcd;
  border-right-color: #98cdcd;
}

.padding5 {padding: 5px;}

.row {
  padding: 20px;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* NAVBAR */
/* default all links in the navbar */
#navbar a {
  display: block;
  font-family: 'rainyhearts';
  font-size: 26px;
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: normal;
}

#navbar a:hover {
  color: #000;
  background-color: #98cdcd;
}

#navbar .box.links a {
  display: block;
  font-family: 'rainyhearts';
  font-size: 20px;
  color: #fff;
  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
  font-weight: normal;
}

#navbar .box.links a:hover {
  color: #000;
  background-color: #9191d4;
}

/* dropdown options for the navbar! */
#nav details {
  display: block;
  font-family: 'rainyhearts';
  font-size: 26px;
  color: #fff;
  margin: 0px;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
  text-align: left;
}

/* what happens when you hover over the dropdown */
#nav details:hover {
  color: #000;
  background-color: #98cdcd;
}

.navdetails {
  font-family: 'rainyhearts';
  font-size: 26px;
  color: #fff;
  padding: 0px 0px 0px 10px;
  margin: 0px;
  text-decoration: none;
  font-weight: normal;
  list-style-type: '';
  font-style: normal;
}

.centertext {text-align: center;}
.righttext {text-align: right;}
.lefttext {text-align: left;}

.buttoncode {
    padding: 0px 0px 0px 5px;
    font-size: 16px;
    background-color: #3a3a78;
    color: #fff;
    /* text-align: center; */
    font-family: 'rainyhearts';
    list-style-type: ''; 
}

/* MAIN TEXT */

h1,
h2,
h3 {
  text-align: left;
  font-family: 'rainyhearts';
}

h4 {
  color: #fff;
  text-align: center;
  font-family: 'rainyhearts';
  font-size: 22px;
  margin: 0;
  padding: 10px;
}

h5 {
  color: #fff;
  text-align: left;
  font-family: 'rainyhearts';
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}

hr {
  border: 2px dashed #98cdcd;
}

.tealtext {
  color: #53acac;
  margin-top: 0px;
  border-bottom: 3px dashed #98cdcd;
}

.abovetext {
  color: white;
  margin-top: 20px;
  margin-bottom: 0px;
}

.tealspan {color: #53acac}
.lavspan {color: #9191d4}

a {
  color:#6c6cc6;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #53acac;
  text-decoration: underline;
}

.marginbottom20 {margin-bottom: 20px;}
.marginbottom40 {margin-bottom: 40px;}

.rainyhearts {
  font-family: 'rainyhearts';
  font-size: 20px;
  margin: 0px;
}

.nunito {
  font-family: 'Nunito';
  font-size: 1em;
}

.flex {
  display: flex; 
  justify-content: space-around;
}

.flex-align {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-centerwrap {
  display: flex;
  justify-content: space-evenly;
  align-items: center; 
  flex-wrap: wrap;
}

.flex-spacevenly {justify-content: space-evenly;}
.flex-aligncenter {align-items: center;}
.flex-wrap {flex-wrap: wrap;}

.flex-start {
  align-items: flex-start;
}

/* START BOXES */
.box {
  border: 3px solid;
  padding: 10px;
  margin-top: 20px;
} 

.box a {
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.archive a {
  font-family: 'rainyhearts';
  font-size: 18px;
  text-decoration: none;
}

.box.purple {
  background-color: #3a3a78;
  border-color: #9191d4;
  color: #c8c8ea;
}

.box.purple a:hover {
  color: #c8c8ea;
}

.box.purple.currently a {
  color: #c8c8ea;
  font-weight: normal;
  text-decoration: none;
}

.box.purple.currently a:hover {
  color: #c8c8ea;
  font-weight: normal;
  text-decoration: underline;
}
            
.box.teal {
  background-color: #3a7878;
  border-color: #98cdcd;
  color: #cbe6e6;
}

.box.teal a:hover{
  color: #cbe6e6;
}
            
.box.black {
  color: #ccc;
  background-color: #1a1a1a;
  border-color: #666666;
}

.box.black.shelved a {
  color: #ccc;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
}

.box.black.shelved a:hover {
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-decoration: underline;
}

.shelved p {
   text-align: center;
}

.box.white {
  background-color: #ffffff;
  border-color: #b3b3b3;
  color: #000000;
}

.box.nav {
  padding: 0px;
  background-color: #3a7878;
  border-color: #98cdcd;
}

h4 a:hover {
  color: #98cdcd;
}

.box.links {
  padding: 0px;
  background-color: #3a3a78;
  border-color: #9191d4;  
}
     
.box.scroll {
  height: 250px;
  overflow: auto;
  border-width: 3px; 
  border-style: solid;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}

.box ul {
  padding-left: 30px;
}

.box li {
  margin: 0;
  padding-left: 0px;
}
   
/* END BOXES */

/* DETAILS */

.box summary {
  /* text-align: center; */
  color: #fff;
  font-style: italic;
}

.box details {
  padding: 0px;
}

/* IMAGES */
.image50 {padding: 5px; width: 50%;}
.image25 {padding: 5px; width: 25%;}

/* BUTTONS */

.button {
  font-size: 18px;
  color: #000;
  background-color: #c8c8ea;
  border: solid 2px #9191d4;
  padding: 10px;
  border-radius: 5px;
}

.button:hover {
  background-color: #9191d4;
  border: solid 2px #3a3a78;
  cursor: pointer;
}


/* FRONT PAGE ONLY */
/* STATUS CAFE */
#statuscafe {padding: .5em;}
#statuscafe-username {margin-bottom: .5em; font-family: 'rainyhearts';}
#statuscafe-content {margin: 0 1em 0.5em 1em;}
/* WEBRINGS */
.webrings {display: flex; justify-content: flex-end;}
/* --------------- */

#container {display: flex; width: 98%; flex-wrap: wrap; margin: auto;}
#sidebar {width: 20%;}
#content {width: 80%;}

/* ----- PORTFOLIO PAGE ----- */
.minirow {display: flex; flex-wrap: wrap;}
.colflex {display: flex; flex-direction: column;}
.col20 {float: left; width: 20%;}
.col25 {float: left; width: 25%;}
.col30 {float: left; width: 30%;}
.col40 {float: left; width: 40%;}
.col45 {float: left; width: 45%;}
.col50 {float: left; width: 50%;}
.col55 {float: left; width: 55%;}
.col60 {float: left; width: 60%;}
.col70 {float: left; width: 70%;}
.col75 {float: left; width: 75%;}
.thumbnail-img {transition: 0.3s; width: 100%; cursor: pointer;}
.thumbnail-img:hover {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.portfolio {
  display: block;
  height: 500px;
  margin: auto;
}
.portfolio-text {text-align: center;}
.portfolio-head {background: purple; text-align: center; margin: 0; padding: 10px;}

.bumpersticker-tall {width: 120px; height: 120px; padding: 1px 5px 1px 5px;}
.bumpersticker-wide {height: 60px; padding: 1px 5px 1px 5px;}

/* --------------- */


/* Responsive layout - when the screen is less than 800px wide, make columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .centercolumn, .rightcolumn, .halfcolumn, .card, .halfbox, .centerrow {   
    width: 100%;
    padding: 5px;
    margin: 5px;
  }
}

@media screen and (max-width: 1500px) {
  .col50 {
    width: 100%;
    padding: 5px; 
    margin: 5px;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
  
  .row {
    padding: 5px;
  }

}