/* CSS Document */

#display-none {
	display:none;
}


#hide-on-desk-view {
	display: block;
}

#text-wrapper {
	width:95%;
	margin:auto;
}

#title-top-margin {
	height:30px;
}

#menu-margin {
	height:360px;
	border-bottom:2px solid #999;
}

#menu-margin-home {
	height:360px;
	border-bottom:2px solid #999;
}


#table-of-products {
	width:90%;
}

.logo-on-mobile {
	position:absolute;
	top:80px;
	left:35px;
}






/* TOP NAV */

#top-nav-wrapper-pages {
	background-image: url(images/black-o-bg.png);
	height:110px;
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	display:none;
}


#menu-wrapper {
	position:absolute;
	margin:auto;
	left:20px;
	top:10px;
}

#menu-wrapper div {
	font-size:42px;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
	color:#FFF;
	display:inline-block;
	padding:15px;
	border-bottom: none;
}

#menu-wrapper div a {

	color:#FFF;
	
}

#menu-wrapper div a:hover {

	color: #CCC;
	
}








/* TEXT */

.main-text {
	font-size:40px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing:1px;
}

.main-text-title {
	font-size:56px;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
}

.main-text-small {
	
	font-size:28px;
	font-family: 'Open Sans', sans-serif;
}


.copyright-text {
	font-size:28px;
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
}

.copyright-text a {

	color:#FFF;
}

#copyright-text-wrapper {
	height:55px;
	width:95%;
	margin:auto;
	position:absolute;
	bottom:0px; top:0px;
	left:0px; right:0px;
}



/* BUTTONS */


#button-decorated {
	background-color:#8EC63F;
	padding:25px;
	width:170px;
	font-size:40px;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
	color:#FFF;
	border:2px #FFF solid;
   -moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
margin:0px 20px;
}

#button-wrapper {
	width:80%;
	margin:auto;
}





/* CONTACT PAGE */

.text-box {
	width:50%;
	height:50px;
	color:#999;
	font-size:25px;
}


.submit-button {
	width:30%;
	height:50px;
	font-size:25px;
	font-weight:bold;
	cursor:pointer;
	color:#666;
}

.message-box {
	width:70%;
}









