/* YOUR STYLES HERE */

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #313131;
  padding-top: 10px;
  left: 0;
}

.pagination-btn {
  margin: 0 5px;
  cursor: pointer;
}

.pagination-btn:hover {
  text-decoration: underline;
}

#menu {
  padding: 5px 10px;
  display: flex;
  align-items: center;
}

.menu-item {
  font-size: 14px;
  color: white;
  margin: 0px 10px;
  text-decoration: none;
  cursor: pointer;
}

#actor_photo {
  width: 200px;
  border-radius: 100px;
  border: solid black;
  cursor: pointer;
}

#actor_photo:hover {
  border: solid white;
}

.aimg {
  width: 100px;
  margin-right: 20px;
  margin-left: 20px;
  border-radius: 100px;
  margin-bottom: 20px;
  cursor: pointer;
  border: solid black;
}

.aimg:hover {
  border: solid white;
}

#actor_name {
  color: white;
}

#movies {
  width: 100%;
  text-align: left;
}

#movie {
  color: white;
}

.actor {
  text-align: center;
}


.menu-item:hover {
  text-decoration: underline;
}

#profile-pic {
  height: 100px;
  border-radius: 16px;
}

#profile-pic:hover {
  box-shadow: 0px 0px 5px #C2C2C2;
}

#store-link {
  margin-right: auto;
}

#search {
  display: inline-block;
  margin-top: 5%;
  text-align: center;
  border-radius: 100%;
  width: fit-content;
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 5px 5px 10px black;
  padding-top: 100px;
  padding-right: 70px;
  padding-left: 70px;
  padding-bottom: 100px;
}

#main-logo {
  width: 400px;
}

#search-bar {
  height: 34px;
  font-size: 17px;
  border-radius: 17px;
  border: 1px solid #C2C2C2;
  width: 90%;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

#search-bar:hover,
#search-bar:focus {
  box-shadow: 0px 0px 5px #C2C2C2;
}

#search-buttons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.search-button {
  margin: 8px;
  padding: 8px 15px;
  cursor: pointer;

  background-color: #f8f9fa;
  border: 1px solid #4b4b4b;
  border-radius: 4px;
  font-size: 14px;
}

.search-button:hover {
  box-shadow: 0px 0px 5px #C2C2C2;
}

#instructions {
  color: white;
  font-size: 14px;
}

#movies_table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#movies_table td,
#customers th {
  border: 0px solid #ddd;
  text-align: center;
  color: white;
  padding: 8px;
}

#movies_table tr:nth-child {
  background-color: #6c6c6c;
  text-align: center;
}

#movies_table tr:hover {
  background-color: rgb(62, 65, 88);
}

#movies_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  border: 0px solid #ddd;
  padding-right: 10px;
  text-align: center;
  background-color: #0444aa;
  color: white;
}

#oscars {
  text-align: center;
}

#oscar {
  width: 20px;
}

#all_actors {
  text-align: center;
  width: 100%;

}

.actor_name {
  padding: 10px;
}

.pop_actors {

  float: left;
  width: 100px;
}

#provider {
  height: 30px;
}

#back_button {
  border-radius: 17px;
  margin-top: 20px;
  margin-left: 80px;
  padding: 5px;
  color: white;
  background-color: black;
  cursor: pointer;
  border: solid black;
}

#back_button:hover {
  border: white solid;
}

#back_button2 {
  border-radius: 17px;
  padding: 5px;
  margin-left: 80px;
  color: white;
  background-color: black;
  cursor: pointer;
  border: solid black;
}

#back_button2:hover {
  border: white solid;
}

#recommendation {
  border-radius: 17px;
  border: none;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 18px;
  background-color: #39CCCC;
}

.sidebar {
  left: 0;
  bottom: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background-color: black;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.sidebar2 {
  width: 50px;
  margin-left: 60px;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
}

.sidebar3 {
  width: 200px;
  margin-left: 120px;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}

.left-menu-icon {
  color: white;
  font-size: 20px;
  margin-bottom: 40px;
}

.left-menu-icon2 {
  color: white;
  font-size: 20px;
  width: 30px;
  margin-bottom: 40px;
}

.left-menu-icon4 {
  color: white;
  font-size: 20px;
  width: 30px;
  margin-bottom: 38px;
}

.left-menu-icon3 {
  color: yellow;
  font-size: 20px;
  margin-bottom: 40px;
}

.left-menu-icon5 {
  color: white;
  font-size: 16px;
  width: 30px;
  margin-bottom: 29px;
}

.home-menu-icon {
  color: white;
  font-size: 100px;
  padding: 40px;
}

.home-menu-icon2 {
  color: white;
  height: 100px;
  padding: 40px;
}

#menu {
  margin-top: 7%;
  text-align: center;
  display: block;
}

#main-menu {
  justify-content: center;
  display: flex;
  text-align: center;
  margin-left: 0px;
}

#actors {
  margin-top: 10px;
  text-align: center;
}

#myVideo {
  position: fixed;
  left: 0;
  top: 0;
  max-width: 115%;
  max-height: 115%;
}

#myVideo2 {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
}

.content {
  position: absolute;
  padding-bottom: 100px;
  text-align: center;
  left: 0;
  top: 0;
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 0px;
}

#countries {
  padding: 5px;
  color: white;
  background-color: #313131;
  border-radius: 10px;
  border: solid;
  border-color: white;
  text-align: center;
  width: auto;
}