body {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif; 
    background: #0d0d0d;
}

#logo-image {
    display:inline-block;
}
#company-name{
    display:inline-block;
    margin-left: 10px;
    color: rgb(1, 46, 105);
    font-family: "alternate-gothic-no-2-d","Oswald","Arial Narrow";
    font-size: 45px;
    font-weight: bold;
    vertical-align: bottom;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.4), 0 0 15px rgba(255,255,255,0.8)
}

h2, p {
    color: white;
}

.youtube-video {
    max-width: 100%;
    margin-top: 50px;
    margin-left: 15%;
    position: relative;
    margin-left: 0px;
}

#movie-search {
    position: absolute;
    bottom: 100px;
    left: 0;
    right:0;
    padding: 10px 20px;
    font-size: 20px;
    color: white;
    margin: auto;
    background: rgba(134, 134, 129, 0.5);
}

.photo-credit {
    position: absolute;
    bottom: -10px;
    right: 70px;
    font-size: 12px;
}

.movie-btn {
    color: white;
    background:rgb(1, 46, 105);
    margin-right: 10px;
    margin-bottom: 10px;  
}

#enticing-image-holder {
    position: relative;
}

.up-indicator {
    transform: rotate(45deg);
    -webkit-transform: rotate(225deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 3px;
    margin-left:6px;
}

.down-indicator {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 3px;
    margin-left:6px;
}

#trending-toggle {
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

#omdb-movie-results p {
line-height: normal;
padding-left: 20px;
padding-right: 20px;
}

#omdb-movie-results img {
    padding-bottom: 20px;
}

/* shimmer on the search button */
[class*="BT"]{
    width:200px;
    display:block;
    color: white;
    position:absolute;
    padding:0;
    border-color:#0e0e0e;
    margin:0 0 10px;
    line-height:6px;
    border-style:solid;
    left:55%;
    top:150px;
    margin-left:-125px;
    height:40px;
}
[class*="BT"] hover{
    position:absolute;
    z-index:5;
    width:246px;
    margin-left:-370px;  
    transition: all 0.3s ease-out 0s;    
    background: -moz-linear-gradient(45deg,  rgba(255,255,255,0) 0%, rgba(135,135,135,0.38) 50%, rgba(255,255,255,0) 100%); 
    /* FF3.6+ */background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(135,135,135,0.38)), color-stop(100%,rgba(255,255,255,0))); 
    /* Chrome,Safari4+ */background: -webkit-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(135,135,135,0.38) 50%,rgba(255,255,255,0) 100%); 
    /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(135,135,135,0.38) 50%,rgba(255,255,255,0) 100%);
    /* Opera 11.10+ */background: -ms-linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(135,135,135,0.38) 50%,rgba(255,255,255,0) 100%); 
    /* IE10+ */background: linear-gradient(45deg,  rgba(255,255,255,0) 0%,rgba(135,135,135,0.38) 50%,rgba(255,255,255,0) 100%); 
    /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); 
    /* IE6-9 fallback on horizontal gradient */  height:60px;
    margin-top:-30px;
}
[class*="OH"]{
    overflow:hidden;
}
[class*="BR"]{
    border-width:2px;
}
[class*="R6"]{
    border-radius:6px;
}
[class*="NF"]{
    background:rgb(1, 46, 105);
}
[class*="BT"]:hover hover{  
    margin-left:123px;
}
[class*="TU"]{
    text-transform:uppercase;
}
[class*="PT"]{
    cursor:pointer;
}
[class*="BT"] span{  
    position:absolute;  
    width:200px;  
    margin-left:-100px;  
    z-index:3;
}
canvas{
    margin: 0;
    padding: 0;
    display:block;
    position:absolute;
    margin-top:-30px;
}


/* media query */
@media (min-width: 1200px) {
    #trending, #trending-toggle {
        margin-left:55px;
    }
}

@media (max-width: 1200px) {
    .photo-credit {
        right: 10px;
    }
}

@media (min-width: 768px){
    .orig-focus {
        margin-top: -35px;
    }    
    .shift-focused {
        top: 114px;
    }
}

@media (max-width: 767px) {
    .form-group {
        margin-bottom: 0px;
    }
    #movie-search {
        position: static;
    }
    .shift-focused {
        margin-top: 0px;
        top: 107px;
        left: 279px;
    }
    .orig-focus {
        margin-top: 210px;
    }
    .photo-credit {
        bottom: 145px;
    }
}

@media (max-width: 575px) {
    .orig-focus 
    {
        margin-top: 224px;
    }
    .shift-focused {
        margin: 0px;
        left: 167px;
    }
}

@media (max-width: 545px) {
    .orig-focus {
        margin-top: 203px;
    }
    .shift-focus {
        left: 140px;
    }
}

@media (max-width: 504px) {
    .orig-focus  
    {
        margin-top: 184px;
    }
}

@media (max-width: 460px) {
    .orig-focus 
    {
        margin-top: 160px;
    }
}

@media (min-width: 992px) {
    .youtube-video 
    {
        margin-left:50px;
    }
}
