body{
    padding-top: 50px;
}

.page-section{
    padding: 4% 0;
}

.page-section-title{
    text-align: center;
    margin: 0 0 50px;
}

.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#carousel .carousel-caption{
    bottom: auto;
    top: 20%;
}

#carousel .item{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    padding: 15% 0;
}

#carousel .item-1{
    background-image: url(../img/apple-desk-imac-1712.jpg);
}

#carousel .item-2{
    background-image: url(../img/macbook-air-notebook-person-157.jpg);
}

#carousel .item-3{
    background-image: url(../img/macbook-air-notebook-technology-1168.jpg);
}

#about{
    color: #fff;
    background-color: #000;
}

#skills{
    box-shadow: inset 0 20px 20px -20px #D8D8D8;
}

#skills .glyphicon-question-sign{
    font-size: 2rem;
    cursor: pointer;
}

#projects{
    background-color: whitesmoke;
}

#projects a:hover{
    text-decoration: none;

}

#projects .thumbnail .description{
    height: 80px;
    overflow: hidden;
}

#movies{
    background-color: #000;
    color: #F0F0F0;
}

#movies hr{
    margin: 70px 0;
    border-top: 1px solid #535353;
}

#contact{
    background-color: #FAFAFA;
}

#contact .google-map{
    padding-left: 0;
    padding-right: 0;
}

#contact .form-wrapper{
    padding-top: 50px;
}

#contact .form-wrapper .form-group{
    margin-left: 0;
    margin-right: 0;
}

#footer{
    background-color: teal;
    padding: 30px 0;
}

#footer .page-section-title{
    color: #fff;
}

#project-modal-1 .glyphicon-ok{
    color: #0BA622;
}

#project-modal-1 .glyphicon-remove{
    color: #B70409
}

.adobe-badge{
    height: 128px;
    padding-top: 26px;
    padding-left: 145px;
    font-size: 28px;
    white-space: nowrap;
    background-repeat: no-repeat;
    -webkit-background-size: 128px 128px;
    background-size: 128px 128px;
    background-position: left center;
}

.adobe-badge.premiere{
    background-image: url(../img/icons/adobe-premiere.svg);
}

.adobe-badge.after-effects{
    background-image: url(../img/icons/adobe-ae.svg);
}


#blog-header{
    padding: 5% 0;
    margin-bottom: 50px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-image: url(../img/apple-desk-imac-1712.jpg);
}

#blog-header h1{
    font-size: 46px;
}

#blog-header,
#blog-header small{
    color: #fff;
}

.comments{
    margin-bottom: 50px;
}

.plugin-wrapper{
    float: right;
    min-width:72px
}

/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/

/*
This element holds injected scripts inside iframes that in
some cases may stretch layouts. So, we're just hiding it.
*/

#fb-root {
    display: none;
}

/* To fill the container and nothing else */
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}