/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 18, 2016, 3:46:52 PM
    Author     : Sai Pullabhotla
*/

@import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"*/
font-family: "Roboto","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif
}

body {
    padding-top: 60px;
    line-height: 1.5;
}

footer {
    padding: 50px 0px 50px 0px;
}

div.buttonbar {
    padding: 20px 0px 20px 0px;
}

.navbar-nav > li > a {
    /*text-transform: uppercase;*/
}

div.panel-heading {
    font-size:1.5em;
}

img.navbar-logo {
    height: 24px;
    margin-top: 12px;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    margin-left: 5px;
    margin-right: 25px;
}

div.video-caption {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
}
