.btn-default{    
    padding: 5px 15px;
    border: 1px solid #293F6D;
    color: #fff;
    background: #3B5998;
    font-weight: bold;
    border-radius: 5px;
}
.navigation, .navigation ul {
	float: left;
	width: inherit;
}
.social-media{
	visibility: none;
}
.site-header .blog-title a:link, .site-header .blog-title a:visited {
	display: none !important;
}
.image-overlay {
	opacity: 0.0;
}
.overlay {
	background-color: rgba(0, 0, 0, 0.8);
}
td{
	padding: 10px;
}
th{
	padding: 10px;
}
li{
	font-size: 1.2em;
	line-height: 32px;
	margin-bottom: 30px;
}
.table-header {
	margin:10px 0;
	line-height:38px;
	font-size:2.3em;
	font-weight:300;
	text-align:center;
}
.slider-image h2 {
	position: relative;
	margin: 0;
	font-size: 2.4em;
	font-weight: 300;
	z-index: 100;
	line-height: 1
}

.wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.post-template .post-image {
	width: 100%;
	padding-top: 37.5%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 50%;

}

.post .post-title {
	font-weight: 600;
}

.post .post-title a {
	text-decoration: none;
}

#nav-bttn li {
	font-size: 1em;
	margin: 0;
}
//disable selection through CSS for different browsers

#document, #ctl00_MasterPageBodyTag{
    user-select: none;
    -ms-user-select: none;
    -o-user-select:none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}
.pushy{top:75px !important;}
.slider-image .info{padding:0 10px;}
//where #document is the div for which select needs to be disabled and #ctl00_MasterPageBodyTag is the id of the body tag.
