*, *::before, *::after {
  box-sizing: border-box;
}

* {
    margin: 0;
}

@font-face {
  font-family: 'titlefont'; /* set name */
  src: url(Charge\ Vector\ Black.otf);
}

@font-face {
  font-family: 'mainfont'; /* set name */
  src: url(Adventure\ ReQuest.otf);
}
  

body {
    font-family: Arial;
    font-size: 16px;

    background-color: rgb(30, 23 ,34);
    background-image: url(Characters\ Site\ Background\ -\ extra\ shadow\ +\ grain.png);
    background-color: rgb(28, 21 ,32); 
    background-size: cover;
    background-size: 100%;
    background-repeat: no-repeat;
}



main {
    margin-top: 2%;
    display: flex;
    place-items: center;
    padding-left: 15%;
    padding-right: 15%;
    flex-direction: column;
    min-height: calc(100vh - 140px);

    margin-top: 0px;
}

p{
    padding-bottom: 10px;
    color: rgb(230, 230, 230);
}

.content {
    width: 75%;
    /*border: 3px solid rgb(64, 63, 66);*/
    border: 3px solid rgb(0, 0, 0);
    background-color: rgb(48, 46, 54);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 400px;

    height: 100%;
    border: 15px solid rgb(83, 83, 83);
    border-top: 0px;
    border-bottom: 0px;
    border-radius: 0px;
}

.section {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;

    border-radius: 0px;
    border: 3px;
    background-color: rgb(48, 46, 54);
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgb(102, 115, 117);*/
    background-color: rgb(48, 46, 54);
   /* background-image: url(tf2-4blue.png);
    background-size:cover;
    background-position: center;
    background-size:cover;*/
    border: 15px;
    border-color: rgba(255, 255, 255, 0);

    
}

.headerhome {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgb(102, 115, 117);*/
    background-color: rgb(48, 46, 54);
   /* background-image: url(tf2-4blue.png);
    background-size:cover;
    background-position: center;
    background-size:cover;*/
    border: 15px;
    border-color: black;

    
}

.header img {
    max-width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    display: block;
    
    padding: 15px;
}

.main {
    font-size: 16px;
    /*text-align: center;*/
    font: Verdana;
    letter-spacing: .4px;
    line-height: 24px;
    
}

.maintitle{
    /*font-family: "Pangolin-Regular";    */
    font-size: 18px;
    text-align: center;
}

@font-face {
        font-family: "Pangolin-Regular";
        src: url(Pangolin-Regular.ttf);
      }

.main img {
    max-width: 100%;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    margin: auto;
    display: block;
}

footer {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: rgb(64, 63, 66, 0);*/
    color: white;
    height: 100px;
}

header{
    text-align: center;
    font-size: 20px;
}

.menu{

    display:flex
}

.menubuttons{
    margin: auto;
    padding: 0px;
    text-align: center;
    font-size: 20px;
    
}

.sectionbutton {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0px;
}

.link{
    color:rgb(197, 197, 197);
    text-decoration: underline;
}

.link:hover{
    text-decoration: none;
}

.home{

    display:flex;
    border-color: rgb(255, 255, 255);
    justify-content: center;
    padding: 0px;
}

.homebuttonMAINSERIES {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(CASt.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.homebuttonMAINSERIES:hover{
    background-image: url(Cast-hover.png);
    
}

.homebuttonSIDESTORIES {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Side\ Storiesimg.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.homebuttonSIDESTORIES:hover{
    background-image: url(Side\ Storiesimg-hover.png);
    
}

.homebuttonUPDATES {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Updatesimg.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.homebuttonUPDATES:hover{
    background-image: url(Updatesimg-hover.png);
    
}

.homebuttonEARLYDAYS {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Early\ Days\ Cover.png);
    background-size:cover;
    max-height: 100%px;
    max-width: 300px;
    margin: auto;
}

.homebuttonEARLYDAYS:hover{
    background-image: url(Early\ Days\ Cover\ \(hover\).png);
    
}

.homebuttontitles{
    
    padding: 0px;
    text-align: center;
    font-size: 20px;
    
}



.homebutton1title {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    margin-top:auto;
    margin-bottom:auto;
    background-size:cover;
    max-height: 300px;
    max-width: 200px;
    margin-right: 10%
}

.homebutton2title {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;

    background-size:cover;
    max-height: 300px;
    max-width: 200px;
}

.homebutton3title {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    margin-top:auto;
    margin-bottom:auto;
    justify-content: center;
    text-align: center;
  
    background-size:cover;
    max-height: 300px;
    max-width: 200px;
    margin-left: 10%
}

.homebutton3title2 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
  
    justify-content: center;
    text-align: center;
  
    background-size:cover;
    max-height: 300px;
    max-width: 200px;
    margin-left: 10%
}

.homebutton1title2 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    margin-top:auto;
    margin-bottom:auto;
    background-size:cover;
    max-height: 300px;
    max-width: 200px;
    margin-right: 10%
}

.homebutton2title2 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;

    background-size:cover;
    max-height: 300px;
    max-width: 200px;
}


@media (max-width: 1150px) 
 {
    .homebutton1title2
    {
        font-size: 13px; 
        line-height: normal;
    }
    .homebutton2title2
    {
        font-size: 13px; 
        line-height: normal;
    }
    .homebutton3title2
    {
        font-size: 13px; 
        line-height: normal;
    }
 }

 .pagedesc{
    max-width:725px;
    margin:auto;
    text-align: center;
    max-width: 80%;
 }

 iframe{
    display: block;
    margin: auto;
    max-width: 90%;
 }

 .centeredtext{
    text-align: center;
 }

 .updatebox{
    max-width: 700px;
    margin: auto;
    margin-bottom: 20px;
    border-color: rgb(0, 0, 0);
    
 }

 .pagebox{
    width: 51.88vw;
    min-width: 444px;
    margin: auto;
    margin-left: -23.5px;
    margin-top: -21px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 3px;
    padding-left: 15px;
    padding-bottom: 3px;
    padding-right: 15px;
    display: flex;
 }

 .nextpage{
    text-align: center;
    font-size: 19px;
 }

 .prevpageheader{
    text-align: center;
    width: 150px;
    height: 30px;
    padding: 0px;
    border-color: rgb(255, 255, 255);
    
    min-width: 150px;

 }

 .nextpageheader{
    text-align: center;
    width: 150px;
    height: 30px;
    padding: 0px;
    border-color: rgb(255, 255, 255);
    justify-self: right;
    min-width: 150px;
    
 }
 .pageheaderempty{
    text-align: center;
    width: 100%px;
    height: 30px;
    padding: 0px;
    border-color: rgb(255, 255, 255);
    justify-self: right;
    
    
 }

 br{
    user-select: none;
 }

 



.sidebar {

    
    position: fixed;
    max-width: 500px;
    
       
        border: 3px;
        border-color: rgb(0, 0, 0);
        border-style: solid;
        background-color: rgb(255, 255, 255);
        border-radius: 15px;
        box-sizing: border-box;
        padding: 5px;

    width: 200px;
    height: 400px;
    left: 76.25%;
    top: 205px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
 }

 .sidebarcontent{

    
    width: 100%;
    border: 3px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 25px;
    box-sizing: border-box;
    padding: 0px;
    
        
        padding: 0px;
        
        font-size: 15px;
    margin-top: 10px;
    

 }

 .sidebartitles{

    font-size: 15px;
    font-weight: bold;

 }

 .homeimg{

    max-height: 350px;

 }

 .hometext{

    
    font-size: 20px;
    font-weight: bold;
    color: rgb(230, 230, 230);

 }

 .chrtrnames{

    min-width: 325px;
    font-size: 20px;
    font-weight: bold;
    color: rgb(230, 230, 230);

 }

 .homepage{

    justify-content: center;
    align-content: center;
    margin: auto;
    

 }

 .desc{

    max-width: 300px;
    text-align: center;
    margin: auto;

    color: rgb(230, 230, 230);

 }

 .smalltitle{

    font-size: 13px;

    color: rgb(230, 230, 230);

 }

 b{

    color: rgb(230, 230, 230);

 }

 .headmenubutton {
    width: 100%;
    
    
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    box-sizing: border-box;
    
    justify-content: center;
    text-align: center;
    background-image: url(about2.png);
    background-size:cover;
    border-left: 0px;
    border-right: 0px;
    margin: auto;
    font-size: 50px;
}

.link2 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    /*background-image: url(bskylinkbutton.png);*/
    background-size:cover;
    border-left: 0px;
    border-right: 0px;
    margin: auto;
}

.link3 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    /*background-image: url(ptrnlinkbutton.png);*/
    background-size:cover;
    border-left: 0px;
    border-right: 0px;
    margin: auto;
}

.link4 {
    width: 100%;
    min-height: 100%;
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    /*background-image: url(aflinkbutton.png);*/
    background-size:cover;
    border-left: 0px;
    border-right: 0px;
    margin: auto;
}

.headermenu {
    margin-top: 0px;
    bottom: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    

  
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-sizing: border-box;
    

    border-radius: 0px;
    border: 15px;
    background-color: rgb(48, 46, 54);
    
}

.mainheader {
    font-size: 16px;
    /*text-align: center;*/
    font: Verdana;
    letter-spacing: .4px;
    line-height: 24px;
    
}

.headersection {
    width: 100%;
    min-height: 100%;
    
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;

    border-radius: 0px;
    border: 0px;
    background-color: rgb(48, 46, 54);
}

.headersectionhome {
    width: 100%;
    min-height: 100%;
    
    border: 3px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-sizing: border-box;
    padding: 20px;

    border-radius: 0px;
    border: 0px;
    background-color: rgba(255, 255, 255, 0);
}

.headermain {

    justify-content: center;
    align-content: center;
    margin: 0px;
    display: flex;
    padding: 0px;
    flex-direction: row;
    border: 0px;
    border-top: 0px;
    border-color: rgb(255, 255, 255);
    
    
    

 }

 .headbuttonhome {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(home2.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.headbuttonhome:hover{
    background-image: url(homehover2.png);
    
}

 .headbuttonabout {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(about2.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.headbuttonabout:hover{
    background-image: url(abouthover2.png);
    
}

.headbuttonupdates {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(updates2.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.headbuttonupdates:hover{
    background-image: url(updateshover2.png);
    
}

.headbuttonother {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(more.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.headbuttonother:hover{
    background-image: url(morehover.png);
    
}

.headbuttonvideos {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(videos.png);
    background-size:cover;
    max-height: 350px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.headbuttonvideos:hover{
    background-image: url(videoshover.png);
    
}

.homepagetext{
    
    align-content: center;
    justify-content: center;
    text-align: center;
    text-shadow: 3px 3px 3px #000000;
    font-size: 24px;
    margin-left: 80px;
    margin-right: 80px;
    letter-spacing: 1px;
    line-height: 45px;
    font-family: 'mainfont';
    
}


.homepagetexttota{
    
    align-content: center;
    justify-content: center;
    text-align: center;
    text-shadow: 3px 3px 3px #000000;

    font-size: 30px;
    margin-left: 80px;
    margin-right: 80px;
    letter-spacing: .8px;
    line-height: 30px;
    font-family: 'titlefont'
}

.homepagetexttota2{
    
    align-content: center;
    justify-content: center;
    text-align: center;
    text-shadow: 3px 3px 3px #000000;

    font-size: 25px;
    margin-left: 80px;
    margin-right: 80px;
    letter-spacing: .8px;
    line-height: 30px;
    font-family: 'titlefont'
}

 .chrtrERIN {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Erin\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrERIN:hover{
    background-image: url(Erin\ Main\ Arthover.png);
    
}

 .chrtrMILO {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Milo\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrMILO:hover{
    background-image: url(Milo\ Main\ Arthover.png);
    
}

 .chrtrRILEY {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Riley\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrRILEY:hover{
    background-image: url(Riley\ Main\ Arthover.png);
    
}

 .chrtrCASEY {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Casey\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrCASEY:hover{
    background-image: url(Casey\ Main\ Arthover.png);
    
}

 .chrtrASH {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Erin\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrASH:hover{
    background-image: url(Erin\ Main\ Arthover.png);
    
}

 .chrtrLILA {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Lila\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrLILA:hover{
    background-image: url(Lila\ Main\ Arthover.png);
    
}

 .chrtrBAILEY {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    background-image: url(Bailey\ Main\ Art.png);
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.chrtrBAILEY:hover{
    background-image: url(Bailey\ Main\ Arthover.png);
    
}

 .chrtrEMPTY {
    width: 100%;
    min-height: 100%;
    border: 0px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
    box-sizing: border-box;
    padding: 0px;
    justify-content: center;
    text-align: center;
    
    background-size:cover;
    max-height: 5000px;
    max-width: 444px;
    margin: auto;
    background-repeat: no-repeat;

    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
}

.ErinMainArt {

height: 200px

}

.Refs {

    width: 100%;
    max-width: 500px;
}

.MainArts {

    width: 100%;
    max-width: 450px;
}

.desktop
    {
        display: none;
    }



@media (width < 1000px) 
 {
    .desktop
    {
        visibility:hidden;
    }

    .RefsMobile
    {
        max-width: 100%;
    }

    .Refs
    {
        max-width: 0px;
    }

    .MainArts
    {
        
        max-width: 300px;
    }


 }

 @media (width > 1000px) 
 {

    .mobile
    {
        visibility: hidden;
    }

    .RefsMobile
    {
        max-width: 0%;
        max-height: 0%;
    }

    
 }