html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	color: #000;
	background: #fff;
	width: 100%;
	margin: 0;
	font: 12px / 1.8 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



#logo{
    margin-top: 20px;
    width: 150px;
    height: auto;
}

#about-menu {
	height: 5%;
	padding: 0;
    margin: 0;
	display:block;
}
#about-text {
	max-width: 430px;
	height: 55%;
	margin-left: auto;
	margin-right: auto;
	line-height: 25px;
	text-align: center;
}
hr {
	width: 39px;
	height: 1px;
	display: block;
	margin: 8px auto;
	background-color: #bcbbbb;
	border: none;
	clear: both
}

#about-social {
	height: 5%;
	padding: 0;
	margin-bottom: 5em;
}
#splash-content{
    text-align: center;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#splash-content-about {
	text-align: center;
	width: 100%;
	height: 90%;
	position: absolute;
}

#splash-content img{
    margin-bottom: 10px;
}

#splash-content ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.splash-link a {
    color: #000;
	text-decoration: none;
}


.splash-link {
    display: inline-block;
	font-size: 11px;
    font-weight: 300;
	line-height: 14px;
    letter-spacing: 1px;
	text-transform: uppercase;
    margin: 15px 10px;
	padding: 0;
	list-style: none;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
    text-align: center;
	margin: 25px 10px;
}

.social-networks a{
    color: #969696
}
.mobile-menu {
	display: none !important;
}
.hamburger{
  background:none;
  position:absolute;
  top:40px;
  left:0;
  line-height:13px;
  padding:5px 15px 0px 15px;
  color:#000;
  border:0;
  font-size:1.4em;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.cross{
  background:none;
  position:absolute;
  top:12px;
  left:0;
  padding:13px 15px 0px 15px;
  color:#000;
  border:0;
  font-size:3.4em;
  line-height:65px;
  font-weight:normal;
  cursor:pointer;
  outline:none;
  z-index:10000000000000;
}
.menu{z-index:1000000; font-weight:normal; font-size:0.8em; width:100%; background:rgba(251, 251, 251, 0.94);  position:absolute; text-align:center;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:10px 0 10px 0;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#000;}
.menu ul li a:hover {  color: #2d2d2d; text-decoration:none;}
.menu a{text-decoration:none; color:#000;}
.menu a:hover{text-decoration:none; color:#000;}

.glyphicon-home{
  color:white; 
  font-size:1.5em; 
  margin-top:5px; 
  margin:0 auto;
}

@media (max-width:630px){
        
		#splash-content-about {
			overflow: auto;
			height: auto;
            padding-bottom: 40px;
			position: absolute;
		}
		.mobile-menu {
			display: block !important;
		}
		#about-menu {
			display: none !important;
		}
		#about-text{
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}
		#about-social {
			margin-top: 10px !important;
			margin-bottom: 20px !important
		}
    #splash-content img{
        width: 200px;
        margin-bottom: 20px;
    }


    .splash-link {
        display: block;
        margin: 20px;
    }

    .social-networks  {
		margin-top:55px !important;
	}
    .social-networks li {
        margin: 15px;
    }
}
