@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Raleway&display=swap');

* {
    --dark-sienna: #250902ff;
    --dark-sienna-2: #38040eff;
    --rosewood: #640d14ff;
    --ou-crimson-red: #800e13ff;
    --upsdell-red: #ad2831ff;
    --lightText: #ffff;
    --darkText: black;
}

* {
    box-sizing: border-box;
  }

.hide {
    display: none;
}


html, h1, h2, h3, h4, h5, h6, {
    padding: 0;
    border: 0;
    margin: 10px;
}

section {
    margin: 30px 0px 30px 0px;
    background: var(--rosewood);
}

p {
    font-family: 'Cabin', sans-serif;
}

body {
    background:var(--ou-crimson-red);
    padding: 0;
    border: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
}

body, html {
    height: 100%;
}

header {
    background: url(HeaderImg.png);
    height: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}
 
.headerlogo {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

@media screen and (max-width: 670px){header .navbar{
    min-height: 500px;
    background-size:auto;
    background-position: bottom;
}}


.navbar {
    min-height: 50px;
}

.searcharea {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/assets/placeholder2.png);
min-height: 100%;
background-position: center;
background-size:cover;
}

h4 {
    padding: 5px;
    font-weight: 800;
}

.section {
    margin: 0px;
    padding: 0px;
}

/* search bar area */

.instructions {
    background-repeat: no-repeat;
    background-size: cover;
    background: transparent;
    color: var(--lightText);
    margin:  5px 25px 0px 25px;
}

#search {
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--lightText);
    margin-top: 10px;
    border-radius: 5px;
    background: var(--rosewood);
    padding: 10px;
}

input{
    text-align:center;
 }

#movieInfoArea{
    color: var(--lightText);
    background-color: var(--upsdell-red);
    border-radius: 2px;
}

#infoTitle{
    color: var(--lightText);
    font-weight: 800;
}

#movieInfo, #moreInfoP {
    color: var(--lightText);
    font-size: x-large;
    font-weight: 400;
}
 
#movieName {
    max-width: 80%;
    font-weight: 800;
    font-size: xx-large;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0); border-color: rgba(0, 0, 0, 0)
    
}



#moviePoster{
    color: var(--darkText);
    margin-bottom: 10px;
    margin-right: 5px;
    padding-left: 100px;
    max-height: 650px;
    max-width: 500px;
}

#submitBtn {
    margin-bottom: 25px;
    border-radius: 10px;
    background: var(--dark-sienna);
    color: var(--lightText);
    cursor: pointer;
}

#actorNames {
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    background: var(--dark-sienna);
    color: var(--lightText);
}

.actorBtn {
    display: flex;
    flex-direction: inline;
    padding-left: 100px;
    padding-right: 100px;
    margin: 10px;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.actorNames {
    display: flex;
    flex-direction: row;
    
    text-align: center;
    align-items: center;
    border-radius: 10px;
    background: var(--dark-sienna);
    color: var(--lightText);
}

/* movie cast */

.searchMovie {
    background: var(--rosewood);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--lightText);
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px;
}

#streamBox, #stream {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: var(--rosewood);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--lightText);
    margin-top: 10px;
    padding: 10px;
}

#stream {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

#streamBtn {
    height: 60px;
    width: 150px;
    border: solid 2.5px white;
    border-radius: 5px;
    background: var(--dark-sienna-2);
    color: white;
}


  .contactrow {
      align-self: center;
    max-width: 50%;
}

@media screen and (max-width: 600px) {
    .contactrow {
        align-self: center;
        max-width: 100%;
    }
  }

/* Clear floats after the columns */
.contactrow:after {
    content: "";
    display: table;
    clear: both;
}


input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
  }
  
  input[type=submit] {
    background-color: gray;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  input[type=submit]:hover {
    background-color: #ffd000be;
  }
  
  /* styling of movie info box */ 
  .card-panel {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.5)), url(stagepic.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--lightText);
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 10px;
}

  /* container/contact section */
  .card-panel-contact {
    display: flex;
    flex-direction: column;

    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(contactimage.png);

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--lightText);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 10px;
}
  
  /* adjust columns */
  .contactcolumn {
    width: 100%;
    margin-top: 6px;
    padding: 10px 350px;
    color: var(--lightText);
  }
  
  .contactcolumn textarea, input {
      color: var(--lightText);
  }

  /* Clear floats after the columns */
  .contactrow:after {
    content: "";
    display: table;
    clear: both;
  }


  
  /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column, input[type=submit] {
      width: 100%;
      margin-top: 0;
    }
  }

 footer {
    background: linear-Gradient(var(--rosewood), var(--ou-crimson-red));

} 

footer img {
    height: 40px;
    width: 40px;
}

#logo {
    height: 125px;
    width: auto;
}

/* Resize footer images */
@media screen and (max-width: 640px) {
    footer img {
        transform: scale(1.25) 
    }}



/* .footerlinks{
    
    min-width: 100%;
   
}
.circle responsive-img{
    width: 20px;
    height: 20px;
} */

.text {
    color: var(--lightText);
}

#movieInfoP{
    padding: 5px;
}