body {
    font-family: "Open Sans", Calibri;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.album {
	background: url(../../aset/imgs/background.jpg); 
	background-repeat: no-repeat; 
	background-size: cover; 
	background-position: center center; 
	background-attachment: fixed;
}

a { 
  color: #0063b2;
}

p.text-justify {
	text-align:justify;
}

.btn-primary {
  background-color: #0063b2;
}

.card {
  transition: transform .2s;
}

.card:hover {
  -ms-transform: scale(1.07); /* IE 9 */
  -webkit-transform: scale(1.07); /* Safari 3-8 */
  transform: scale(1.07); 
}

img.post {
  max-width: 75%;
  height: auto;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
  font-family: "Open Sans", Calibri;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

#navbar-header {
  background-color: #0063b2;
}

#modal_content {
	height		:400px;
	width		:100%;
	overflow	:auto;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

@font-face {
  font-family: dolliescript;
  src: url(../font/DOLLIESCRIPT_PERSONALUSE.TTF);
}

#top_title,#main_title {
	font-family: dolliescript;
}

.featurette:hover,.item-bg-hover:hover {
    background-color: #e3fdff !important;
}


.post_content_description {
	cursor:pointer;
}

h1.post-title-header {
    font-size:24pt;
}

      
.float-btn{
  background-color:#0063b2;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10% 10% 0 0;
  -webkit-border-radius: 10% 10% 0 0;
  text-decoration: none;
  transition: ease all 0.3s;
  position: fixed;
  right: 10px;
  bottom:0px;
}
.float-btn:hover{background: #08508a}