﻿/*------
 Created by Shaun Enriquez   enriquezshaun94@aol.com
 Date 1/21/2018
 ------*/ 

#navbar
{
    display: block;
    width: 100%;
    background-color: lightgray;
    padding: 10px 25px;
    border-radius: 25px;
    margin-top: 20px;
}

.column-icons
{
    font-size: 23px !important;
    display: inline-block !important;
}

#navbar > a
{
    display: inline;
    margin: 0px 20px;
}

#content-container
{
    margin-top: 10px;
}

.movie-details-full-screen-block
{
    border: 3px solid black;
    margin-top: 35px; 
    border-radius: 5px; 
    padding: 10px 0px;
}

.row
{
    display: block;
}

.powered-by-image{
    object-fit: contain;
    text-align: center;
    width: 100%;
    max-width: 408px;
    margin: 50px 0px 30px;
}

#opening-image {
    width: 100%;
    object-fit: contain;
    margin-top: -20px; /* puts image at top of navbar */
    max-height: 560px;
}

.now-playing-movie-title
{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    margin: 25px 0px 20px;
}

.center
{
    display: block;
    text-align: center;
}

.title-block
{
    margin-bottom: 50px;
}

#movie-search-results-table > tbody > tr:hover
{
    background-color: #FFFFCC;
    cursor: pointer;
}

.input-group-addon:hover
{
    cursor: pointer;
}

span
{
    display: block;
}

.tagline
{
    text-align: center;
    font-style: italic;
    font-size: 20px;
}

#popular-movies-data {
    margin-bottom: 30px;
}

.detailed-results-heading
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 42px;
    font-weight: 600;
}

.detailed-info-rows
{
    margin-bottom: 5px;
    margin-top: 3px;
}

.movie-search-heading
{
    text-align: center;
    font-size: 16px;
    padding: 15px 0px;
    color: darkblue;
}

#service-error
{
    margin-top: 50px;
}

#service-error > h1
{
    font-weight: bold;
    text-align: center;
}

.green
{
    color: green;
}

.italicize
{
    font-style: italic;
}

#info-button
{
    padding: 0px;
    font-size: 10px;
}

.fit-image
{
    max-width: 100%;
    max-height: 100%;
}

#tmdb-notice
{
    margin-top: 80px;
    margin-bottom: 15px;
    color: darkblue;
    font-size: 16px;
    font-weight: bold;
}

.bold   
{
    font-weight: bold;
}

#intro-notice {
    margin-top: 30px;
}

#intro-notice > span {
    text-align: center;
}

#intro-notice > a {
    display: block;
    text-align: center;
}

#intro-notice > a:hover {
    cursor: pointer;
}

#intro-notice-text {
    text-align: left !important;
    padding: 5px 10px;
}

#name-form {
    padding: 30px 60px;
}

#technologies-title {
    float: right;
}

.navbar-header {
    float: right;
}

.column-title-heading {
    font-size: 25px;
}

@media only screen and (max-width: 992px) {
    #technologies-title {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    #detailed-movie-image {
        display: block;
        margin: 0 auto;
        padding-bottom: 8px;
    }

    .navbar-header {
        float: none;
    }
}

@media only screen and (max-width: 400px) {
    #name-form {
        padding-left: 0px;
        padding-right: 0px;
    }
}
