/* GENERAL STYLES */

/*
*, html, body {
  margin: 0px;
  padding: 0px;
}
*/

body {
  position: relative;
}

header h1 
{
	font-size: 150%;
	margin: 10px 0 5px 0px;
	text-align: center;
}

header p {
	font-size: 100%;
}

.container { 
	width: 1280px; 
	max-width: 98%; 
}

/* custom */
a { outline: none !important; }

.box-style { margin-bottom: 20px; }
.box-style ul {
 list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.box-style li {
  link-style-type: none;
  font-size: 110%;
  margin-left: 0px;
}
.box-style .col-sm-6 {
  padding: 0px 10px;
}

