/*
Theme Name: Kras IT
Theme URI: http://underscores.me/
Author: Christiaan Kras
Author URI: http://www.kras-it.nl
Description: WordPress template van Kras IT
Version: 1.0.0
License: Private
License URI: http://www.kras-it.nl
Text Domain: krasit
Tags:

Kras IT is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url('//fast.fonts.net/cssapi/6fe6bf25-66c5-4bc1-9a0e-6b4c48fa2641.css');

body {
    /*padding-top:19px;*/
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family:'Akko W06 Regular';
}

.navbar-brand {
    font-family:'Akko W01 Medium';
    font-size:30px;
}

.navbar {
    margin-bottom:0px;
}

.project {
    min-height:304px;
}

.widget-area {
    /*margin-top:120px;*/
    margin-top:98px;
    /*padding-left:40px;*/
}

.marketing .col-lg-4 {
  margin-bottom: 40px;
}

.marketing .feature {
    min-height:360px;
}

#colophon {
    border-top:1px solid #e7e7e7;
    background-color:#f8f8f8;
    padding-top:25px;
    padding-bottom:15px;
    margin-top:30px;
}

.post {
    margin-bottom:60px;
}

.post .entry-meta,
.post .entry-footer {
    margin-bottom: 20px;
    color: #999;
}

.carousel-caption {
    background-color:rgba(0, 0, 0, 0.5);
    padding-left:20px;
    padding-right:20px;
    border-radius:14px;
}

/*#wpadminbar { display:none!important; }*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

