/* General */

* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  box-sizing: border-box;
  color: #333333;
  margin: 0%; /*deletes automatic white space between header, nav, body, etc*/
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body {
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: url("../images/truecolorsbgpixels.jpg");
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

a {
  color: #000369;
}

.iro {
  color: #009cff;
}

.kit {
  color: #ff0054;
}

.ben {
  color: #0a8a01;
}

.sonia {
  color: #5f15c4;
}

.iro2 {
  color: #072f49;
}

.kit2 {
  color: #490018;
}

.ben2 {
  color: #043309;
}

.sonia2 {
  color: #1c0442;
}

/* Header */

img.logo {
  max-width: 250px;
  float: left;
}

img.tccharacters-head {
  max-width: 240px;
  float: left;
  margin-left: 20px;
  margin-bottom: 0px;
}

div.header {
  max-width: 950px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0px;
}

/* Navbar */

div.navbar {
  max-width: 950px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div.navbarhalf {
  display: block;
  float: left;
}

ul {
  border-radius: 6px;
  list-style-type: none;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li.right {
  float: right;
}

li a {
  display: block;
  color: white;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

img.tinytruth {
  float: right;
  padding-left: 16px;
  padding-right: 16px;
  margin-top: 10px;
  transition: transform 1s;
  opacity: 6%;
}
img.tinytruth:hover {
  transform: rotate(360deg);
  opacity: 100%;
}

/* Ads */

div.mobilead {
  background-color: #99a7b2;
  text-align: center;
  width: 320px;
  height: 50px;
  float: right;
  margin-bottom: 10px;
}

img.mobilead {
  max-width: 320px;
  height: auto;
}

div.skyscraper {
  background-color: #99a7b2;
  text-align: center;
  width: 160px;
  height: 600px;
  float: right;
}

img.skyscraper {
  width: 160px;
  height: auto;
}

/* Body Content */

div.mainbody {
  border-radius: 6px;
  background-color: #f5f5f5;
  padding: 10px;
  max-width: 950px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: none;
  overflow: auto;
}

.column.main {
  width: 75%;
  margin-right:5px;
  float: left;
}

.column.side {
  border-radius: 6px;
  width: 150px;
  background-color: white;
  float: right;
  padding: 5px;
}

.column.side2 {
  width: 160px;
  float: right;
  margin-top: 10px;
}

.column.side3 {
  width: 160px;
  float: right;
  margin-top: 10px;
}

div.content {
  border-radius: 6px;
  width: 100%;
  min-height: 600px;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
}

p.content {
  font-size: small;
  padding-bottom: 20px;
  line-height: 1.5;
}

h2.content {
  padding-bottom: 15px;
}

h3.content {
  padding-bottom: 15px;
}

div.castlisting {
  width: 100%;
  min-height: 170px;
  padding: 10px;
  background-color: white;
  overflow: auto;
}

img.castlisting {
  max-width: 150px;
  float: left;
  margin-right: 25px;
}

p.castlisting {
  margin-top: 25px;
  margin-left: 5px;
  max-width: 400px;
  float: left;
  line-height: 1.5;
}

p.archive {
  font-size: small;
  line-height: 1.7;
}

h3.archive {
  padding-bottom: 15px;
}

div.contentarchive {
  border-radius: 6px;
  width: 100%;
  min-height: 600px;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
}

div.archive {
  border-radius: 6px;
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #999999;
  border-width: 4px;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

div.archive.iro {
  border-color: #009cff;
}

div.archive.kit {
  border-color: #ff0054;
}

div.archive.ben {
  border-color: #0a8a01;
}

div.archive.sonia {
  border-color: #5f15c4;
}

/* Comic Updates */

div.tccomic {
  text-align: center;
  width: 650px;
  height: 975px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

img.tccomic {
  width: 650px;
  height: auto;
}

div.tcnavbar {
  max-width: 650px;
  text-align: center;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-weight: bold;
  font-size: 18pt;
}

div.pagetitle {
  width: 150px;
  text-align: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 15px;
  color: #666666;
  font-weight: bold;
  font-size: 18pt;
}

/* News Section */

div.news {
  border-radius: 6px;
  width: 650px;
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

h2.title {
  font-size: 18px;
  margin-bottom: 10px;
}

h3.date {
  font-size: 12px;
  margin-bottom: 10px;
}

p.news {
  font-size: small;
  margin-bottom: 20px;
}

/* Social Icons */

div.socialicon {
  width: 50px;
  height: 50px;
  float: left;
  margin: 10px;
}

div.socialbar {
  width: 120px;
  height: 50px;
  margin: 10px;
  float: left;
}

/* Footer */

address {
  position: sticky;
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-size: small;
  font-style: normal;
  text-align: center;
  bottom: 10px;
  padding: 5px;
  color: black;
}

/* SpiderForest Comic of the Week Container*/

.sfpurple {
  color: #9653e5;
}

div.sfcotwmain {
  background-color: black;
  border-radius: 10px;
  border-color:#9653e5;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -20px;
  margin-right: -20px;
}

div.sfcotwentry {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

img.sfcotwmain {
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
}

img.sfcotwentry {
  border-radius: 5px;
  max-width: 100%;
  margin-bottom: -10px;
}

h3.sfcotwmain {
  color: white;
  margin-bottom: 0px;
}

h4.sfcotwmain {
  color: white;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4.sfcotwentry {
  color: #9653e5;
  margin-bottom: 10px;
  margin-top: 20px;
}

p.sfcotwmain {
  font-size: small;
  color: white;
  margin-top: 0px;
  max-width: 500px;
  margin-bottom: 20px;
}

p.sfcotwentry {
  font-size: small;
  color: white;
  margin-bottom: 20px;
}

/* Responsive layout - Smaller Browsers */
@media screen and (max-width: 900px) {
  .column.main {
    width:100%;
    max-width: 650px;
  }
  .column.side {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: 30px;
    padding-left: 30px;
    margin-right: auto;
  }

  .column.side2 {
    visibility: hidden;
    width: 0%;
    height: auto;
  }

  .column.side3 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: 30px;
    padding-left: 30px;
    margin-right: auto;
  }

  div.skyscraper {
    visibility: hidden;
    width: 0%;
    height: auto;
  }

  img.skyscraper {
    width: 0%;
    height: auto;
  }

  div.mobilead {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  img.logo {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div.tccomic {
    max-width: 650px;
    width: 100%;
    height: auto;
  }

  img.tccomic {
    max-width: 650px;
    width: 100%;
    height: auto;
  }

  div.news {
    width: 100%;
  }

  img.tccharacters-head {
    visibility: hidden;
    width: 0%;
    margin-left: 0px;
  }

}

/* Responsive layout - Mobile Devices */
@media screen and (max-width: 480px) {

  div.mainbody {
    padding: 0px;
  }

  ul {
    padding-left: 20px;
  }

  li a {
    font-size: small;
    padding: 6px;
  }

  img.navbutton {
    width: 30px;
  }

  img.tinytruth {
    visibility: hidden;
    padding: 0px;
    margin: 0px;
  }

  div.pagetitle {
    width: 100px;
    margin-bottom: 10px;
    font-size: 12pt;
  }

  div.socialicon {
    width: 40px;
    height: auto;
    margin: 5px;
  }

  img.socialicon {
    width: 40px;
    height: auto;
    margin: 5px;
  }
  
  div.socialbar {
    width: 100px;
    height: auto;
    margin: 5px;
  }

  img.socialbar {
    width: 100px;
    height: auto;
    margin: 5px;
  }

  .column.side {
    margin-left: 10px;
    padding-left: 10px;
    margin-right: auto;
  }

  img.castlisting {
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
  }

  p.castlisting {
    font-size: small;
  }

  div.mobilead {
    max-width: 100%;
  }

  img.mobilead {
    max-width: 100%;
  }

  div.contentarchive {
    padding-left: 10px;
    padding-right: 10px;
  }
}