/*=======================
Theme: Awesome Photography/Portfolio Template
This is the Style for Responsiveness
Author: JLP Media
Email: jennpereira13@gmail.com / lianplameras@gmail.com
Version: 1.00 
Date Created: August 10, 2014
Updated: August 23, 2014
=======================*/
/* MAX 1080px */
@media only screen and (max-width: 1080px) { 
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        max-width: 120%;
      
    }
    h1 { font-size: 5em }
    .carousel-control.right img,
    .carousel-control.left img { width: 50px }
    .pull-right {
        float: none !important;
        text-align: center;
    }
    #subscribe { text-align: center }
    p.atext { padding-top: 20px }
}
/* MAX 768px */
@media only screen and (max-width: 768px) {
    
    .carousel-caption h1{ font-size: 3em }
       .carousel-caption h2{ font-size: 2em }
    
    .about-content {
        padding-top: 140px;
        text-align: center;
    }
    h1 { font-size: 4em }
    p.atext { width: 100% }
    #about h2 { margin: 0 auto }
    #about {
        background-image: url('../img/04_about_mobile.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        margin-top: -1px;
    }
    #subscribe span.right { float: none }
}
/* MIN 768px */
@media (min-width: 768px) { 
    #comments { margin-right: 35px }
    .comment-avatar {
        width: 100px;
        padding-right: 30px;
    }
    .commentlist ul { margin-left: 100px }
}
