body {
	background-image: url("../img/concrete_seamless.png");
}

.header {
	width: 100%;
}

.header p {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 42px;
	letter-spacing: 4px;
	line-height: 44px;
	text-align: center;
	margin-left, margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ht {
	width: 100%;
}

.td-out {
	width: 100px;
}

.td-mid {
	vertical-align: middle;
}

.navbar {
	text-align: center;
}

.navbar ul {
	display: inline-block;
	padding-left: 0px; /* Browser fix */
}

.navbar li {
	display: inline;
	float: left;
	border-right: 1px solid #000;
    border: 1px solid #e7e7e7;
	border-right: none;
    background-color: #f3f3f3;
}

.navbar li:last-child {
	border-right: 1px solid #e7e7e7;
}

.navbar li a {
	font-family: "Arial";
    display: block;
    color: #666;
    padding: 14px;
    text-decoration: none;
}

.navbar li a:hover:not(.active) {
    background-color: #ddd;
}

.navbar li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f3f3f3;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	text-align: left;
	display: block;
	border-bottom: 1px solid #e7e7e7;
}

.dropdown-content a:last-child {
	border-bottom: none;
}

.dropdown-content a:hover {
	background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.navbar li a.active {
    color: white;
    background-color: #4CAF50;
}

.content {
		margin-left: 15%;
		margin-right: 15%;
		margin-bottom: 75px;
}

.fl-image {
	margin-left: 12px;
	margin-right: 4%;
	float: right;
    border: 1px solid #e0e0e0;
}

.footer {
	background-color: rgba(0,0,0,0.7);
	border-top: 1px solid rgba(0,0,0,0.5);
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}

.footer ul {
	font-family: "Verdana";
	font-size: 16px;
	line-height: 50px;
	list-style-type: none;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
	margin: 0px;
	padding-left: 0px; /* browser fix */
}

.footer li {
	color: white;
	display: inline;
	margin-left: 6%;
}

.footer li:first-child {
	margin-left: 0px;
}

.footer a {
	color: white;
	text-decoration: none;
}

.footer a:hover {
	color: #4CAF50;
}

h1 {
	font-family: 'Playfair Display SC', serif;
	font-size: 38wpx;
	font-weight: 100;
	color: #4CAF50;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	color: #5B5B5B;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom: -20px;
}

h3 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #5B5B5B;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom: -20px;
}

h4 {
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #5B5B5B;
	text-transform: uppercase;
	line-height: 200%;
	margin-bottom: -20px;
}

p {
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
}

a {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height: 28px;
	color: #333;
	font-size: 16px;
}

a:hover {
	color: #4CAF50;
}

.about p, .imp p {
	text-align: justify;
}

.dslist {
	margin-bottom: 38px;
}

.dslist li {
	margin-bottom: -16px;
}

.about p::first-letter {
    font-size: 120%;
	font-weight: bold;
} 

ul.list {
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
}

ul.list a {
	font-family: 'Open Sans', sans-serif;
	line-height: 28px;
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
}

ul.list a:hover {
	color: #4CAF50;
}

.list .last {
	margin-bottom: 16px;
}

#logo  {
	text-align: center;
	margin-top: 20px;
}

#logo-text {
	margin-top: 30px;
}

#logo-textred {
	display: inline;
	color: #F00;
	font-size: 50px;
	font-family: "Arial", "Helvetica";
	font-weight: bold;
	margin: 0px;
}

#logo-textblack {
	display: inline;
	font-size: 32px;
	font-family: "Arial", "Helvetica";
	font-weight: bold;
	margin: 0px;
}

#logo-textunder {
	font-family: "Arial";
	font-size: 24px;
	margin: 0px;
	text-align: center;
}

#ref h2 {
	margin-bottom: 14px;
}

#ref img {
}

#ref p {
	margin-top: -3px;
	margin-bottom: 20px;
}

.animatedimage {
  width: 100px;
  height: 100px;
  position: relative;
  display: inline-block;
  line-height: 0;
  overflow: hidden;
} 

.animatedimage > * {
  position: absolute;
  border: 0;
}