/*
Theme Name: iDea - Clean & Powerful Bootstrap Theme
Author: HtmlCoder
Author URI: http://www.htmlcoder.me
Author e-mail: htmlcoder.me@gmail.com
Version: 1.6
Created: August 2014
License URI: http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
@import url('https://fonts.googleapis.com/css?family=Prompt:200,300,400,500');
html body{
    font-family: 'Prompt', sans-serif;
    color: #0a0a0a;
}
.header {
    padding: 10px 0px;
}
.navbar-default .navbar-nav > li > a {
    font-family: 'Prompt', sans-serif;
    font-size: 14pt;
    font-weight: 300;
}
.form-block form {
    font-family: 'Prompt', sans-serif;
    font-size: 14pt;
    font-weight: 200;  
}
.subfooter p{
    color: #ffffff;
}
.table {
    font-family: 'Prompt', sans-serif;
    font-weight: 300; 
}
.full-height .main-container {
    padding-top: 40px;
}
.slideshow-boxed {
    padding: 20px 0 20px;
}
.form-block {
    width: 720px;
}
.space{
    padding-top: 10px;
    padding-bottom: 10px;
}