*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
  //  background-color: whitesmoke;
}
body{
    min-height: 100vh;
    padding-bottom: 40px;
    position: relative;

}
.footer {
//    height: 40px;
//    margin-top: -40px;
    clear: both;
    background-color: black;
    color: white;
    font-size: 12px;
    text-align: center;
    position:absolute;
    bottom:0;
    width:100%;
    padding: 5px;
}

.top-nav{
    width: 100%;
    height: 55px;
    background-color: black;
    color: white;
}

.center{
    text-align: center;
}

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.button-cool ,
a.button-cool{
    display: inline-block;
    padding: 0.3rem 1.2rem;
    margin: 0 0.1em 0.1em 0;
    border: 0.16em solid rgba(255,255,255,0);
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 1.2rem;
    color:white;
    text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.button-cool:hover{
    border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
    a.button-cool, .button-cool{
        display: block;
        margin: 0.2em auto;
    }
}
.back-mask{
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 100px;
    z-index: 100;
}

.back-mask-table{
    width: 500px;
    padding-bottom: 20px;
    background-color: black;
    color: white;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}

.label-top{
    display: block;
    margin:0;
}

.text .label-top{
    display: block;
    margin:0;
}

.text label {
    margin:30px 0 0 0;
    padding-left: 5px;
    position:relative;
    display:inline-block;
}

.text input[type='text'], input[type='password'], input[type='number'], input[type='email']{
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.text select{
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
/*
.text textarea
{
    resize:none;
    max-height:450px;
    min-height:40px;
    min-width: 600px;
    max-width: 600px;
    overflow: hidden;
    font-size: 16px;
}

.text textarea{
    background: #fafafa;
    width:210px;
    border:1px solid #ccc;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    -ms-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-box-sizing:content-box;
    font-size: 16px;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
*/

.text textarea{
    max-height: 200px;
    min-height: 20px;
    height: 30px;
    resize: none;
    overflow: hidden;
}

.right-pad-10{
    padding-right: 10px;
}

.left-pad-10{
    padding-left: 10px;
}

.left-pad-30{
    padding-left: 30px;
}

.top-pad-20{
    padding-top: 20px;
}

.top-mar-20{
    margin-top: 20px;
}

.close-position{
    padding-right: 10px;
    padding-top: 10px;
    text-align: right;
    padding-bottom: 20px;
}

.close-button{
    color: whitesmoke;
    font-size: 20px;
    text-decoration: none;
}

.border-black{
    border: 1px solid black;
}

.border-red{
    border: 1px solid red;
}

.border-green{
    border: 1px solid greenyellow;
}

.pix5padding-top-bottom{
    padding: 5px 0;
}

.usermenu{
    width: 100px;
    float: right;
    top: 50px;
    margin-right: 10px;
    background-color: black;
    color: white;
    text-align: center;
    position: fixed;
    right: 10px;
}

.usermenu a{
    color:white;
    text-decoration: none;
}

.usermenu a:visited{
    color:white;
    text-decoration: none;
}

.usermenu a:hover{
    color:red;
    text-decoration: none;
}

.header{
    width: 100%;
    color: black;
    font-size: 36px;
    text-align: center;
    padding-top: 20px;
}

.pad-top20{
    padding-top: 20px;
}

.page-nav{
    text-align: center;
    font-size: 22px;
}

.page-nav a{
    padding-left: 20px;
    color: deepskyblue;
    text-decoration: none;
    font-size: 22px;
}

.page-nav a:visited{
    color: deepskyblue;
    text-decoration: none;
}

.page-nav a:hover{
    color:red;
    text-decoration: none;
}

.main-fonts{
    font-size: 64px;
}

.main-icons{
    text-decoration: none;
    color: black;
}

.new-list{
    border-radius: 15px;
    background-color: #EBEAEA;
    width: 100px;
}

.white{
    color:white;
}

.round-input-field{
    border-radius: 25px;
    padding-left: 10px;
}

.ac{
    background-color: black;
    color: whitesmoke;
    font-size: 16px;
}
.ac:hover{
    background-color: whitesmoke;
    color: black;
    font-size: 16px;
}

.button-cool-narrow ,
a.button-cool-narrow{
    display: inline-block;
    padding: 4.8px 19.2px;
    margin: 0 1.6px 1.6px 0;
    border: 2.56px solid rgba(255,255,255,0);
    border-radius: 32px;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', serif;
    font-weight: 300;
    font-size: 16px;
    color:white;
    text-shadow: 0 0.64px 0.64px rgba(0,0,0,0.35);
    text-align: center;
    transition: all .2s;
    cursor: pointer;
}
.button-cool-narrow:hover{
    border-color: rgba(0,0,0,1);
}
@media all and (max-width: 30em){
    a.button-cool-narrow, .button-cool-narrow{
        display: block;
        margin: 0.2em auto;
    }
}

.bggreen{
    background-color: green;
}

.bgred{
    background-color: red;
}

.fgwhite{
    color: white;
}

.fgblack{
    color: black;
}

.page-header{
    width: 90%;
    background-color: black;
    color: whitesmoke;
    margin: 20px auto;
}

.page-header-2nd{
    width: 90%;
    background-color: whitesmoke;
    color: black;
    margin: 2px auto;
}

.cd-headers{
    font-size: 20px;
    font-weight: bold;
    background-color: #aaa69d;
    border-radius: 20px;
    width: 150px;
    text-align: center;
    padding: 10px;
}

.border-radius-20{
    border-radius: 20px;
}

.bgbrown{
    background-color: #aaa69d;
}
