
/* Layout for AllAboutLisa.com 
   Copyright 2017-223
   Development by EmagineEngine.com
*/

@media only screen and (min-width: 1020px) {
    #videoPlayer, iframe {
        width: 970px;
        height: 543px;
    }
    #playerTitle {
       font-size: 26px;
    }
    #playerDescription {
        font-size: 20px;
    }
    .rightColSize, .leftColSize, .oneFilm {
        width: 450px;
    }
    .containerBlkAndPnk .triangleDownGray {
        display: none;
    }
    .containerBlkAndPnk .triangleDownWht {
        display: inline-block;
    }

}

@media only screen and (max-width: 1019px) {

    #videoPlayer {
        width: 700px;
        height: 392px;
    }

    .spacerblk, .spacerwht  {
        min-height: 30px;
    }

    .rightColSize, leftColSize, .oneFilm {
        width: 445px;
    }

    .containerBlkAndPnk .triangleDownGray {
        display: inline-block;
    }
    .containerBlkAndPnk .triangleDownWht {
        display: none;
    }

    .gutter {
        display: none;
    }
    .containerwht {
        flex-direction: column;
    }
    #filmList, #aboutColumn, .automargin {
        margin-left: auto;
        margin-right: auto;
       /* width: 80%; */
    }


    #aboutContainer, #aboutColumn, .containerwhtrev, .containerwhtrev .contentColumn {
        background-color: #E6E6E6;
    }
    #contactLisaColumn, #feedbackColumn {
        width: 100%;
     }
    .containerBlkAndPnk {
        background-image: none;
        background-color: #B45985;
        color: white;
    }
    .pinkToBlkGradient, .pinkToBlkGradientBottom {
        background-image: none;
        background-color: #262626;
    }
    .pinkToBlkGradientTop {
        background-image: none;
        background-color: #B45985;
    }
    #feedbackColumn {
        background-color: #B45985;
        padding: 0 3em 1em 3em;
    }
    
    #contactLisaColumn {
        padding: 0 2em 1em 2em;
    }
   
    #contactLisaColumn input, textarea, #buttonbox {
         width: 80%;
    }

    h3#commentTitle {
        color: white;
    }
    

    #aboutContainer {
        padding-bottom: 20px;
    }

    #aboutDivider, #contactDivider {
        display: flex;
    }
    .leftColSize, .rightColSize {
        width: 600px;
    }
    .oneFilm {
        width: 600px;
    }
    #aboutColumn  {
        padding-left: 20px;
        padding-right: 20px;
    }
    #contactLisaColumn input, textarea, #buttonbox {
        width: 100%;
    }

}


@media only screen and (max-width: 800px) {
    #videoPlayer {
        width:550px;
        height: 308px;
    }
    .oneFilm {
        width: 500px;
    }


}


@media only screen and (max-width: 650px) {
    #videoPlayer {
        width:500px;
        height: 280px;
    }
    .oneFilm {
        width: 375px;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (max-width: 520px) {
    .leftColSize, .rightColSize {
        width: 200px;
    }
    body {
        padding:0px;
    }  
  
    #videoPlayer {
        width: 400px;
        height: 224px;
    }
    #termsBox {
        margin: 2em 1em;
    }

}


@media only screen and (max-width: 500px) {
    #videoPlayer {
        width: 250px;
        height: 140px;
    }

    #presentedby {
        height: 55px;
    }



    h1 {
       font-size: 14pt;
       padding-top: 15px;
    }

    h2 {
        font-size: 26pt;
    }
    h2 .leadcap {
        font-size: 32pt;
    }

    p.siteSlogan {
        font-size: 13pt;
    }
    #contactLisaColumn input, textarea, #buttonbox {
        width: 100%;
   }
}

/* From here on down, iPhone 5 et al at portrait, which is 320 px */
@media only screen and (max-width: 430px) {
    
    .leftColumnTitle {
        text-align: center;
    }
    .aboutFilmList {
    text-align: center;
}
    
    .oneFilm {
        width: 280px;
        flex-direction: column-reverse;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutFilm {
        text-align: center;
    }
    
    .containerblk {
        flex-direction: column;
        align-items: center;
    }

    .vidInfoItem {
        width: 80%;
    }
    #playerTitle {
        text-align: left;
        margin-left: 25px;
        margin-right: auto;
        padding-right: 5px;

    }
}

@media only screen and (max-width: 400px) {

    .vidInfoItem {
        width: 80%;
    }

    #presentedby {
        height: 55px;
    }

    #playerTitle {
        text-align: left;
        margin-left: 25px;
        margin-right: auto;
        padding-right: 5px;

    }

    #siteTitle {
        height: 90px;
    }
    h1 {
       font-size: 14pt;
       padding-top: 15px;
    }

    h2 {
        font-size: 20pt;
    }
    h2 .leadcap {
        font-size: 26pt;
    }

    p.siteSlogan {
        font-size: 10pt;
    }
    .oneFilm {
        width: 280px;
        flex-direction: column-reverse;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    .aboutFilm {
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;

    }
    .containerblk {
        flex-direction: column;
        align-items: center;
    }
   #founderInfo {
        flex-flow: column;
    }

}

