@charset "UTF-8";
/* CSS Document */
/* <link rel="stylesheet" type="text/css" href="../" */

/* text styling */
h1{ color:#592b02;
    text-align: left;
    font-size:larger;
    font-family: 'lato', 'arial', sans-serif;
}

h2{ color:#592b02;
    text-align: left;
    /*padding: 10px;
    margin-bottom: 40px;*/
    font-size:large;
    font-family: 'lato', 'arial', sans-serif;
    }
    
h3{ color:#592b02;
    text-align: center;
    font-size:medium;
    font-family: 'lato', 'arial', sans-serif;
    }


p{  color:#592b02;
    font-family: 'overpass','arial', san-serif;
}

/* unvisited link */
a:link {
  color: #a58548;
}

/* visited link */
a:visited {
  color: #a68d77;
}

/* mouse over link */
a:hover {
  color: #d9c6b0;
}

/* selected link */
a:active {
  color: #592b02;
}


/* a{  color: #a58548;
} */

body{ background-color:rgba(242,242,242,1);
        font-family:'overpass', 'arial', sans-serif;
        line-height:150%;
    background-image: url("../img/bg/bg-01.png");
    background-repeat: repeat;
    float: left;
    /* background-position: right top; */
}

/* table styling */
table{border: 1px outset #ffffff;
        padding:5px 15px;
        background-color:#eae7e0;}
        
        



/* id use throughout the page */
#main{
    width: 80%;
    background-color:rgba(242,242,242,1);
    float: left;
    /*margin: auto;
    padding: 5px;
    border-radius: 15px;*/
}

#footer {clear:both;}


/* class use specify object */
/* .thisisclass{
    text-align: center;
} */

.box80{float:left;
        width:80%;}

.box50{width:50%;
        float:left;
        padding-top:5px; padding-right:10px; padding-bottom:5px; padding-left:10px;
		}
    
.box26{
  float: left;
  width: 26%;
  padding: 5px;
  min-width: 220px;
}    

.floatleft20{float:left;
	/* margin:5px; */
	width: 20%;}
  
.floatleft80{float:left;
              width:80%;}
    
.table50 {width:50%;}    
    
.table80 {width:80%;}    
    
.table1 {border: 1px outset #ffffff}
    th, td {background-color:#eae7e0; padding-top:0px; padding-right:10px; padding-bottom:0px; padding-left:0px;}



/* button */
.button-83 {
  appearance: button;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #fff, #f8eedb);
  border: 0 solid #e5e7eb;
  border-radius: .5rem;
  box-sizing: border-box;
  color: #482307;
  column-gap: 1rem;
  cursor: pointer;
  display: flex;
  font-family:'overpass', 'arial', sans-serif;
  font-size: 100%;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  outline: 2px solid transparent;
  padding: 1rem 1.5rem;
  text-align: center;
  text-transform: none;
  transition: all .1s cubic-bezier(.4, 0, .2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: -6px 8px 10px rgba(81,41,10,0.1),0px 2px 2px rgba(81,41,10,0.2);
}

.button-83:active {
  background-color: #f3f4f6;
  box-shadow: -1px 2px 5px rgba(81,41,10,0.15),0px 1px 1px rgba(81,41,10,0.15);
  transform: translateY(0.125rem);
}

.button-83:focus {
  box-shadow: rgba(72, 35, 7, .46) 0 0 0 4px, -6px 8px 10px rgba(81,41,10,0.1), 0px 2px 2px rgba(81,41,10,0.2);
}
