html, button, input, select, textarea {
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
}

::-moz-selection {
 background: #f2c2c9;
 color: #a4003a;
 text-shadow: none;
}
::selection {
	background: #16a085;
	color: #a4003a;
	text-shadow: none;
}

hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -moz-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -ms-linear-gradient(left, #fff, #e6e6e6, #fff);
	background-image: -o-linear-gradient(left, #fff, #e6e6e6, #fff);
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

img {
	vertical-align: middle;
}

textarea {
	resize: vertical;
}

html, body {
	height: 100%;
}

body {
  	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}

li {
	margin: 14px;
}

table, th, td {
  	width: 50%; 
    margin-left: auto;
    margin-right: auto;
  	text-align: center;
  	padding: 15px;
}
   
.vertical-spacing {
   	margin-bottom: 3cm;
}

.col-md-4 {
	padding-bottom: 30px;
}
.row {
	margin-right: 0px;
	margin-left: -15px;
}
.modal-header {
	background: #34b1c4;
}
.modal-header h4 {
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
}
.modal-footer {
	background: #34b1c4;
}

a img {
	background: white;
}
.odd a img {
	background: #f5f5f5;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	color: #555;
}

h1 {
	/*color: #ef6711;*/
	color: #E0E0E0;
	font-size: 40px;
}

h2 {
	font-size: 34px;
	color: #666;
	font-weight: 500;
}

h3 {
	font-size: 26px;
	font-weight: 320;
	margin-top: 40px;
	margin-bottom: 40px;
}

h4 {
	color: #808080;
	font-size: 20px;
	font-weight: 500;
}

p {
	line-height: 26px;
	margin-bottom: 20px;
}
p.large {
	font-size: 18px;
	margin-bottom: 50px;
}
.centered {
	text-align: center;
}
strong {
	font-weight: 700;
}
em {
	font-weight: 300;
}
pre {
	background: #ebebeb;
	border: none;
	font-family: "Monaco";
	font-size: 16px;
	color: #666;
	padding: 20px;
	line-height: 28px;
}
small {
	font-size: 12px;
}
blockquote, blockquote p {
	line-height: 28px;
	color: #999;
	font-weight: 300;
	font-style: italic;
}
blockquote {
	position: relative;
	margin: 0 0 40px -30px;
	padding-left: 30px;
	border-left: 5px solid #3498db;
}
blockquote cite {
	position: absolute;
	bottom: -25px;
	right: 0;
	font-size: 12px;
	font-style: italic;
	color: #333;
	font-weight: 300;
}
blockquote cite:before {
	content: "-- "
}
.overflow-image {
	margin-top: -65px;
}
a {
	color: #4abcc5;
	word-wrap: break-word;
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
	color: #c0392b;
	text-decoration: none;
	outline: 0;
}

a:before, a:after {
	-webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
	-moz-transition: color 0.1s ease-in, background 0.1s ease-in;
	-ms-transition: color 0.1s ease-in, background 0.1s ease-in;
	-o-transition: color 0.1s ease-in, background 0.1s ease-in;
	transition: color 0.1s ease-in, background 0.1s ease-in;
}

#headerwrap {
	/*background: url(../images/WS_img_15.png) no-repeat center top;*/
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 550px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 0px;
	padding-bottom: 100px;
	margin-top: 60px;
}

#headerwrap h1 {
	color: #ef6711;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#headerwrap h2 {
	color: #ef6711;
	font-size: 28px;
	font-weight: 320;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#headerwrap p {
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}

#headerwrap .btn {
	font-weight: 500;
	font-size: 17px;
	margin: 20px 0;
	background-color: rgba(255,255,255,0);
	color: #fff;
	border: 1px solid #fff;
}

#headerwrap .btn:hover, #headerwrap .btn:focus {
	color: #555;
	background-color: #fff;
	outline: 0px;
	border: 1px solid #fff;
}

#contact {
	/*background: #fff;*/
	padding: 40px 0;
	text-align: center;
}

/**
* This determines the color of the envelope at the bottom of the page.
*/
#contact .fa {
	/*color: #3ab7cb;*/
	/*color: #ef6711;*/
	color: #808080;
	margin-bottom: 10px;
}

#services {
	background: url(../img/bg.jpg) no-repeat center center fixed;
	padding: 60px 0;
	text-align: center;
	background-size: cover;
}

/**
* This determines the color of the icons at the bottom of the page.
*/
#services .fa {
	/*color: #c0ed5d;*/
	/*color: #ef6711;*/
	color: #808080;
}

#services hr {
	display: block;
	height: 3px;
	border: 0;
	margin: 3em 0;
	padding: 0;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #71c9d6, rgba(255, 255, 255, 0));
	width: 50%;
	left: 25%;
	position: relative;
	border: none;
}

#services p {
	text-align: center;
	color: #fff;
}

#services H2 {
	color: #fff;
}

#services H3 {
	color: #fff;
}

#nice_image {
	width: 100%;
	alt: "Landscape Pictures";
	title: "No title yet";
}

#nice_table {
  	width: 100%; 
    margin-left: 0px;
    margin-right: 0px;
  	text-align: center;
  	border-spacing: 0px;
}

#nice_table_enum {
	width: 80%; 
	font-size: 20px;
	font-weight: 300;
	border-spacing: 40px 20px;
    border-collapse: separate;
  	text-align: center;
}

#nice_table_row { 
	height: 200px;
}

#nice_table_cell_01 { 
	width: 25%;
	color: white;
	background: #16bd98;
  	text-align: center;
	padding: 20px;
}

#nice_table_cell_02 { 
	width: 25%;
	color: white;
	background: #419ed3;
  	text-align: center;
	padding: 20px;
}

#nice_table_cell_03 { 
	width: 25%;
	color: white;
	background: #f86873;
  	text-align: center;
	padding: 20px;
}

#nice_table_cell_04 { 
	width: 25%;
	color: black;
	background: #f4e790;
  	text-align: center;
	padding: 20px;
}

#nice_table_footer {
	width: 100%; 
	background: #1b1b1b;
	font-size: 20px;
	font-weight: 300;
  	text-align: center;
}

#nice_logo {
  top: 10px;
  left: 20px;
  width: 400px;
  height: 110px;
  position: absolute;
}

#nice_motto h1 {
  text-align: center;
  position: relative;
  color: #ef6711;
  font-size: 40px;
  font-weight: 400;
}

#nice_enumeration {
	color: #555;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	padding: 10px;
}

