.movie,
.person,
.splash,
.season {
    cursor: pointer;
}

body {
    background-image: url(../../images/Background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}



.myTexts #title {
    margin-top: 10px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    color: #80aac5;
    text-shadow: 1px 1px 2px rgb(0, 0, 0);
}




.myText #title {
    margin-top: 10px;
    font-size: 25px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    color: #90cef5;
    text-shadow: 1px 1px 1px rgb(30, 69, 102);
}

.myTexts p {
    font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    margin-top: -20px;
}

.myTexts {
    margin-bottom: 60px;
}

.myTextA {
    margin-bottom: 20px;
}



.myTextA #title {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Work Sans', sans-serif;
    color: #7fadca;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.myTextA #title:hover {
    color: rgb(177, 63, 63);
}

.myTextA p {
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    margin-top: -15px;
}

.myText p {
    font-family: 'work sans';
    font-size: 20px;
    margin-top: -15px;
}


ul,
a {
    color: aliceblue;
    text-decoration: none;
}

a:hover {
    color: beige;
}

.pink {
    background-color: pink;
}

.paleblue {
    background-color: paleturquoise;
}

.header_background {
    background-color: #1d657d;
}

header {
    height: 80px;
}

.red {
    background-color: #1d657d;
}

.myLook {
    margin-top: -97px;
    margin-left: 10px;
}

.my-element {
    margin-bottom: 30px;
}

.blue {
    background-color: rgb(174, 174, 174);
}

.myImage img {
    width: 100%;
    display: flex;
    opacity: 0.9;
    transition: transform 0.3s ease-in-out;
    overflow: hidden;

}

.myImages {
    margin-bottom: 20px
}

.myImages img {
    width: 100%;
    display: flex;
}

.myImage img:hover {

    transform: scale(1.02);
    opacity: 1;
}

.myImageA img {
    width: 100%;
    display: flex;
    border: 4px solid #1d657d;
    border-radius: 5px;
    margin-top: 24px;
}

.low {
    width: 100%;
    display: block;
}

.low img {
    padding: 10px;
    margin-left: 50px;
}

.gray-1 {
    background-color: grey;
}




.gray-6 {
    min-height: 300px;
}

.gray-7 {
    min-height: 60px;
    background-color: rgb(69, 69, 69);
    text-align: center;
}

div {
    color: aliceblue;
}

.h1S {
    font-size: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    color: #8cc2d3;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
}




.h1S:before,
.h1S:after {
    background-color: #000;
    content: "";
    border: 2px solid;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}


.h1S:before {
    right: 0.5em;
    margin-left: -50%;
}

.h1S:after {
    left: 0.5em;
    margin-right: -50%;
}

.h1Ss {
    font-size: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    color: #8cc2d3;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}


.h1Ss:before,
.h1Ss:after {
    background-color: #000;
    content: "";
    border: 2px solid;
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 45%;
}

.search {
    margin-right: 6px;
}


.search input {
    border-radius: 8px;
    background-color: #284954;
    border: none;
    margin-top: 25px;
    text-indent: 30px;
    color: aliceblue;
}

.search input:hover {
    background-color: #181b1b;
}

.search input:focus {
    background-color: #284954;
}


.h1Ss:before {
    right: 0.5em;
    margin-left: -50%;

}

.h1Ss:after {
    left: 0.5em;
    margin-right: -50%;

}



.myActor img {

    width: 100%;
    border: 5px solid #284954;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transform: scale(1);
    transition: transform 0.3s ease;
}

.myActor img:hover {
    transform: scale(1.05);
}


.rate {
    font-size: 18px;
}

.myP {
    font-size: 21px;
    font-family: 'Lucida Sans';
    margin-top: 40px;
    line-height: 33px;
    text-align: start;
}

.posterRate {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #7db3d5;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.posterRates {
    font-family: 'Work Sans', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #80acc8;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
}


.myBP {
    margin-top: 25px;

}

.rates {
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    margin-top: -15px;
}


.fac {
    margin-top: -50px;
}

.fac p {
    font-family: 'work sans';
    font-weight: 500;
    font-size: 22px;
    margin-top: 20px;
}

.myBio {
    font-family: 'work sans';
    font-weight: 500;
    font-size: 19px;
    text-wrap: wrap;
    text-align: justify;
    line-height: 40px;

}

.gray-10 {
    background-color: rgb(25, 25, 25);
}

.black-7 {
    background-color: rgb(46, 46, 46);
    min-height: 60px;
}

.gray-9 {
    min-height: 500px;
}

.gray-11 {
    min-height: 200px;
}

.gray-12 {
    min-height: 300px;
}

.callout {
    border: none;
}

.hideAll {
    display: none;
}

header {
    background-color: #1d657d;

}

footer {
    background-color: #1d657d;
}

.menu {
    display: flex;
    justify-content: end;
    margin-top: -71px;

}

h1.logo {
    color: rgb(217, 217, 217);
    font-size: 35px;
    margin-left: 10px;
    margin-top: 20px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}

.logoH {
    font-size: 28px;
    margin-top: 35px;
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
    color: rgb(217, 217, 217);
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
}


.logo {
    margin: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logos {
    margin: 10px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.flex {
    margin-top: 1px;
}

.flex img {
    width: 55px;
    height: 70px;
}

.myI img {
    margin-top: 18px;
}

.social {
    display: flex;
    justify-content: flex-end;
    margin-top: 25px;
}

.social img {
    margin: 10px;
}


.navs {
    display: flex;
    margin-top: 20px;
    margin-left: 30px;
}

a:hover {
    color: #90cef5;
}

a:focus {
    color: #90cef5;
}

.h1Ss .related {
    font-size: 35px;

}

.h1S .related {
    font-size: 35px;

}

.menu-container {
    position: relative;

}

.myStyle {
    width: 20%;
    margin: 10px;
}

.menu-list {
    font-size: 16px;
    width: 300px;
    z-index: 10000;
    position: absolute;
    margin-top: -1.0rem;
    background-color: #1d657d;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;

}

.born {
    font-size: 20px;
}

.death {
    font-size: 20px;
}


.hover:hover {
    background-color: #7db3d5;
}

@media only screen and (max-width: 767px) {
    .myStyle {
        width: 30%;
    }

    .menu-list {
        width: 35%;
        font: 12px;
        margin-top: 0;
        border-radius: 0;

    }

    .h1S {
        font-size: 30px;
    }

    .h1S .related {
        font-size: 30px;
    }

    .h1S:before,
    .h1S:after {
        display: none
    }

    .search input {
        font-size: 12px;
    }


}