
#modal{
    display: none;
}
#modal-screen{
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#modal-title{
    margin: 0.3em;
}

#modal-container{
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 35%;
    top: 15%;

    border: 4px outset;
    padding: 4px;
    background-color: rgb(227, 162, 91);
    border-color: rgb(186, 121, 67);

    
}

#modal-image{
    width: 30vw;
    border: 4px inset;
    border-color: rgb(186, 121, 67);
}

#full-apple-table{
    border: 5px outset;
    padding: 3px;
    width: 80%;
    margin:auto;
    background-color: rgb(227, 162, 91);
    border-color: rgb(186, 121, 67);
}

#main-carousel-picture{
    display: flex;
    margin: 0.5em;
    border-radius: 2em;
}

th:not(.non-button){
    border: 4px outset;
    padding: 4px;
    background-color: rgb(255, 218, 143);
    border-color: rgb(161, 92, 49);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
th:hover:not(.non-button){
    background-color: rgb(250, 241, 224);
    border-color: rgb(185, 148, 80);
}
th:active:not(.non-button){
    border: 4px inset;
    background-color: rgb(215, 176, 98);
    border-color: rgb(161, 92, 49);
}

td{
    border: 2px inset;
    border-color: rgb(144, 30, 1);
    box-shadow: 0 16px 24px 0 rgba(114, 1, 1, 0.2)
}

img{
    display: block;
}

img:not(#main-carousel-picture, .small-carousel-pictures){
    cursor:zoom-in;
}

body{
    background-image: url('./ApplePictures/bcgovphoto.jpg');
    background-size: 100% 100%;
    background-attachment: fixed;
}
.search-bar input{
    margin: 0.2em;
    padding: 0.5em;
    padding-right: 3.7em;
    border: inset;
    border-color: rgb(161, 92, 49);
}
.non-button{
    border: 3px solid;
    padding: 4px;
    background-color: rgb(231, 193, 116);
    border-color: rgb(161, 92, 49);
}
.horizontal-row{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.selection-button{
    margin-top:1em;
    padding-left: 1em;
    padding-right: 1em;

    border: 4px outset;
    background-color: rgb(255, 218, 143);
    border-color: rgb(161, 92, 49);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
.selection-button:hover{
    background-color: rgb(250, 241, 224);
    border-color: rgb(185, 148, 80);
}
.selection-button:active{
    border: 4px inset;
    background-color: rgb(215, 176, 98);
    border-color: rgb(161, 92, 49);
    box-shadow: 0
}

.carousel-container{
    display: flex;
    flex-direction: column;
    align-items: center;

    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;

    padding: 1em;
    margin: 1em;
    background-color: rgb(175, 218, 130);

    border: 4px outset;
    border-color: rgb(196, 234, 156);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}
.carousel{
    display: flex;
    flex-grow: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgb(211, 239, 118);
    border-radius: 2em;
}

.carousel-side{
    display: flex;
    flex-direction: row;

    margin: 1em;
    justify-content: center;
}

.small-carousel-pictures{
    margin:1em;
    border-radius: 1em;
}

.desc-item{
    margin: 1em;
    padding: 1em;
    max-width: 84%;


    border: 3px solid;
    background-color: rgb(231, 193, 116);
    border-color: rgb(161, 92, 49);
}

.textbox{
    margin: 1em;
    padding: 0.5em;
    min-width: 84%;
    font-size: 1.5em;

    border: 3px solid;
    background-color: rgb(231, 193, 116);
    border-color: rgb(161, 92, 49);
}


.title-box{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
    margin-top: 0.55em;
    min-width: 10em;

    border: 3px solid;
    padding: 4px;
    background-color: rgb(231, 193, 116);
    border-color: rgb(161, 92, 49);
}

.footer{
    margin-top: 1em;
    padding: 0.5em;
    background-color: rgb(175, 218, 130);

    border: 4px outset;
    border-color: rgb(196, 234, 156);
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2)
}


.footer-row-item{
    margin-right: 1em;
}

.footer-row-box{
    display: flex;
    flex-direction: row;
    margin: 0.5em;
    
}


