@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i|Open+Sans:400,400i,700,700i');
body {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #555555;
}
a, a:hover, a:focus, a:active {
	outline: none;
	text-decoration: none;
	color: #2763ed;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}
article h1 {
	font-size: 27px;
}
article h2 {
	font-size: 24px;
}
article h3 {
	font-size: 22px;
}
article h4 {
	font-size: 20px;
}

article h5 {
	font-size: 18px;
}
article h6 {
	font-size: 16px;
}

.navbar-brand {
	font-family: Arial, sans-serif;
	font-weight: 700;
}
.navbar-expand-md .navbar-nav .nav-item, .navbar-expand-md .navbar-nav .nav-item .dropdown-menu a, .navbar-expand-md .navbar-nav .nav-item a.btn {
}
.navbar-toggler {
  padding: 0;
  font-size: 1.25rem;
  border: none;
  border-radius: 0;
  outline: none;
}
.navbar-toggler:hover, .navbar-toggler:focus {
	outline: none;
	cursor: pointer;
}
.big-logo {
	width: 75px;
	height: auto;
}
.dropdown-menu {border-radius: 0;}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
	border-width: 1px;
	box-shadow: none;
}
@media (min-width : 768px){
	 .navbar-expand-md .navbar-nav .nav-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	 .navbar-expand-md  .navbar-nav .nav-item:first-child{
		padding-left: 0;
	}
	 .navbar-expand-md  .navbar-nav .nav-item:last-child{
		padding-right: 0;
	}
}
.post-title {
	font-size: 24px;
	color: #333;
}
.post-meta {
	color: #aaa;
}
.widget-title {
	font-size: 18px;
	color: #333;
}
.avatar {
	border: 2px solid #aaa;
}
.btn:focus, .btn.focus, .btn:active, .form-control:focus {
	box-shadow: none;
}
.twitter {
	background-color:#00aced !important;
}
.facebook{
	background-color:#3b5998 !important;
}
.twitter:focus, .facebook:focus {
	color: #fff;
}
/* Reset font-size for mobile device or small screen */
@media (max-width: 480px){
	body {
		font-size: 14px;
	}
	h1, h2, h3, h4, h5, h6, .widget-title {
		font-size: 16px;
	}
	.post-title {
		font-size: 18px;
	}
}
.pagination .btn {
	border-radius: 2rem;
}
.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}
@media screen and (max-width: 768px) {
    .card {
          width: 100%;
		  float: none;
    }
}

.card > img {
	display: block;
	opacity: 1;
	transition: .5s ease;
	backface-visibility: hidden;
}.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.card:hover .image {
  opacity: 0.5;
}

.card:hover .overlay {
  opacity: 1;
}

.card .text {
  background-color: #ffffff;
  color: #777;
  font-size: 36px;
  border-radius: 100%;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
}

.modal-close {
	border-radius: 2rem;
	cursor: pointer;
}