


body {
	color: silver !important;
	font-family: 'Heebo', sans-serif;
	font-size: 18px;
	line-height: auto;
	padding: 1% 0;
	background-color: #023;
	opacity: 1;
	background-image: radial-gradient(#002e3b 1px, #002029 1px);
	background-size: 20px 20px;
}

a {
	color: silver;
	cursor: pointer;
	font-size: 12px;
	margin-left: 10px;
	text-decoration: none
}

a:hover {
	color: gold;
}



hr {
	width: 98% !important;
	margin-left:1%;
	margin-top:35px;
}

footer hr {
	margin-top:0px !important;
}

.form-area {
	background:#002e3b;
	border-radius: 10px;
	color: #f8f8f8;
	padding: 2%;
	margin: 0;
	box-shadow: 0px 7px 3px 0px rgba(0,0,0,0.33)
}


#volumesection {
	background: rgba(74,159,252,0.33);
	border-radius: 10px;
	color: #f8f8f8;
	padding: 20px;
}

/** fonts **/
h1,h2 {
	background: -webkit-linear-gradient(#fff, silver);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	font-weight: bolder;
	text-transform: uppercase;
}



h3  {
	background: -webkit-linear-gradient(#fff, silver);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-size: 28px !important;
	font-weight: 900
}


h4,h5{
	background: -webkit-linear-gradient(#fff, silver);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
	font-weight: bolder;
	font-size: 100%;
	
}

.notice {
	font-size: 12px;
}

.boldchrome {
	/*color: #4a9ffc*/ 

	background: -webkit-linear-gradient(#fff, silver);
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
  	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	margin: 0 5px 0 0;
	word-break: break-all;
	text-transform: center
}

span#volume {
	font-size: 20px;
	font-weight: normal 
}

.align-left {
	color: silver !important;
	display: inline-block;
	text-align: left;
	font-size: 14px !important;
	margin: 0 0 0 0 !important;
	width:48%;
}


.align-right {
	color: silver !important;
	text-align: right;
	display: inline-block;
	margin: 0 0 0 0  !important;
	font-size: 14px !important;
	width:50%;
}

.fa {
	color: gold;
}

/** UI Slider **/


.slidecontainer {
  width: 100%;
}

.kgslider, .muslider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: #002029;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.kgslider:hover, .muslider:hover {
  opacity: 1;
}

.kgslider::-webkit-slider-thumb, .muslider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #18537b;
  cursor: pointer;
}

.kgslider::-moz-range-thumb, .muslider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #222;
  cursor: pointer;
}

/** form **/
form {
	margin:0;
}

input[type='number'] {
	background: #002029;
	height:50px;
	width: 100%;
    margin: 2px 0 0 0 ;
    font-weight: bolder;
    text-align: right;
    text-shadow: 2px 2px rgba(0,0,0,0.33)
}

input[type='number'] {
	border: 1px solid #18537b;
	color: white;
    width: 100%;
    font-size: 100%;
}

input[type='number']::placeholder {
	color:#18537b;
	font-weight: normal;
	text-shadow: none;
	font-size: 30px
}



#calculatebtn {
    background: gold;
    color:#30365a;
    cursor: pointer;
    font-weight: bold;
    margin: 4px 0 ;
    text-transform: uppercase;
    width: 100%;
}

.resetbtn {
	background: #18537b;
	color: #fff !important;
	cursor: pointer;
	width: 100%;
}

/** modal **/
.modal-content {
	background: #002029;
}

/** theme / skin chooser **/

#themechooser {
	background: #336699;
	border-bottom:2px solid skyblue;
	padding: 3px;
	position:fixed; 
	right: 0;
	top: 0%;
	width: 100%;
	z-index: 9999
}

#themechooser span {
	border-radius: 3px;
	display: inline-block;
	height: 15px;
	width: 15px;
	vertical-align: middle
}

#themechooser span.notice {
	border:none;
	border-radius: 0;
	height: auto;
	width: auto;
}

#themechooser #black {
	background: #222;
	
}

#themechooser #blue {
	background: #18537b;

}

#themechooser #white {
	background: #fff;

}