body{
    /*font-family: 'Karla', sans-serif;*/
    font-family: 'Lora', serif;
    background-color: #ffffff;
    /*color: #f6f6f0;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

textarea:focus, input:focus{
    outline: 0;
}

.title{
    width: 100%;
    text-align: center;
    color: #74be43;
    font-size: 25px;
    padding: 50px;
}

.sub_title{
    width: 100%;
    /*text-align: center;*/
    color: #74be43;
    font-size: 25px;
}

.email_message{
    font-size: 18px;
    color: #333;
}

#failed{
    color: red;
}

#nasend{
    color: green;
}

/*joseph css start*/
div#gallery {
width: 100%;
}
#gallery .columns.one-third{
width:33.33%;
margin:0 auto;
padding: 0 1%;
}
#gallery{
width: 100% !important;
}
#gallery .row.gallery {
margin: 0 auto;
width: 100%;
text-align: center;
float: left;
display: inline;
}
#gallery .gallery_small_pic {
width: 25%;
float: left;
display: inline;
padding:0 1%;
}
#gallery .gallery_small{
width:100% !important;
}
@media only screen and (max-width: 767px){
.thumb_size {
    height: 97px !important;
    margin-bottom: 5px;
}
#gallery .columns.one-third{
width:100% !important;
margin:0 auto;
padding: 0 5%;
}
#gallery .row.gallery {
margin: 0 auto;
width: 100%;
text-align: center;
margin-bottom: 10%;
}
#gallery .gallery_grid {
width: 60px;
height: 60px;
float: unset !important;
display: inline-grid;
margin: 0 4% !important;
}
}
@media only screen and (max-width: 479px){
#gallery .gallery_grid {
width: 60px;
height: 60px;
float: unset !important;
display: inline-grid;
margin: 0 2% !important;
}
}
@media only screen and (max-width: 321px){
#gallery .gallery_grid {
width: 60px;
height: 60px;
/* float: left; */
display: inline-grid;
margin: 0 1% !important;
}
}
.columns.one-third img {
transition: transform .2s;
}
.columns.one-third :hover {
text-shadow: 2px 2px #fff;
}
.columns.one-third img:hover {
transform: scale(1.2);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.marilao .gallery_big{
border-radius: 3%;
}
.marilao .gallery_small  {
border-radius: 8%;
}
@media only screen and (min-width: 959px){
.thumb_size {
    height: 232px;
    width: 232px;
    margin-bottom: 5px;
}
}

#gallery a {
    color: #74be43;
}
#gallery .sixteen{
    width:100%;
}


#gallery{
    padding: 0 2%;       
   }
#gallery .columns.one-third{
    padding:0 2%;
}
#gallery h3 {
    margin-top: 20px;
    margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px){
.columns.one-third img:hover {
    transform: scale(1.1);
}
#gallery .columns.one-third {
    padding: 0 8%;
}
}
/*joseph css end*/


.footer_logo_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_logo_container img {
  max-width: 50px;
  margin: 40px 10px 40px 10px;
}

@media only screen and (max-width: 991px) {
  .footer_logo_container img {
    max-width: 50px;
    margin: 0px 10px 0px 10px;
  }
}

.proj_license {
  text-align: center;
  margin-top: 160px !important;
  /* border-top: #74be43 solid 3px; */
}