/* -------------------------------------------------- 
   Custom styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
  Global resets
-----------------------------------------------------*/
body {
	font-family: Lato, Arial, sans-serif;
	font-weight: 500;
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	font-family: Lato, Arial, sans-serif;
	font-weight: 200;
}
h6 {
	 font-size: 10px;
	 text-align: center;
	 padding-top: 10px;
}
p {
	font-family: Cardo, Georgia, Times, serif;
	font-weight: normal;
	line-height: 5;
}

ul.square {
	margin:0 0 0 120px;
}

.button.medium {
	background: #e9e9e9;
	padding: 0;
}

img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto 

}

.panel {
  border-style: solid;
  border-width: 0px;
  border-color: #;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #aaaaaa; }
/* --------------------------------------------------
  offcanvas navigation styles
-----------------------------------------------------*/


/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   main article styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   forms styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   sidebar styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   news styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   footer styles
-----------------------------------------------------*/
footer p {
	font-size: 9px;
	text-align: center;
	line-height: 13px;
}
p span 
{
    display: block;
}

/* -------------------------------------------------- 
   Smaller screen styles
-----------------------------------------------------*/
@media only screen and (max-width: 720px) {

/* -------------------------------------------------- 
   top navigation styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   main article styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   forms styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   sidebar styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   news styles
-----------------------------------------------------*/

/* -------------------------------------------------- 
   footer styles
-----------------------------------------------------*/
	
}