
.navbar1 ul{
    background-color: #D95406;
    border: 5px;
    border-left-width: 0;
    border-right-width: 0;
    border-style: solid;
    border-color:#F3BA16;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    overflow: hidden;
    box-shadow: 2px 2px 3px black;
}

.navbar1 li{
    float: left
}

.navbar1 a{
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
    color: #8C2A03;
    font-weight: 1000;
    border-style: double;
    border-width: 5px;
}



.navbar1 a:hover{
    color:#F3BA16;
    font-weight: 1000;
}


body{
    /*background-image: url(images/PAPER_CR.png);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;*/
    background-image: url(images/stitched.png);
    background-repeat: repeat;
    background-size: 175px;

    margin-left: 0px;
    margin-right: 0px;
}


h3{
    text-align: center;
}

body{
    font-family:'Courier New', Courier, monospace;
}


.center-text{
    margin-right: 250px;
    margin-left: 250px;
    padding: 20px;
    height: auto;
    position: relative;
    align-content: center;

    background-color: #D95406;
    border-color: #F3BA16;
    border-style: solid;
    border-width: 5px;

    color:#F3BA16;
    font-weight:900;
    text-align: justify;
    text-shadow: 2px 2px 2px black;
    box-shadow: 2px 2px 3px black;
}

.illustration-text{
    text-align: center;
    font-size: medium;
    text-shadow: 2px 2px 2px black;
}


/*endpage and buttons and blinkies*/
.endpage{
    margin-bottom: 0;
    margin-top: 50px;
    max-height: 500px;
    height: 300px;
    position: relative;
    display: flex;
    justify-content: center;
}

#badge{
   position: absolute;
   bottom: 0; 
}

/*I really, really need to learn how to work with class-selectors*/
#b1{
    height: 31px;
}

#b2{
    height: 31px;
}

#b3{
    height: 31px;
}

#b4{
    height: 31px;
}

#b5{
    height: 31px;
}

/*linkpage*/
.linkpage{
    position: absolute;
    display: block;
    border: 2px dashed #F3BA16;
    padding: 5px;
    border-radius: 10px;
    width: 200px;
    height: 500px;
    background-color: #D95406; 
}

.linkpage h6{
    border: 2px dashed #F3BA16;
    border-left: none;
    border-right:none;
    color: #F3BA16;
    margin-top: 1px;
    background-color: #D95406; 
}

.linkpage img{
    position: relative;   
}