

body {
    background-image: url(Pics/background.jpg);
    font-family: Arial, Arial, Helvetica, sans-serif;
    margin: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

h1 {
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    font-family: cursive;
}

.menu  {
    color: rgb(31, 176, 212);
    font-size: large;
    text-decoration: none;
    font-size: 150%;
}

.menu a:link {
    color: rgb(65, 23, 161);
    text-decoration: none;

}

.menu a:visited {
    color: rgb(15, 27, 196);
    text-decoration: none;
}

.menu a:hover {
    color: rgb(7, 185, 255);
    text-decoration: none;
}

.menu a:active {
    color: rgb(0, 204, 255);
    text-decoration: none;
}


/* Top pictures */

.baseball1 {
    float: right;
    position: absolute;
    right: 800px;
    top: 200px;
}

.baseball2 {
    float: right;
    position: absolute;
    left: 100px;
    top: 200px;
}

.baseball3 {
    float: right;
    position: absolute;
    right: 150px;
    top: 200px;
}

.football1 {
    float: right;
    position: relative;
    right: 700px;
    top: 70px;
}

.football2 {
    float: right;
    position: relative;
    left: 100px;
    top: 70px;
}

.football3 {
    float: right;
    position: relative;
    right: 700px;
    top:70px;
}

.hockey1 {
    float: right;
    position: relative;
    right: 600px;
    top: 70px;
}

.hockey2 {
    float: right;
    position: relative;
    left: 300px;
    top: 70px;
}

.hockey3 {
    float: right;
    position: relative;
    right: 500px;
    top: 70px;
}

.basketball1 {
    float: right;
    position: relative;
    right: 600px;
    top: 70px;
}

.basketball2 {
    float: right;
    position: relative;
    left: 220px;
    top: 20px;
}

.basketball3 {
    float: right;
    position: relative;
    right: 700px;
    top: 70px;
}

.soccer1 {
    float: right;
    position: relative;
    right: 700px;
    top: 70px;
}

.soccer2 {
    float: right;
    position: relative;
    left: 150px;
    top: 70px;
}

.soccer3 {
    float: right;
    position: relative;
    right: 700px;
    top: 70px;
}

/* first page text */

.page1text {
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    width: 500px;
}

/*other pages stuff*/

.text1 {
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    margin-top: 300px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.bottomPic1 {
   float: left;
   position: relative;
   left: 450px;
   top: 20px;
}

.bottomPic2 {
    float: right ;
    position: relative;
    right: 770px;
    top: 20px;
}

.bottomPic3 {
    float: right;
    position: relative;
    top: 20px;
    right: 280px;
}

#text2 {
   display: flex;
   justify-content: center;
   align-items: center;
   min-height: 400px;
   white-space: normal;
}

.bottomText1 {
    flex-shrink: 0;
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    margin-top: 300px;
    width: 150px;
    margin-left: 200px;
    display: inline-block;

}

.bottomText2 {
    flex-shrink: 0;
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    width: 150px;
    margin-left: 120px;
    display: inline-block;
    margin-top: 300px;

    
}

.bottomText3 {
    flex-shrink: 0;
    background-color: rgb(53, 93, 100);
    color: #eeece3;
    padding:20px;
    border: #128dac 6px solid;
    border-radius: 20px;
    text-align: center;
    width: 150px;
    margin-left: 100px;
    margin-top: 300px;
   
}

.baseballfirst {
    float: right;
    position: relative;
    bottom: 550px;
    left: 900px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.footballfirst {
    float: right;
    position: relative;
    bottom: 730px;
    left: 560px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.hockeyfirst {
    float: right;
    position: relative;
    bottom: 1100px;
    left: 700px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.basketballfirst {
    float: right;
    position: relative;
    bottom: 860px;
    left: 570px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.soccerfirst {
    float: right;
    position: relative;
    bottom: 1050px;
    left: 900px;
    background-size: cover;
    height: 100%;
    width: 100%;
}
