div.pitch_page.frame{
        position:relative;    
        padding:30px;
        padding-bottom:50px;
        top:50px;
        border-radius: 25px;
        background-color:#20292A;
        border: 2px solid #FFE3AD;
        box-shadow: 0px 0px 10px 6px #FC851D;
        z-index:0; 
        width:800px;
        margin:auto;
        text-align: center;

}

video.pitch_page.video_panel{
    width:800px;
}

h1.pitch_page.title{
    font-family: "Economica", sans-serif;
    font-size:45px;
    font-weight:600;
    color:white;
}

p.pitch_page.copy {
    font-family: "Economica", sans-serif;
    font-size:24px;
    font-weight:400;
    color:white;
}

.info_header {
    font-family: "Mouse Memoirs", sans-serif;
    font-size:30px;
    font-weight:400;
    color: #FC851D;
    text-align: justify;
}

.info_copy {
    font-family: "Economica", sans-serif;
    font-size:24px;
    font-weight:400;
    color:white;
    text-align: justify;
}

a{
    color:#FC851D;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    div.pitch_page.frame{
        width: 230px;
    }

    video.pitch_page.video_panel {
        width:300px;
    }

    h1.pitch_page.title {
        font-size:17px;
    }

    p.pitch_page.copy {
        font-size:14px;
    }

    .info_header {
        font-size: 24px;
    }

    .info_copy {
        font-size: 17px;
    }

}



