p {
  font-size: 125%;
}

h5 {
  font-size: 150%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times, "Times New Roman", serif !important;
  font-weight: normal !important;
}

/*Map integration*/
.iframe-container {
  overflow:hidden;
  padding-bottom:50%;
  position:relative;
  height:0;
}

.iframe-container iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.background-parralax {
  background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
  -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

.box-shadow-down-left {
  box-shadow: 5px 5px rgba(0, 0, 0, 0.20);
}

.box-shadow-down-right {
	box-shadow: -5px 5px rgba(0, 0, 0, 0.20);
}

.box-shadow-all-around {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
}

.text-shadow {
  text-shadow: 0px 0px 20px black, 0px 0px 20px black;
}

.text-black {
  color: black;
}

.text-grey {
  color :rgba(0, 0, 0, 0.7);
}

.text-color {
  color: #0a5710 !important;
}

.bold {
  font-weight: bold;
}

.img-center {
  display: block;
  margin:0 auto;
}

a.coord-click {

}

a.coord-click:hover {
  color: black;
}

.feature {
  border-style: solid;
}

h2 {
  color: white !important;
}

.post-container{
   height:300px;
}

h1.heading-caption {
  font-size:150%;
}

.bold {
  font-weight: bold;
}

h2.page-title {
  font-size:300%;
}

p {
  color: rgba(0, 0, 0, 0.80);
}

ul.me-list li {
  margin-top: 20px;
  margin-left: 15px;
  font-size:150%;
}

.footer-title {
  font-size:150%;
}

.post-container {

  min-height: 600px;
}

ul.gallery-filter > li {
  padding-top: 5px;
}

.border {
  -webkit-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 41px 0px rgba(0,0,0,0.75);
}

h5.post-title  {
  height: 60px;
}

/*Meida Queries*/

@media (max-width:576px) {
  .post-container {

    min-height: 300px;
  }
}


@media (max-width:768px) {
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width:992px) {
  .post-container {

    min-height: 400px;
  }
}


@media only screen and (max-width:769px) {
  .no-mobile {
    display: none !important;
  }
}

@media only screen and (max-width:992px) {
  .no-small-laptop {
    display: none !important;
  }
  .full-width {
    width: 100%;
  }
}


@media (min-width:481px) and (max-width: 768px)  {
/*Mobile Phones*/

}
@media (min-width:769px) and (max-width:991px)  {
/*Tablet and small laptop*/

}
@media (min-width:992px) {
/*Laptop and desktop*/

}
