/* Page */

* {
    margin: 0px;
    padding: 0px;
}

body{
    display: flex;
    flex-direction: column;
    background-color: #0D0630;
    margin: 0 0 auto;
}

footer{
    background-color: #384E77;
    color: rgb(178, 188, 196);
    font-family: Arial, Helvetica, sans-serif;
    min-width: 100%;
    padding-bottom: 1%;
    font-size: small;
    text-align: center;
}

.footer-format{
    display: flex;
    flex-direction: column;
    padding: 2%;
}

.footer-format p{
    justify-content: space-between;
    width: fit-content;
}

/* Top Header */

h4{
font-weight: 20;
font-size: 20px;
}

#wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100px;
    margin: auto;
    background-color: #0D0630;
    font-family: Arial, Helvetica, sans-serif;

}

#header-div {
    display: flex;
    flex-direction: row;
    background-color: #384E77;
    max-width: 100%;
    min-height: 100px;   
    padding: 20px;
    align-items: center;
    justify-content: center;
    color: white;
    vertical-align: middle;
}

#logo-image {
    max-height: 100px;
    width: auto;
    margin-right: 20px;
    border-radius: 100%;
    background-color: #0D0630;
}

#mainheadertext {
    display: flex;
    flex-direction: row;
    width: auto;
    min-height: 50px;
    align-items: center;
    justify-content: left;
    margin-right: 5%;
}

#titletext{
    width: 100%;    
    min-height: 60px;
    align-items: center;
    margin-left: 10px;
    font-size: 25px;
    color: white;
}

#menu {
    display: flex;
    flex-direction: row;
    min-width: 100%;
    max-width: 100%;
    min-height: 70px;
    background-color: #94C0F4;
}

#steps-row {
    display: flex;
    flex-direction: row;
    width: fit-content;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: row;
    flex-basis: auto;
    align-items: center;
    padding: 10px;
    margin: 0px 10px;
    justify-content: center;
    vertical-align: middle;
    background-color: #EBC55C;
    min-height: 50px;
    max-width: max-content;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

/* Page Elements */

.decobar{
    background-color: #EBC55C;
    max-height: 60px;
    min-height: 20px;
    width: 100%;
    margin: 5% auto;
}

#decvec{
    z-index:-1;
    max-width: 100%;
    position:relative;

}

.infopage-bg{
    color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1%;
}

.comparebox{
    display: flex;
    flex-direction: row;
}

.compareboxtxt{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: auto;
    font-size: large;
}

.compareboxtxt p{
    padding: 0% 18%;
    font-size: 20px;
    text-align: justify;
    text-align-last: left;
}

.bodytext{
    text-align: justify;
    text-align-last: left;
    max-width: 80%;
    line-height: 150%;
    margin: auto; 
    padding: 2%;
}

.huntintro{
    max-width: 70%;
    margin: auto;
    padding:1%;
    margin-bottom: 2%;
}

#iyaqua{
    min-width: 30%;
    max-width: fit-content;
    min-height: auto;
    padding-bottom: 1%;
    position: relative;
}
#normalduck{
    min-width: 30%;
    max-width: fit-content;
    min-height: auto;
    padding-bottom: 1%;
    position: relative;
}

#shinyinfo{
    background-image: url(images/VectorDeco.png);
    background-repeat: no-repeat;
    background-position: bottom;
    max-width: 100%;
    min-width: 50%;
    padding-bottom: 5%;
}

#shinyinfo .bodytext{
    max-width: 70%;
}

/* Main Page Card */

#card {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: auto;
    min-height: 540px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

#iyacal-img {
    max-height: 600px;
    width: auto;
    padding-left: 70px;
    padding:25px;
}

#card-img-div {
    display: flex;
    flex-direction: row;
    flex-basis: 48%;
    min-height: 390px;
    align-items: center;
    justify-content: center;
}
#card-img-div2 {
    display: flex;
    flex-direction: column;
    flex-basis: 38%;
    min-height: 390px;
    justify-content: center;
    align-items: center;
    position: relative; 
    left: 50%;
    transform: translate(-50%, -5%);

}

#card-menu {
    display: flex;
    flex-direction: column;
    flex-basis: 50%;
    min-height: 390px;
    align-items: center;
    justify-content: center;
    color: white;
    font-size:20px;
    text-align: justify;
    text-align-last: left;
}
#card-menu p{
    padding: 1% 5% 0%;
}

#card-menu .decotext {
    padding:0px;
}

#start-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    color: #EBC55C;
    padding:3% 0%;
    font-size: 100%;
}

#start-text {
    background-color: #94C0F4;
    border-radius: 10px;
    color: #0D0630;
    min-height: 30px;
}

/* Shiny Details Page */

.pagehead{
    color: #EBC55C;
    font-family: 'Luminari','Harrington', 'Lucida Calligraphy', 'Papyrus', fantasy;
    font-size: xx-large;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

/* Hunting Steps Pages */

.minipic{
    max-width: 10%;
    vertical-align: middle;
}

ul{
    list-style-image: url('images/bulleticon.png');
    list-style-position: outside;
    margin-left: 7%;
    color: aliceblue;
}

ol{
    list-style: outside;
    list-style-type: decimal;
    text-align: left;
    max-width: 70%;
    margin: auto;
    color: #94C0F4;
    padding: 1%;
}
li{
    margin: 1% 0%;
}

/* Nav */

nav{
    background-color: #EBC55C;
    max-width: 30%;
    min-width: 20%;
    font-family: Arial, Helvetica, sans-serif;
    color: #0D0630;
    display: flex;
    flex-direction: column;
    margin: auto;
    text-align: left;
    padding: 1%;
}

.navfoot{
    max-height: 20%;
    min-height: 20%;
}

.navsub{
    font-size: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 1%;
}

.masuda-nav{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    background-color: #94C0F4;
    text-align: left;
    padding: 3%;
    border-radius: 20px;
}

.full-odds-nav{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    background-color: #94C0F4;
    text-align: left;
    padding: 3%;
    border-radius: 20px;
}

#stickynav{
    display: flex;
    flex-direction: row;
    writing-mode: vertical-lr;
    text-orientation: initial;
}
#stickynav:hover{
    position: fixed;
    right:0%
}

.navside{
    position: fixed;
    right: -19.5%;
    top: 25%;
    width: 8%;
    margin-top: -2.5%;
    height: 51%;
}
.navtab{
    writing-mode: horizontal-tb;
    text-orientation: upright;
    clear: left;
    float: right;
    display: flex;
    flex-direction: column;
}

.sidetext{
    text-orientation: sideways;
    float: left;
    text-align: center;
}

.navside:hover{
    position: fixed;
    right:0%
}

/* Step 3 */

#step3img{
    margin: 1% auto;
    max-width: 70%;
    padding: 1px;
}

/* etc */

#text-box{
background-color: transparent;
}

#buttons{
display: flex;
flex-direction: row;
min-height: 30px;
justify-content: space-between;
}

#previous{
display: flex;
flex-direction: row;
background-color: #FAA2B2;
border-radius: 10%;
padding: 20px;
justify-content: space-between;
font-size: 15px;
margin:20px;
max-height: 15px;
}

#previous2{
    display: flex;
    flex-direction: row;
    background-color: #FAA2B2;
    border-radius: 10%;
    padding: 15px;
    font-size: 15px;
    margin:20px;
    max-height: 15px;
    justify-content: space-between;
}

#next{
    display: flex;
    flex-direction: row;
    background-color: #FAA2B2;
    border-radius: 10%;
    padding: 20px;
    justify-content: space-between;
    font-size: 15px;
    margin:20px;
    max-height: 15px;
}

#next2{
    display: flex;
    flex-direction: row;
    background-color: #FAA2B2;
    border-radius: 10%;
    padding: 15px;
    justify-content: space-between;
    font-size: 15px;
    margin:20px;
    max-height: 15px;
}

a:link {
    background-color: transparent;
    text-decoration: 1px underline;
    color: initial;
    max-width: 100%;
    max-height: 100%;
  }


  a:visited {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
  }

  a:hover {
    color: #EBC55C;
    background-color:#384E77;
    padding: 5px;
    text-shadow: 2px 2px #0D0630;
    max-width: max-content;
    max-height: 100%;
    text-align: initial;
    margin: initial;
  }