/*!
 * Start Bootstrap - Blog Home (https://startbootstrap.com/template-overviews/blog-home)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-home/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  background-color:#252A2C !important;
  background:url(../images/bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

html {
 height:100% !important;
 min-height:100% !important;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.bg-dark {
    background-color: #1b2021 !important;
}

.card {
    /*background-color: #2D3130 !important;*/
	background-color: rgba(45, 49, 49, 0.7);
}

.card-title {
	color:#FFF !important;
}

.card-text {
	color:#9F9F9F !important;
}

.text-muted {
	color:#696969 !important;
}

.my-4 {
	color:#FFF !important;
}

.btn {
	background: rgba(44, 111, 119, 1) !important;
	border: rgba(44, 111, 119, 1) !important;
}

.btn:hover {
	background: #205257 !important;
	border: #205257 !important;
}
.toviewcomments {
	color:rgba(44, 111, 119, 1) !important;
}

.toviewcomments:hover {
	color: #205257 !important;
	text-decoration: none;
}

.form-control {
	padding: .15rem .3rem !important;
	background-color:#D1D1D1 !important;
}

.dropdown-item.active, .dropdown-item:active {
	background-color: transparent !important;
}

/*
.navbar-toggler-icon {
	background-image:url(../images/menu.png) !important;
}
*/