/* general styling */
body {
    background-image: url("../images/background2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

/* define the wrapper */
.wrapper {
    background-color: rgba(255, 255, 255, .92);
    
    width: 90%;
    
    
    padding-top: 55px;
    padding-bottom: 30px;
    padding-left: 12px;
    padding-right: 12px;

    margin: 20px;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}


main {
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica, Arial, sans-serif;	
    
}

img {
    max-width: 100%;
}

h1 {
    font-size: 40px;
    line-height: 14px;
}

h2 {
    font-size: 30px;
    line-height: 14px;
}

h2 {
    font-size: 22px;
    line-height: 14px;
}

p {
    line-height: 24px;
}

a:visited {
    color: blue;
}

footer {
    border-top: 2px solid #ccc;

    margin-top: 80px;
    margin-bottom: none;

    font-size: 14px;
    text-align: center;
}

header {
    background-color: rgba(255, 255, 255, .92);
    padding: 10px;
}

.site_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-family: Helvetica, Arial, sans-serif;
}

/* formatting stylings to save time and improve readability(?) */
.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

/* class specifically for ending paragraphs to seperate them */
.end_p {
    margin-bottom: 30px;
}


/* styling for the banners */
.header_image {
    width: 80px;
    margin-right: 20px;
}

.header_text1 {
    background-image: url("../images/zeri.png");
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;

    font-size: 70px;
    font-weight: bold;
    color: white;
    text-shadow: 4px 4px 4px #000000;   
}

.header_text2 {
    background-image: url("../images/fn\ zeri.png");
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;

    font-size: 70px;
    font-weight: bold;
    color: white;
    text-shadow: 4px 4px 4px #000000;   
}

.header_text3 {
    background-image: url("../images/ij\ zeri.png");
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;

    font-size: 70px;
    font-weight: bold;
    color: white;
    text-shadow: 4px 4px 4px #000000;   
}

.header_text4 {
    background-image: url("../images/wr\ zeri.png");
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 5px;
    margin-top: 0px;
    margin-bottom: 10px;

    font-size: 70px;
    font-weight: bold;
    color: white;
    text-shadow: 4px 4px 4px #000000;   
}


/* styling for go next */
.zap {
    width: 30px;
    margin-right: 10px;
}

.back_to_home, .next {
    font-size: 30px;
}


/* specific styling for index.html */
.why_play_zeri, .who_is_zeri {
    margin-top: 40px;
}




/* pros and cons list on index.html */
.pros_cons_list {
    line-height: 25px;
}

/* .pros, .cons {
    margin-top: 30px;
    margin-bottom: 20px;
}

.pros {
    
    margin-top: 10px;
    
    padding-top: 40px;
    
} */

/* .cons {
    margin-top: 20px;
} */

/* BUILDS.HTML */
/* .text_image {  
} */

/* .builds_div {
    padding-top: 0px;
} */

