*{
    padding: 0px;
    margin: 0px;
}
body{
    /* background-color: rgba(212,236,244,255); */
    background-image: url(../../shared/tile-bg.png);
}
.ind-trans{
    background:linear-gradient(to bottom, rgba(255, 255 , 255 , 0.9) 0%,rgba(255, 255 , 255 , 0.0) 100%);
    height: 42px;
}
.font-larger-please{
    /* font-size: 30px; */
    font-size: 3.5vmin;
}
@media only screen and (min-width: 850px){
    .font-larger-please{
        font-size: 30px;
        /* color: #50775e; */
        /* font-size: 5vmin; */
    }
}
@media only screen and (max-width: 500px){
    .font-larger-please{
        font-size: 17.5px;
        /* color: blueviolet; */
        /* font-size: 5vmin; */
    }
}
.hollywood-image{
    /* background-image: linear-gradient(to bottom, transparent, url(../img/1233534158.jpeg)); */
    background-image: url(../img/1233534158.jpeg);
    background-size: cover;
    width: 100%;
    background-position: center;
}
.hollywood-trans{
    background:linear-gradient(to bottom, rgba(223,241,255, 1) 0%, rgba(223,241,255, 0.8) 15%, rgba(223,241,255, 0.0) 30%, rgba(223,241,255, 0.0) 100%);
    /* background:linear-gradient(to bottom, rgba(212,236,244 , 1) 0%, rgba(212,236,244 , 0.0) 30%, rgba(212,236,244 , 0.0) 100%); */
    /* background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0 , 0.0) 30%, rgba(0,0,0 , 0.0) 100%), url(../../shared/tile-bg.png); */
    width: 100%;
    padding-top: 170px;
    padding-bottom: 150px;
}

.box{
    text-align: center;
    margin: 100px auto 10px auto;
    /* margin: 150px auto 150px auto; */
    width: 60vw;
    height: auto;
    max-width: 1000px;
    background-color:rgba(255, 255, 255, 0.9);
    padding: 5vmin;
    border-radius: 25px;
}

.linkbutton{
    border: 5px solid black;
    padding: 10px;
    text-decoration: none;
    color: black;
    font-weight: bolder;
    font-size: large;
    border-radius: 0px;
}

.paragraph{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.btmborderlight{
    border-bottom: 1px solid lightblue;
}

.credits{
    color: #3377ee;
    margin: -30px 0px -10px 10px;
    padding: 0px;

}

.slides{
    margin:auto;
    /* outline: 1px dotted red; */
}

.imageCenter{
    display: flex;
    justify-self: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    padding-top: 0px;
}

.slides{
    height: 65vmin;
    width: 91vmin;
    margin: 20px;
    margin-top: 0px;
}

.carslides{
    height: 65vmin;
    width: 91vmin;
    border-radius: 20px;
    margin:auto;
    padding: 0px;
}

.footer{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 20px;
    background-color: #50775e;

}
.footerLogo{
    flex-basis: 100%;
    display: flex;
    justify-content: center;
}
.footerA{
    color: aliceblue;
    text-decoration: none;
    font-family: 'Times New Roman', Times, serif;
}
.homeinfo{
    margin: auto;
    width: 70vw;
}