@charset "UTF-8";
/* CSS Document */

/******************************************************\
* maltandanchor.co.uk  -  fonts                        *
* hewn of solid text at oastone.co.uk                  *
* dan the man                                          *
* version 1, february 2016                             *
* sets up fonts and basic text styles                  *
\******************************************************/



/* ==== set up those font faces ==== */

/* -- either by embedding fonts from google fonts -- */

/*@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);*/
/*@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);*/
@import url("https://use.typekit.net/kip7vgw.css");

/* -- or by using your own web fonts -- */

/*@font-face {}*/

/* ==== set base fonts ==== */

body {
	font-family: urw-din-semi-condensed, sans-serif; /* din semi condensed */
	font-weight: 500;
	font-style: normal;
	/* trying these here to cover off p, li, ol, etc */
	font-size: 18px;
	line-height: 26px;
	color: white;
}



h1, h2, h3 {
	font-family: urw-din-condensed, sans-serif; /* din condensed medium */
	font-weight: 500;
	font-style: normal;
}

a.sharebutton {
	font-family: Helvetica, Arial, sans-serif;
}

/* ---- root font styles ---- */

* {
  /*font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-family: 'Avenir Next', Helvetica, Arial, sans-serif;*/
  /*font-weight: normal;
  font-style: normal;*/ /* tagged out because I have no clue why it's needed */

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	
  /* color: #131B1A;*/ /* tagged out because I have no clue why it's needed */
  /*line-height: 1.5;*/
}

/* ---- typography ---- */
/* -- using relative sizes (rems) based on 16 being the base font size -- */

h1 {
	font-size: 2.25rem;
	text-transform: uppercase;
	display: none;
}

h2 {
  	font-size: 15px;
	/*font-size: 4vw;*/
	text-transform: uppercase;
	line-height: 15px;
	margin: 5px 0 0px;
	color: #ccc;
}

h3 {
	font-size: 30px;
	
	line-height: 26px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.125rem;
}

h5 {
	font-size: 1rem;
}

h6 {
	font-size: 0.875rem;
}


p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.faceouter p {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 0px;
}

div#modas h3 {
	margin-bottom: 10px;
	color:red;
}

strong, b {
	font-weight: bold;
}