* { box-sizing: border-box; }

html{ 
    font-family: "verdana", "arial black";
    background-color: #45669b;
    background-image: url("images/bg_shop.png");
    background-size: 50%;
    background-blend-mode: lighten;
    }

#wrapper{ 
    width: 850px;
	display: block;
	margin: auto;
    border: 4px white solid;
    border-radius: 10px;
	}

header{ 
    background-color: #428bce;
    background-image: url("images/island.png");
    background-size: cover;
    background-blend-mode: overlay;
    border-radius: 5px;
    z-index: 1;
    margin-top: -16px;
    border-radius: 5px 5px 0px 0px;    
	}

#signup ul{
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    padding-left: 5px;
    margin-left: 5px;
    list-style-type: none;
    }
    
#signup li{    
    padding: 10px 0px 0px 10px;
    color: white;
    font-weight: bold;
    }
    
#headerRow{ display: flex;
    flex-flow: row nowrap;
    }
#headerRow > div:last-child{ margin-left: auto; }
    
#logo > h1{
    font-size: 3.2em;
    font-family: "arial black";
    font-weight: bold;
    color: white;
    letter-spacing: -0.11em;
    filter: drop-shadow(1.5px 1.5px 1px #1a3c6f);
    margin: 0px;
    padding-left: 10px;
    }

#nav{ 
    display: flex;
    flex-flow: row nowrap;
    justify-content: right;
    align-items: end;
    }

.tabLink{
    height: 50%;
    background-color: white;
    font-weight: bold;
    border: 2px black solid;
    border-bottom: none;
    margin: 0px 2px;
    padding: 7px;
    border-radius: 10px 10px 0px 0px;
    }
#nav > .tabLink:last-child{ margin-right: 0; }

.tabLink:hover{
    background-color: #45669b;
    transition: 0.25s;
    color: white;
    cursor: pointer;
    }

.sidecolumn ul{
    list-style-type: square;
    margin-left: 5px;
    padding-left: 20px;
    font-size: 0.9em;
    }

#mike{
    font-family: "arial";
    font-weight: bold;
    font-size: 1.1em;
    text-align: center;
}

#main{
    background-color: white;
   	display: flex;
    flex-flow: row wrap;
    gap: 9px;
    }

.sidecolumn{
   border: 2px black solid;
   width: 200px; 
   height: 500px;
   padding-bottom: 10px;
   z-index: 3;
    }

.sisfrrre img{
    width: 180px;
    margin-left: 10px;
    }

.column{
   border: 2px black solid;
   width: 633px;
   height: 500px;
   padding: 10px 15px;
   z-index: 3;
   overflow: scroll;
}

#bottombanner{
    background-color: #45669b;
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 7px 7px;    
}

footer{
    font-size: 0.6em;
    color: white;
    margin-top: 15px;
    padding: 4px;
}

#insertStory {
    text-align: center;
    }

.insertItem {
    width: 250px;
    margin: 10px 5px -5px 5px;
	}
    
.tab { 
    display: none; 
    padding: 0;
    margin: 0;
    } 

.defaultOpen { 
    display: block; 
    }
.active{ background-color: #45669b;
    color: white;
    }
    
#welcome{ text-align: center; }