/*
Theme Name: B00tify
Author: Pelle Källström
Description: Bootstrap theme with fontawesome
Version: 1.3
Tags: bootstrap, fontawesome
*/
body{

}
body_container{

}
.hundred{
background-color:#fff;
    min-width:100%;
    box-shadow: 0px 0px 12px 0px rgba(128,128,128,1);
}
.blue_bg{
    background-color:#313443;
}
.row{
    margin:0;
    padding:0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
padding:15px;
}

p{
    padding:15px;
}

/*
 * Header
 */
.jumbotron{
    background-color: #313443;
    height:300px;
    border-radius:0;
    margin-bottom:0px;
    position:relative;
}
.blog-title {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
  font-size: 20px;
  font-weight: normal;
}
.b_title{
 position:absolute;
    bottom:10px;
    left:0px;
    background-color:#313443;
}
.blog-description {
  font-size: 18px;
    color:#fff;
    margin-left:80px;
}
.size-post-thumbnail{
    height:150px;
    width:auto;
}
.ft{
    padding-top:15px;
    padding-bottom:5px;
}
/*
 * Main column and sidebar layout
 */

.blog-post {
margin-top:15px;
}

/* 
 * Sidebar modules for boxing content 
 */
.blog_sidebar{
padding-top:15px;
    margin-top:15px;
}
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
    
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}
.sidebar-module, .sidebar-module-inset a{
 background-color: #313443;  
    color:white;
    padding:15px;
} 
/* Menu */
nav .navbar-nav li a{
    color:#fff !important;
}
nav .navbar-nav li a:hover{
    color:#e5e5e5 !important;
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
    padding-left: 30px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}
.blog-post a{
    color:#999;
    font-weight: bold;
}
ol li{
       color:white;
    padding-bottom: 5px;
}
a{
    color:#fff;
}
a:hover{
    text-decoration: none;
    color:#e2e4e9;
}
.navbar{
	margin-bottom:0px;
}

.widget-title{
    color:#fff;
}
ul li{
    list-style:none;
    color:#fff;
}
/* 
 * Footer 
 */
.blog-footer p:last-child {
  margin-bottom: 0;
}
.footbar{
background-color:#313443;
    min-height:150px;
}
p.foot{
    position:absolute;
    bottom:0px;
    color:#fff;
    font-size: 8px;
    line-height:1;
    margin-bottom:-3px;
}
p.foot a{
    font-weight: bold;
}
#footer-sidebar1,#footer-sidebar2,#footer-sidebar3{
    min-height:150px;
}

/*
 * Pageing
 */
ul.page-numbers {
    list-style: none;
    margin: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {

    padding: 0 6px;

    font-size: 18px;
    text-decoration: none;

    color: #202020;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #202020;
    font-weight: bold;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }
                  
@media (max-width: 979px) {
      iframe.youtube-player{
        width:100%;
        height:auto;
    }   
    .blog_sidebar{
        margin-top:0vh;
}
        .jumbotron{
    height:200px;
}
        .blog-description {
    font-size: 14px;
    }
        .blog-title{
        font-size:20px;
                padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    }
        .footbar{
    min-height:60px;
}
        #footer-sidebar1,#footer-sidebar2,#footer-sidebar3{
    min-height:60px;
}
    .ft{
        display: none;
    }
}

@media (max-width: 767px){
    iframe.youtube-player{
        width:100%;
        height:auto;
    }
    .blog_sidebar{
    margin-top:0vh;
}
    .jumbotron{
    height:150px;
       
}
    .blog-description {
    font-size: 14px;
    }
    .blog-title{
        font-size:20px;
            padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    }
    .footbar{
    min-height:60px;
}
    #footer-sidebar1,#footer-sidebar2,#footer-sidebar3{
    min-height:60px;
}
    .ft{
        display: none;
    }
}
