body {
    background-color: rgb(122, 79,92);

}
.head {
    font-size: 56px;
    background-color: rgb(122, 79,92);
    color:palevioletred;
    text-align: center;
    padding-bottom: 5px;
}
#canvas1 {
    background-color: #721422;
    padding-top: 0px;
    margin-bottom: -5px;
    width: 1132px;
    height: 350px;
    outline: 0px;
}

.butt {
    font-size: 20px;
    background-color: rgb(122, 79,92);
    /*color:antiquewhite;*/
    color:whitesmoke;
    text-align: center;
    padding: 5px 5px 10px 5px;
}

.menu1 {
    color:#721422;
    list-style: none;
    text-align: left;
    margin-top: -10px;
    margin-left: -24px;
    padding-left: 1px;
    /*text-decoration: none; */
}

.menuitem1 {
float: left;
list-style: none;
padding-left: 20px;

/*padding-left: 10px;*/
}

.llink {
    text-decoration: none;
    display: block;
    font-size: 24px;
    color:antiquewhite;
    background-color:  rgb(122, 79,92);
    border: none;
    /*float: left;*/
}

.llink1 {
    text-decoration: none;
    display: block;
    font-size: 24px;
    color:red;
    background-color:  rgb(122, 79,92);
    border: none;
    margin-top: 2px;
    /*float: left;*/
}




:hover.llink , :hover.llink1 {
    color:palevioletred;
}

.uhead {
    color:white;
    text-align: center;
    font-size: 24px;
    background-color: rgb(122, 79,92);
    margin-top: -14px;
    padding-bottom: +5px;
}

.mainmenuwrapper {
    /*display: flex;*/
    text-align: left;
    display: inline-block;
}

.c-dim {
    margin-top: -12px;
    
  /*  background-color:black;    */
}

.hr-scroll {
    margin-top: 2px;


}

.selectboxes {
    padding: 5px 5px 5px 5px;
    border: solid 2px red;
    font-size: 16px;
    color: red;
    background-color:lavender;
    font-weight: bold;
}

.selectboxes-1 {
    padding: 5px 5px 5px 5px;
    border: solid 2px #721422;
    font-size: 16px;
    color: #721422;
    background-color:lavender;
    font-weight: bold;
    margin-right: 20px;
}




.buttons {
    padding: 6px 5px 5px 5px;
    border: solid 2px red;
    font-size: 16px;
    color: red;
    background-color: lavender;
    font-weight: bold;
}

.buttons1 {
    padding: 6px 5px 5px 5px;
    border: solid 2px blue;
    font-size: 16px;
    color: blue;
    background-color: lavender;
    font-weight: bold;
    margin-left: 20px;
}
.buttons1-n {
    padding: 6px 5px 5px 5px;
    border: solid 2px blue;
    font-size: 16px;
    color: blue;
    background-color: lavender;
    font-weight: bold;
    
}
.buttons2 {
    padding: 6px 5px 5px 5px;
    border: solid 2px #721422;
    font-size: 16px;
    color: #721422;
    background-color: lavender;
    font-weight: bold;
    margin-left: 20px;
}

.buttons3 {
    padding: 6px 5px 5px 5px;
    border: solid 2px #721422;
    font-size: 16px;
    color: #721422;
    background-color: lavender;
    font-weight: bold;
}

.buttons3-div {
    display: inline;
    margin-left:-20px;

}



:hover.buttons , :hover.buttons1, :hover.buttons1-n, :hover.buttons2, :hover.buttons3 {
    color:black;
}

option {
    color:black;
    font-weight: bold;

}

:hover.selectboxes , :hover.selectboxes-1{
    color: black;
    
}

.hrline {
    color: antiquewhite;
    /*margin-top: -20px;*/

}
