.clear{clear:both;}
.ftbox{width:301px;margin:0 auto 20px auto;}
.ftbox .ftbox1{height:10px;}
.ftbox .ftcontent{padding:0 10px 0 10px;}
.ftbox .ftbox2{height:10px;}
.ftcontent .post{}
#threecolumns{padding:10px 0 10px 0;}
#threecolumns .col1{width:32%;float:left;margin-left:5px;}
#threecolumns .col2{width:32%;float:middle;margin-right:5px;}
#threecolumns .col3{width:32%;float:right;margin-right:5px;}
.post p{font:16px Contra;line-height:22px;margin-bottom:16px;}
.ftbox p{display:block;margin:0!important;}
h2{display:block;font:bold 22px Comfortaa;margin-bottom:8px;}
.post h2 a{color:#656f42;text-decoration:none;}
.post h2 a:active, .post h2 a:visited{color:#656f42;text-decoration:none;}
.post h2 a:hover{color:#474f24!important;}
.ftcontent h2{padding-bottom:5px;color:#656f42;text-shadow:#dde4c4 1px 1px 1px;}
.hboxthumb{background:#CCD4AA;border:solid 1px #e1e7c8!important;padding:3px;margin-bottom:10px;}
.readmore a{display:block;height:27px;width:122px;text-align:center;padding:5px 0 0 0;color:#00AEFF!important;font:bold 16px Comfortaa;text-decoration:none;text-shadow:#00AEFF 1px 1px 1px;}
.ftbox .readmore{padding-top:10px;display:block;}
#contentwrap a{color:#993403;}
#myImg{border-radius:5px;cursor:pointer;transition:0.3s;}
#myImg:hover{opacity:0.7;}
.modal{display:none;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.9);}
.modal-content{margin:auto;display:block;width:80%;max-width:700px;}
#caption{margin:auto;display:block;width:80%;max-width:700px;text-align:center;color:#ccc;padding:10px 0;height:150px;}
.modal-content, #caption{-webkit-animation-name:zoom;-webkit-animation-duration:0.6s;animation-name:zoom;animation-duration:0.6s;}
@-webkit-keyframes zoom{from{-webkit-transform:scale(0)}
to{-webkit-transform:scale(1)}
}
@keyframes zoom{from{transform:scale(0)}
to{transform:scale(1)}
}
.close{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;transition:0.3s;}
.close:hover,
.close:focus{color:#bbb;text-decoration:none;cursor:pointer;}
@media only screen and (max-width:700px){.modal-content{width:100%;}
}