<style>
a.class{}

a.service:link {

	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

a.service:hover {
	color: #79b;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;

}
a.service:visited {

	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color: #333;
}

a.inline_service:link {

    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

a.inline_service:hover {
    color: #79b;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;

}
a.inline_service:visited {

    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

button.return-to-top {
    background: #e4e4e4;
    color: #35424a;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

button.return-to-top:hover {
    background: #c1c1c1;
}

div.body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

div.caption {
    font-family: Arial, sans-serif;
    text-align: center;
    width: 95%;
    background-color: #fff;
}

div.gallery_container {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	width: 90%;

}

div.section {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;

}

div.section_left {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: left;

}

div.section_justify {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-align: justify;

}

td.cell_top {
    font-family: Arial, sans-serif;
    padding:20px;
 
    vertical-align: top;
}


div.info {
	background: #fff;
	color: #000;
	text-align: center;
	font-family: Arial, sans-serif;
	padding: 30px;

}

div.footer-container {
	width: 100%;
	margin: auto;
	font-family: Arial, sans-serif;
	background: #35424a;
	color: #ffffff;
	position: relative;
	text-align: center;

}

header.header {
	background: #35424a;
	color: #ffffff;
	padding: 20px 0;
	text-align: center;
	font-family: Arial, sans-serif;
}

img.logos {
	height: 80px;

}

img.photo {
	width:95%;
	padding:5%;

}


lh.list_header {
	font-weight: bold;

}

.nav {
	margin: 20px 0;
}

.nav a {
	color: #ffffff;
	margin: 0 15px;
	text-decoration: none;
}



.hero h1 {
	color: #35424a;
	font-size: 3em;
}

.image-block {
    background: #c1c1c1;
    height: 200px;
    margin: 10px 0;
}

p.description {
    text-align:justify;
    
}

span.header{
    background: #fff;
    color: #000;
    font-size: 28px;
    font-weight: bold;

}

span.subheader{
    color: #000;
    font-size: 24px;
    font-weight: bold;

}

span.footer-header{
    color: #fff;
    font-size: 22px;
    font-weight: bold;

}

table.list {
    border-spacing:25px;
}


td.list_title {
    width: 30%;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: top;
    font-weight:bold;
    padding:1px;
    }

td.list_description {
    width: 70%;
    font-family: Arial, sans-serif;
    text-align: justify;
    }

td.double_list {
    width: 50%;
    font-family: Arial, sans-serif;
    text-align: left;
    vertical-align: top;

    }

td.icon_table {
    width: 24%;
    font-family: Arial, sans-serif;
    text-align: left;
    padding: 2%;
    vertical-align: top;
    }

td.footer-left {
    width: 50%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    padding: 12px;
    }

td.footer-right {
    width: 50%;
    margin: auto;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-align: right;
    padding: 12px;
}

td.gallery_cell{
   width:31%;
   padding:2%;
}

table.gallery {
	width:100%;
}



td.photo_box {
    
	column-width:28%;
}

</style>
