/*This is the default "Sally Stitches" style sheet.*/

/*I don't know how to format for mobile.*/

@font-face {
    font-family: "Bubble Sans"; 
    src: url(fonts/bubble_sans.otf); 
}

@font-face {
    font-family: "Bimbo"; 
    src: url(fonts/Bimbo_JVE.ttf); 
}

body {
    /*background-color: #004450;*/
    background-image: url("images/ui/bg_sallypattern_small.png");
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    font-style: normal;
    
}

.texttitle {
    font-size: 30px;
}

.chaptertitle {
    font-size: 24px;
}

.logo {
    margin-left: 1%;
    margin-top: 0%;
    float: left;
    height: 100%;
}

.header {
    background-color: #1f352a;
    width: 100%;
    height: 86px;
    margin: 0px;
    padding: 2px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 5px solid #204934;
}

.navigate{
    float: right;
    margin-top: -1px;
    width: 58%;
    text-align: right;
}

.navigate ul li{
    display: block;
    width: 170px;
    height: 50px;
    background-color: #000000;
    float: left;
    margin-right: 5px;
    text-align: center;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px inset #005a7d;
    border-radius: 70px 0px;
    color: #f82b91;
    font-family: "Bubble Sans", sans serif;
    font-style: bold;
    font-size: 24px;
} 

.navsmall{
    display: block;
    width: 120px;
    height: 50px;
    background-color: #000000;
    float: left;
    margin-right: 5px;
    text-align: center;
    padding-top: 9px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px inset #005a7d;
    border-radius: 70px 0px;
    color: #f82b91;
    font-family: "Bubble Sans", sans serif;
    font-size: 24px;
}

.moneybutton{
    width: 200px;
    display: block;
    height: 40px;
    background-color: #2a2a2a;
    float: left;
    text-align: center;
    padding-top: 0.8%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px inset #4a4a5d;
    border-radius: 60px 0px;
    color: #404050;
    font-family: "Bubble Sans", sans serif;
}


.mainpage {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 0%;
    height: auto;
    padding: 6%;
    padding-top: 4%;
    background-color: #4d7661;
    width: 65%;
    font-family: "Bimbo", sans serif;
    font-size: 20px;
    border-left: 5px solid #005a8f;
    border-right: 5px solid #005a8f;
}

.innerbox {
  display: block;
  background-color: #6E9B7C;
  padding: 1%;
  height: auto;
  margin: auto;
}

.sidepage {
    margin-left: 65%;
    margin-top: 6%;
    height: auto;
    width: 22%;
    padding: 1%;
    background-color: #4d7661;
    font-family: "Bimbo", sans serif;
    font-size: 16px;
}

.adbox {
    background-color: #696969;
    width: 50%;
    height: 70px;
    bottom: 0;
    margin-bottom: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; 
    position:fixed;
    margin-right: auto;
    margin-left: 25%;
    padding: 30px;
}

.page_sally{
    margin-left: 16%;
    margin-top: 6%;
    width: 50%;
    float:left;
}

.page_sally_end{
    margin-left: 0%;
    margin-top: 2%;
    float: left;
    width: 86%;
    padding: 2%;
    background-color: #4d7661;
    font-family: "Bimbo", sans serif;
    font-size: 20px;
}

.page_sally_nav{
    margin-left: 62%;
    width: 22.2%;
    position: fixed;
    height: 10%;
    background-color: #171a47;
    font-family: "Bubble Sans", sans serif;
    font-size: 20px;
}

.page_navbutton_outer{
    display: block;
    width: 40%;
    height: 34%;
    background-color: #005a7d;
    float: left;
    margin-left: 5%;
    margin-top: 2%;
    padding: 1%;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
} 

.page_navbutton_inner {
display: block;
    width: 98%;
    height: 100%;
    background-color: #000000;
    justify-content: center;
    align-items: center;
    font-family: "Bubble Sans", sans serif;
    font-size: 20px;
    color:#f82b91;
    margin-left: 1%;
    margin-top: 0%;
    -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
    clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

a:link {
    text-decoration:none;
    color:#970950;
}

a:visited {
    color:#970950;
}

a:hover {
    /*text-decoration: underline;*/
    color:#f82b91;
}

table, th, td {
  border: 0px solid #ffffff;
  text-align: center;
  border-collapse: collapse;
  font-size:22px;
}

hr {
    color:#ffffff;
}
