.section {
	height: 490px;
	width: 100%;
	background-position: inherit;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.content {
	max-height: 770px;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    position: absolute;
    display: inline;
    z-index: 900;
    margin-top: 150px;
    margin-bottom: 150px;
    text-align: center;
}
.header {
    height: 110px;
    border-bottom: 1px solid #616161;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    margin-top: -110px;
    z-index: 999;
}
.header-logo {
	padding-top: 10px;
}
.header-nav {
	padding-top: 10px;
}
.logo-img {
    height: 95px;
    width: auto;
    display: inline-block;
}
.logo-text {
	display: inline-block;
}
@font-face {
    font-family: 'CaviarDreams';
    src: url(../fonts/CaviarDreams.ttf);
}
@font-face {
    font-family: 'CaviarDreams-Bold';
    src: url(../fonts/CaviarDreams_Bold.ttf);
}
@font-face {
    font-family: 'CaviarDreams-BoldItalic';
    src: url(../fonts/CaviarDreams_BoldItalic.ttf);
}
@font-face {
    font-family: 'CaviarDreams-Italic';
    src: url(../fonts/CaviarDreams_Italic.ttf);
}
p {
	font-family: 'CaviarDreams', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-weight: 900;
    font-size: medium;
}
h1 {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
h2 {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
h3 {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
h4 {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
h5 {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
h6 {
    font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
li {
    font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
}
a {
	font-family: 'CaviarDreams-Bold', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
	color:#616161;
}

#section1 {
	background-image: url(../images/connect-hand-jigsaw-164531.jpg);
	margin-top: 110px;
}
#section2 {
	/*background-image: url(../img/section1.png);*/
	height: 800px;
}
#section3 {
	/*background-image: url(../img/section1.png);*/
	color: #ffffff;
	background-color: #616161;
	height: 585px;
}
.nav-list {
	display: inline-block;
	text-decoration: none;
	list-style: none;
    float: right;
    padding-top: 36px;
}
.nav-list li {
	display: inline-block;
	margin-right: 20px
}
.nav-item {
	text-decoration: none;
}
a:link {
    text-decoration: none;
    color: #616161;
}
a:hover {
	color: #616161;
}
a:visited {
	color: #616161;
}
.section-overlay {
	background-size: cover;
    background-color: rgba(38,38,38,0.6);
    height: 490px;
}
.introduction {
	color: #ffffff;
}
.footer {
	color: #ffffff;
	background-color: #616161;
	height: 80px;
	padding-top: 30px;
	border-top: 1px solid #3b3b3b;
}
.serv-icon {
    width: 190px;
    height: 190px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 7px solid;
    border-radius: 92px;
    padding-top: 23px;
    margin-bottom: 25px;
}
.serv-icon i {
	font-size: 84px;
    padding: 25px;
}
.row {
	margin-top: 50px;
}
#section2 .serv-icon:hover {
	background-color: #616161;
	color: #ffffff;
}
#section2 .content {
	margin-top: 50px;
	margin-bottom: 50px
}
.tablecontact {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#section3 .content {
	margin-top: 50px;
	margin-bottom: 50px
}
button, input, select, textarea {
	font-family: 'CaviarDreams', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    width: 400px;
    margin-top: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
textarea {
	color: #000000;
}
input {
	height: 40px;
	color: #000000;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    width: 100px;
    background-color: #616161;
    border: 1px solid;
}
strong {
    font-weight: 900;
    color: #212121;
    padding: 0 3px;
}
ul {
    text-decoration: none;
    list-style: none;
    padding-left: 0;
}