@font-face {
    font-family: Eurostile;  
    src: url(http://www.jconceptph.com/wp-content/themes/jconceptph/Eurostile.ttf);  
    font-weight: normal;  
}
.entry-content {font-family: "Eurostile", Forum, sans-serif; }
.textwidget { font-family:"Eurostile",Forum,sans-serifans-serif;
font-size:10pt;
}
p { text-align:justify;}
.site-info { display: none; }
.page-one-column .panel-content .wrap {
    max-width: 924px;
}

.menu-toggle {
	visibility:hidden;
	height:0px;
	margin:0;
	padding:0;
}

h2.widget-title {
	font-size:10px;
}
.has-header-image.twentyseventeen-front-page .site-branding, .has-header-video.twentyseventeen-front-page .site-branding, .has-header-image.home.blog .site-branding, .has-header-video.home.blog .site-branding {
    text-align: center;
}

.site-content {
	padding-top:0;
}
.entry-header {
	display:none;
	visibility:hidden;
	margin-bottom:0px;
	padding-bottom:0px;
}
.entry-content {
	margin-top:20px;
}
.colors-dark h3{
	color:white;
	text-align:center;
}
.tiled-gallery-caption.tiled-gallery-caption { 
		font-family:Book Antiqua;
		background: rgba(0,0,0,.65);
		color:white;
		top:0px;
		text-align:center;
	  font-size:2vw;
		padding-top:15%;
	  text-indent:0;
}

.tiled-gallery-title {
	font-family:Eurostile;
	font-size:1.5vw;
	text-align:center;
	text-overflow:none;
	padding-left:15px;
	padding-right:15px;
	white-space:normal;
}
.post-background {
	  padding-top: 5px;
    background-color: white;
    width: 100%;
	  color: black;
}

h1 { 
	 margin-top:10px;
	 background-color: black;
	 color:white;
	 text-align:center;
	 font-size:15pt;
}

.img-container {
 position: relative;
}

.img-image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay1 {
	position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.65);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}
.img-overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.65);
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
	cursor: pointer;
}

.img-container:hover .img-overlay, .img-container:hover .img-overlay1 {
  bottom: 0;
  height: 100%;
	text-decoration: none;
}

.img-text {
	color: white;
  font-size: 12pt;
  position: relative; 
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
	text-overflow:none;
	padding-left:20px;
	padding-right:20px;
}
.entry-content a, a:hover {
	text-decoration:none;
	box-shadow:none;
	-webkit-box-shadow:none;
}

.img-text p { 
	text-align:center;
  text-decoration: none;

}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}


.flex-column {
  flex: 50%;
  max-width: 50%;
  padding: 0 12px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .flex-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .flex-column {
    flex: 100%;
    max-width: 100%;
  }
}

/* Column Formatting */

* {
    box-sizing: border-box;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 10px;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

/* Post Formating - End */

/* Features Formatting */

#post-175 h2 {
	margin:0;
	padding:0;
	color: red;
	font-size: 13pt;
	font-weight: 500;
}

#post-175 p {
	font-size:9pt;
	text-align: justify;
}

#post-175 a {
	color: red;
	text-decoration:none;
	transition: color 0.3s ease-in-out; }

#post-175 a:hover {
	color: darkgray;
}
/* Features Formatting - End */
