@charset "utf-8";
/* CSS Document */


.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;

	
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#868C8A;
}
.fa-facebook:hover {
    background-color: #3d5b99;
}
.fa-linkedin {
    padding:10px 12px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color:#868C8A;
}
.fa-linkedin:hover {
    background-color: #0077B5;
}

.fa-google-plus {
    padding:10px 9px;
    -moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
    transition: .5s;
    background-color: #868C8A;
	margin-top: 15px;
}
.fa-google-plus:hover {
    background-color: #e25714;
}


.sect{
	height: 40%;
	background-size: cover;
	background-attachment: fixed;
	
	
	
	
	
}

.subSection{
	height: 85%;
	background-color: #FFFFFF;
	padding: 20px;
	margin: 15px;
	border: 4px double;
	border-color: #d1dbbd;
}
.topnav {
  overflow: hidden;
  background-color: #DBDBDB;


}

.topnav a {
  float: left;
  display: block;
  color: #000000;
  text-align: center;
  padding: 18px 23px;
  text-decoration: none;
  font-size: 20px;
margin-top: 20px;
	
}
.logo { 
	float: left;
	margin-left: 550px;
	
}
.topnav a:hover {
  background-color: #868C8A;
  color: white;
}

.active {
  background-color: #D1DBBD;
  color: white;
	margin-left: 20px;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.color{
	background-color: #91AA9D;
	background-position:center; 
	background-repeat: no-repeat; 
	background-size:cover;
	height: 100%;
	
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #D1DBBD;
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #868C8A;
}

.con {
    background-color: #f2f2f2;
    padding: 20px;
	margin-left: 8px;
	width: 101%;
	
}
.help {
	font-family:  Georgia, Serif;
}

 footer {
      background-color:#DBDBDB;
	
    }