body {
    font-family:Roboto, sans-sesrif;
    background-image:url('https://i.imgur.com/g2sezt0.jpg'); 
    margin: 0; 
}
.wrapper {
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 20px 20px 100px 20px;
    background: #000000cf;
    color: #ffffff;
}
.addButtons .fa {
    color:#fff !important;
}
#wrapperIndex {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 75px;
    background: rgb(255 255 255 / 91%);
    color: black;
}
.addButtons {
    padding: 10px;
    border: 0;
    margin-right: 10px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    font-size:20px;
}
h3 {
 margin: 50px 0px 10px 0px;
 font-weight:normal;
}
.textRight a {
    color:#ffd400;
    text-decoration:none;
}
.trailers {
margin-top:10px;
}
#aboutWrapper {
    background: #fffffff5;
    color: #000000;
}
.questions {
    font-weight:500;
}
.answers {
    font-size:20px;
    padding-bottom:20px;
}
.answers a {
    text-decoration:none;
}
ul li a{
    text-decoration:none;
    font-size:17px;
}
#lastAnswer {
    padding-bottom:0px;
}
.boldy {
    color: #c6c5e8;
}
.topnav {
    background-color: #fff;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 3px;
    box-shadow: 0px 0px 20px rgb(0 0 0) !important;
	border-bottom: 1px solid silver;
}
#starrating {
    color: #ffd400;
}
.imageLeft {
    float:left;
    width: 40%;
}
.imageLeft img {
    width:384px;
    height: 569px;
}
.textRight {
    float: left;
    width: 60%;
    height: 569px;
    overflow-x: auto;
}
#addWatch {
    background-color: #3e8ac6;
}
#addWatch:hover {
    background-color: #63b2f0;
}
#addFavorites {
    background-color: #4caf50;
}
#addFavorites:hover {
    background-color: #5bd861;
}
#addWatchSeries {
    background-color: #3e8ac6;
}
#addWatchSeries:hover {
    background-color: #63b2f0;
}
#addFavoritesSeries {
    background-color: #4caf50;
}
#addFavoritesSeries:hover {
    background-color: #5bd861;
}
.textRight div {
    padding: 2px;
    font-size: 20px;
}
.msTitle {
    text-align:center;
    font-weight:normal;
}
.msTitle h1{
    font-weight: normal;
    font-size: 25px;
    margin-bottom: 5px;
    background-color: #395382c2;
    border-radius: 2px;
    padding: 10px;
}
a:hover {
    color: #236bad !important;
}
#navWrapper {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
#logoLink {
    padding: 0px 50px 0px 0px;
    font-weight: bold;
    color: #00131f;
    text-decoration-line: underline;
}
#userDropdown {
    float:right !important;
    margin-left:10px;
}
#userDropdown .dropbtn {
    text-transform:none !important;
}
#userDropdown .fa {
    color:#23ad44;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: #333;
    padding: 22px 7px;
    background-color: inherit;
    font-family: Roboto, sans-serif;
    text-transform: capitalize;
    margin: 0;
}
.topnav a {
    float: left;
    display: block;
    text-transform: capitalize;
    color: #333;
    text-align: center;
    padding: 22px 7px;
    text-decoration: none;
    font-size: 17px;
	background-color: #ffffff;
}
.dropdown-content {
    min-width: 160px;
    max-height: 300px;
    overflow-y: auto;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
.topnav .search-container {
    float: right;
}
.topnav input[type=text] {
    padding: 6px;
    margin-top: 14px;
    font-size: 17px;
    border: none;
    color: #333;
    background-color: transparent;
    outline: none;
    border: 1px solid #33333340;
    border-radius: 2px;
}
.topnav .search-container button {
    float: right;
    padding: 10px 5px;
    margin-top: 13px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
.topnav .icon {
    display: none;
}
.dropdown-content a:hover {
    background-color: #236bad;
    color: rgb(247, 247, 247) !important;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.fa {
    color: #236bad;
}
#title {
    margin-top: 50px;
	text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: normal;
}
#grid {
    margin-top:50px;
	text-align:center;
}
.movSticker {
    background-color: #004bc9;
    font-size: 13px;
    position: absolute;
    color: #fff;
    padding: 6px;
}
.serSticker {
    background-color: #00c94f;
    font-size: 13px;
    position: absolute;
    color: #fff;
    padding: 6px;
}
.result {
    width: 182px;
    display: inline-grid;
    padding: 7.4px;
}
.result:hover {
    opacity:0.7;
}
.resultTitle {
    margin: 0;
    font-weight: normal;
    font-size: 17px;
    padding-top: 5px;
    text-align: center;
}
.deleteButton {
    padding: 10px;
    background-color: #9e2a2a;
    border: none;
    border-radius: 2px;
    cursor:pointer;
    color: #fff;
}
.deleteButton:hover {
    background-color:#d44444;
}
#resultsTable {
  border-collapse: collapse;
  width: 100%;
  border-radius:2px;
}

#resultsTable td, #resultsTable th {
  padding: 8px;
}
.resultsPosters {
    width:100px;
}
#resultsTable tr:nth-child(even){background-color: #13131399; color:#fff;}
#resultsTable tr:nth-child(odd){background-color: #bababa2e; color:#fff;}

#resultsTable tr:hover {background-color: #2b592a9c;}

#resultsTable th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #2c5d80;
  color: white;
}
#mainsearch {
    text-align: center;
	margin-top: 150px;
}
#bigsearch{
    margin-top: 20px;
}
h1 {
    padding:0;
    margin:0;
}
#sitedesc {
    font-size: 20px;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top:50px;
}
input[type="search"] {
    -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;
}
input[type="search"]:focus {
    transition: all 0.5s;
    box-shadow: 0 0 40px #42b0f9b9;
    border-color: #42a0f9;
    outline: none;
}
form.search-form {
    display: flex;
    width: 50%;
    margin: auto;
    justify-content: center;
}
label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
}
input.search-field {
    margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #236bad;
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
 .button:hover,
 .button:active,
 .button:focus {
    cursor: pointer;
    background: #3c69e7;
    color: #292826;
    outline: 0;
}
#mainicon {
    color:#fff;
}
.clear {
    clear:both;
}
.result img {
    width:182px;
    height:268px;
}
.footer {
    text-align: center;
    background-color: #202020;
    padding-top: 10px;
    color: #b6b6b6;
    padding-bottom: 10px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
#footerIndex{
	position:absolute;
	width:100%;
	bottom:0;
}
.hide {
    display: none;
}
  .msServices img {
    width: 150px;
    height: 70px;
}
@media screen and (max-width: 1000px) {
    .topnav a, .dropdown .dropbtn {
      display: none;
    }
	#wrapperIndex{
    position:static;
    padding-bottom:200px;
	}
	#footerIndex {
    position:static;
	}
	#sitedesc {
    width:100%;
	}
    .topnav a.icon {
      float: left;
      display: block;
      font-size: 25px !important;
      padding: 10px;
    }
    #logoLink {
        display: block;
        width: 100%;
        text-align: center;
    }
    #navWrapper{
      width:auto;
      margin-left:0px;
      margin-right:0px;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }
    .topnav{
      padding-top:0px;
      padding-bottom:0px;
    }
    .imageLeft {
        width:100%;
        text-align:center;
        float:none;
    }
    .textRight {
        width:100%;
        float:none;
    } 
  }