/*
@@@@@@@@@@@@@@@@@@@@@@
type
@@@@@@@@@@@@@@@@@@@@@@

	about				type components

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// fonts
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/

		/*+ imported fonts
		..........................................................................*/

			@font-face{font-family:'Glyphicons Halflings';src:url('assets/fonts/glyphicons-halflings-regular.eot');src:url('assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('assets/fonts/glyphicons-halflings-regular.woff') format('woff'),url('assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}
			@font-face{font-family:'Postface';src:url('assets/fonts/Postface.eot');src:url('assets/fonts/Postface.eot?#iefix') format('embedded-opentype'),url('assets/fonts/Postface.woff') format('woff'),url('assets/fonts/Postface.ttf') format('truetype'),url('assets/fonts/Postface.svg#glyphicons-halflingsregular') format('svg')}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// headings
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		h1, h2, h3, h4, h5, h6{margin:0px 0px 10px 0px; font-family:'Postface';}

		h1{font-size:30px; color:#094d7a; }
		h2{font-size:16px; color:#f3a720; font-family: arial;}
		h3{font-size:14px; color:#f3a720; font-family: arial;}
		h4{font-size:14px; font-style:italic; font-family: arial;}

		/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
		✚ 	media
		:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

			@media (min-width:0px) and (max-width:767px){

				h1{font-size:20px}
				
			}			


	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	/// text
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		a, a:hover, a:focus{color:inherit; text-decoration:none; }
		ul{list-style: none; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; }
		p{margin:0px 0px 20px 0px; }
		p:last-child{margin:0px 0px 0px 0px; }
		p a{color:#f3a720; text-decoration:underline;  -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}
		p a:hover{text-decoration:none; color:#f3a720;}
		address{margin:0px 0px 0px 0px; }

