/* main css */

body {
    background-color: #000;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

main, section, div, img, button {
    position: absolute;
}

main {
    width: 1920px;
    height: 1080px;
    background-color: #fff;
    /* Cenetres content */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

section {
    width: 100%;
    height: 100%;
    display: none;
}

#screen1{
    display: block;
    overflow: hidden;
}

section{
    overflow: hidden;
}

.learnMore{
    position: absolute;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    top: 75%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 60px;
    color: #0075bf;
}




.frame {
    left: 690px;
    top: 110px;
    display: none;
}

#frame1 {
    display: block;
}


.intro-container {
    width: 480px;
    height: 650px;
    top: 90px;
    left: 110px;
    padding: 35px 25px;
}

.intro-container div, .intro-container button {
    position: static;
}

.history-txt{
    background-color: #fff;
    border: solid 1px #0075bf;
    border-radius: 10px;
    padding: 16px 20px;
    color: #0075bf;
    font-size: 15px;
    line-height: 19px;
}

.learn-more-txt{
    font-size: 24px;
    font-weight: 700;
    color: #0075bf;
    margin-top: 50px;
}

button{
    background: none;
    border: none;
    font: inherit;
    cursor: pointer;
    /* gets rid of default outline when someone uses tab to go through website */
    outline: none;
    padding: 0;
}

.boxes-style{
    background-color: rgba(255, 255, 255, 0.75);
    /* border: solid 3px #0075bf; */
    border-radius: 19px;
}

.titles{
    color: #0075bf;
    font-size: 72px;
    font-weight: 700;
    left: 169px;
    top: 935px;
}

.subtitles{
    color: #0075bf;
    font-size: 30px;
    font-weight: 700;
}

.body{
    color: #0075bf;
    font-size: 16px;
    font-weight: 400;
}

.boldBody{
    color: #0075bf;
    font-size: 24px;
    font-weight: 600;
    padding: 2px 0px;
}


.to-screen-btn{
    display: flex;
    width: 390px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.8);
    border: solid 1px #0075bf;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}

.to-screen-btn > div:first-child{
    padding: 10px 20px;
    font-size: 21px;
    font-weight: 600;
    color: #0075bf;
}

.to-screen-btn > div:last-child{
    width: 50px;
    height: 80px;
    background-color: #0075bf;
    color: #fff;
    font-size: 52px;
    transform: translateY(-2px);
    opacity: 0.8;
}

.click-through{
    /* Makes it not able to be clicked */
    pointer-events: none;
}

#start-btn{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 100px;
}

#back-btn{
    width: 60px;
    height: 100px;
    background-color: #0075bf;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 74px;
    opacity: 0.75;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

/* Screen 2 styles */

.marker-names{
    position: absolute;
    color: #0075bf;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}

.marker{
    opacity: 1;
}

.info-box{
    width: 611px;
    height: 259px;
    position: absolute;
    display: flex;
    flex-direction: row; 
}

.info-box img{
    display: block;
}

.info-txt{
    width: 350px;
    height: 240px;
    left: 261px;
    display: flex;
    flex-direction: column;
}

.regular-txt{
    font-size: 16px;
    color: #0075bf;
    font-weight: 400;
    margin: 5px;
}

.title{
    font-size: 24px;
    color: #0075bf;
    font-weight: 700;
}

.visitors-btn{
    top: 186px;
    display: flex;
    width: 283px;
    height: 55px;
    background-color: #0075bf;
    border: solid 2px #0075bf;
    border-radius: 15px;
    overflow: hidden;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.visitors-btn > div:first-child{
    padding: 10px 20px;
}


.visitors-btn img{
    height: 52px;
    width: auto;
    background-color: #fff;
    padding: 2px 2px;
    border-radius: 12px;
    border: solid 3px #0075bf;
    left: 239px;
}


/* Screen 3 */
.activity{
    position: absolute;
    width: 702px;
    height: 377px;
    background-color: rgba(255, 255, 255, 0.75);
    border: 3px solid #0075bf;
    border-radius: 15px;
    overflow: hidden;
}

.activity-icons{
    width: 83px;
    height: 83px;
    top: 274px;
}

 .activity-icons2{
    width: 83px;
    height: 83px;
    top: 394px;
}

.parkInfo{
    left: 17px;
}

.date{
    width: 780px;
    height: 60px;
}

.parks{
    display: none;
}
.address{
    width: 780px;
    height: 60px;
}

.date-address{
    display: flex;
    flex-direction: row;
    width: 780px;
    height: 60px;
}

.container{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.parkX{
    left: 765px;
    top: 15px;
}

.marker2{
    /* display: none; */
    opacity: 0;
}

.icon{
    background-color: #6d6e71;
    width: 85px;
    height: 85px;
    padding: 20px;
    border-radius: 15px;
}

.bird-selection1, .bird-selection2, .bird-selection3 {
    width: 547px;
    height: 109px;
    left: 20px;
    border: solid 3px #fff;

}


.bird-btn1, .bird-btn2, .bird-btn3{
    display: flex;
    flex-direction: row-reverse;
    color: #fff;
    font-weight: 700;
    font-size: 30px;
    height: 72px;
    width: 390px;
    background-color: #0075bf;
    border-radius: 15px;
    top: 18px;
    left: 137px;
    text-align: center;

}

.birdX{
    left: 1000px;
    top: 20px;
}

.bird-btn1 > div, .bird-btn2 > div, .bird-btn3 > div{
    padding: 14px 90px 14px 27px;
}

#sparrow-txt{
    padding: 14px 111px 14px 27px;
}

.bird-btn1 img, .bird-btn2 img, .bird-btn3 img{
    background-color: #fff;
    padding: 2px 4px;
    border-radius: 15px;
    border: solid 3px #0075bf;
}

.bird-info{
    display: flex;
    flex-direction: row-reverse;
}

.bird-info-txt{
    width: 580px;
    height: 370px;
    transform: translate(-30px,15px);
}

.bird-info-txt div{
    display: block;
    position: relative;
}
/* 
.bird-popup{
    display: none;
} */
