/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://www.facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

/*!
THEME: Constra - Construction Html5 Template
VERSION: 1.0.0
AUTHOR: Themefisher

HOMEPAGE: https://themefisher.com/products/constra-construction-template/
DEMO: https://demo.themefisher.com/constra/
GITHUB: https://github.com/themefisher/Constra-Bootstrap-Construction-Template

WEBSITE: https://themefisher.com
TWITTER: https://twitter.com/themefisher
FACEBOOK: https://www.facebook.com/themefisher
*/
/*<style>*/
.hometown { 
  background: yellow;
}

.viewFont{
    font-family:Calibri (Body);
    font-size:14px;
}
.paraHead{
	width:90%;
	padding-top : 1px;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 120%;
	font-weight: bold;
/*    font-family: Tahoma;*/
/*    font-family: Georgia;*/
    font-family:Calibri (Body);
/*    letter-spacing:2px;*/
/*    font-size:30px;*/
/*    font-weight: lighter;*/
}

.paraBody{
	width:95%;
/*    font-family: Tahoma;*/
/*
    font-family: Georgia;
    font-weight: lighter;
*/
    font-family:Calibri (Body);
/*    font-family:OpenSans-SemiboldItalic;*/
/*    font-family:'MyWebFont', Fallback, sans-serif;*/
/*
    font-family:'MyWebFontJosef', Fallback, sans-serif;        
    font-weight: thin;
*/
/*    font-style: italic;*/
/*    letter-spacing:2px;*/
    font-size:14px;

/*	padding-top : 10px;*/
	padding-left: 30px;
	padding-right: 40px;
	/* font-size: 115%;	*/
}
.paraImage{
/*  content: url("/plugins/images/fms-1.jpg");*/
	width="300";
	height="200";
	align="right";
    
}

/*
Step 1: Download the font

Find the custom font you want to use on your website, and then download the TrueType Font file format (.ttf). You can also download the OpenType Font format (.otf)
remarks multiple @font-face can be define, it can call by font-family "name".
*/

/*
@font-face {
  font-family: 'MyWebFont';
*/
/*  src: url('webfont.eot');  IE9 Compat Modes */
/*  src: url('webfont.eot?#iefix') format('embedded-opentype'),  IE6-IE8 */
/*       url('webfont.woff2') format('woff2'),  Super Modern Browsers */
/*       url('webfont.woff') format('woff'),  Pretty Modern Browsers */
/*       url('webfont.ttf')  format('truetype'),  Safari, Android, iOS */
/*       url('webfont.svg#svgFontName') format('svg');  Legacy iOS */
/*}*/

/* This how to user font in Web
body {
  font-family: 'MyWebFont', Fallback, sans-serif;
}
*/

@font-face {
    font-family: 'MyWebFont';
/*    src: url(fonts/Market_vilis.ttf) format("truetype");*/
    src: url(fonts/OpenSans-SemiboldItalic.ttf) format("truetype"); 
    font-style: italic;
}

@font-face {
    font-family: 'MyWebFont';
/*    src: url(fonts/Market_vilis.ttf) format("truetype");*/
    src: url(fonts/OpenSans-Regular.ttf) format("truetype"); 
    font-style: normal;
}

@font-face {
    font-family: 'MyWebFontJosef';
/*    src: url(fonts/Market_vilis.ttf) format("truetype");*/
    src: url(fonts/JosefinSans-Bold.ttf) format("truetype"); 
    font-weight: bold;
}

@font-face {
    font-family: 'MyWebFontJosef';
/*    src: url(fonts/Market_vilis.ttf) format("truetype");*/
    src: url(fonts/JosefinSans-Thin.ttf) format("truetype"); 
    font-weight: thin;
/*    light, thin, extra-light, semi-bold, extra-bold, and black */
}


/* This how to user font in Web
div.FontMarket { 
    font-family:  Market Deco;
}
*/

.myClass {
/*    some-src-property: url("pathTo/myImage.jpg");*/
    content: url("somepicture.jpg");
}

em.thicker {
  font-weight: 900;
}

.indnt-para {
  margin-left: 30px;
  font-family:Calibri (Body);
  font-size:14px;
}

/*</style>*/
