/*BRIDGET ADDED*/
.navbar-brand img {
    width: 200px;
}
.nav-link {
    font-size: 18px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-nav {
    padding-left: 20px;
}
body {
    color: #3e3e3e;
    font-family: "PT Sans", "helvetica neue", helvetica, arial, sans-serif;
	background-color: #e9ecef;
}
p {
	font-size: 20px;
}

ol.breadcrumb {
    padding-left: 5px;
}
.col-md-6.hero, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-6.feature, .col-md-7.hero, .col-md-7.feature, .col-md-8.hero, .col-md-8.feature, .col-md-4.hero, .col-md-4.feature, .col-md-3.hero, .col-md-3.feature, .col-md-5.hero, .col-md-5.feature{
    float: left !important;
}

.col-md-5.hero {
    padding-left: 0px;
}
.feature h2 {
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.79);
    padding: 15px 0px;
    font-size: 25px;
    margin: 0px;
    text-align: center;
}
.feature h2 span {
    font-weight: 600;
}

.feature img {
	width: 100%;
}
.col-md-6.hero {
    padding-right: 50px;
    padding-left: 5px;
}
.hero .btn-lg {
    margin-top: 15px;
}
.hero h1 {
    padding-bottom: 15px;
    font-size: 65px;
    font-weight: 500;
}
.container.top {
    margin-top: 35px;
    height: 445px;
}
.categories {
    background-color: white;
    padding: 50px 0px;
}
.movie-mood .intro p {
    padding: 5px 12% 5px;
}
.card {
    min-height: 500px;
    background-color: #e9ecef;
    border: none;
}
.movie-mood .row {
    margin-bottom: 30px;
}
h4.card-title {
    min-height: 55px;
	text-align: center;
}
.btn-card {
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .btn-secondary {
    display: absolute;
    position: absolute;
    bottom: 0;
    margin-bottom: 30px;
}
p.card-text {
    font-size: 16px;
}
table {
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
color: #3E3E4B;
}

th {
cursor: pointer;
}
input.light-table-filter {
    width: 100%;
    margin: 10px 0px;
    padding: 7px;
    border: 1px solid #adb5bd;
	border-radius: 5px;
}
th, td {
text-align: left;
padding: 16px;
}
tr {
    background-color: white;
}
#library h1, #psychothrill h1 {
    margin-top: 25px;
}
tr:hover {
    background-color: #e9ecef;
}
thead tr {
    background-color: #e7f2ff;
}
.table thead th:hover {
    text-decoration: underline;
}
thead tr:hover {
    background-color: #e7f2ff;
}
.movie.stripe {
    background-color: white;
}
.movie {
	padding: 50px 0px;
}
.list-des p {
    width: 85%;
    padding-bottom: 30px;
}
p.rating {
    font-weight: 700;
    float: left;
    background-color: #383d41;
    color: white;
    padding: 0 8px;
    margin-right: 15px;
}
.movie img {
	width: 100%;
}
.about p {
    width: 70%;
}
.about {
    background-color: white;
    padding: 30px 0px 30px 5px;
    margin: 25px 0px 0px;
}
.footer {
    width: 100%;
    float: left;
    background-color: #020066;
    color: white;
    padding-top: 20px;
}
.footer a {
	color: white;
	text-decoration: underline;
}
.footer p {
    text-align: center;
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
i.fab.fa-instagram {
    font-size: 24px;
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.outertable {
    overflow-y: scroll;
}

/*media queries*/

@media (max-width:800px){
	.list-des p {
    width: 100%;
	}
	.about p {
    width: 100%;
}
	.col-md-6.hero {
    padding-right: 0px;
	}
	.feature h2 {
    background-color: rgb(2 0 101);
    color: white;
	}
	.intro {
    margin-top: 30px;
}
	.col-md-6.feature {
	padding: 0px;
	}
	.intro {
    margin: 50px 10px 0px;
    padding: 20px 0px 0px;
}
	.movie-mood .intro p {
    padding: 10px 0px 0px;
}
	body#index {
	background-color: white;
	}
	#library .container {
    padding: 0px;
}
	.hero h1 {
    text-align: center;
}
	#home p.lead {
    text-align: center;
}
	.btn {
    width: 70%;
    margin-bottom: 10px;
    font-size: 20px;
}
	.card {
    min-height: 515px;
}
	.movie img {
    width: 40%;
    margin-bottom: 20px;
}
	.outertable {
    overflow-x: scroll;
}
}
@media (max-width:500px){
	.btn {
    width: 95%;
}	
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}

/*end*/