﻿* {
	color:inherit;
	
}

body {
 	display: flex;
    flex-direction: column;
    height: 100%;
    font-size:1.1em;
    }
html{
    height: 100%;
}
h1 {
	font-size:3em;
}
h2 {
	font-size:1.5em;
}
h3 {
	font-size:1.2em;
}
#header{
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
}
#content{
   /* 1 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 1 0 auto;
}
#footer{
   /* 0 flex-grow, 0 flex-shrink, auto flex-basis */
   flex: 0 0 auto;
   padding:8px 4px 2px 4px;
  
}

.noborder {
	
	border:1px inherit solid;
	
}

.slidecontainer {
    width: 90%; /* Width of the outside container */
}

/* The slider itself */
.slider {
    -webkit-appearance: none;
    width: 90%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #F56E47;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F56E47;
    cursor: pointer;
}

.tools td{
	width:36px;
	height:36px;
	cursor:pointer;
	}
#bgtext, #fgtext, #crtext	{
}

.toolscanvas {
	cursor:pointer;
	margin:3px;
	border-radius:10%;
}
td.current {
	border:3px gray solid;
	border-radius:20%;
	background-color:white;
	}
.tooltext {
	font-size:1.2em;
	padding:0px 0px 0px 5px;
	min-width:140px;
	background-color:white;
	text-align:left;
	vertical-align:middle;
}

.social-icons-1 {
    padding: 0;
    list-style: none;
    margin: 10px;
    display: inline-block;
    background-color:inherit;
	

}

.social-icons-1 li {
    display: inline-block;
    position: relative;
    font-size: 1em;
    cursor:pointer;
	background-color:inherit;
}

.social-icons-1 i,
.social-icons-1 img {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align:center;
    color:white;
  
}
.social-icons-1 a {
    display: inline-block;

}
.social-icons-1 a:before {
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 20%;
    display: block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2);
}
.social-icons-1 a:hover:before {
}
.social-icons-1 a:hover i,
.social-icons-1 a:hover img {
color:lemonchiffon;
}

.slidertable {
	margin:10px 0px;	
}

.slidertable td {
	padding:5px;
	vertical-align:top;
	width:30px;
	text-align:right
}
