﻿a.accordion-toggle {
    display: block;
    width: 95%;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #764e2b;
    border: 1px solid #b18e54;
    border-radius: 5px;
    outline: none;
    text-align: left;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
   font-weight:bolder;
   text-decoration:none;
}

a.accordion-toggle:hover {
    font-weight:normal;
    
}

.accordion-content {
    display: none;
    width: 90%;
    margin: auto;
    margin-bottom:5px;
}

    .accordion-content.active {
        display: block;
    }

.mainbtn-container {
    display: flex;
    width: 80%;
    margin: auto;
    align-items: center;
}

    .mainbtn-container > div {
        display: block;
        width: 47%;
        height: 35px;
        border: 3px solid #4d354d;
        border-radius: 5px;
        cursor: pointer;
        margin: 10px;
        text-align: center;
        overflow: hidden;
    }

        .mainbtn-container > div:hover {
            border: 3px solid #bb9cbb;
            color:#ffffff;
            
        }



.btn212 {
    font-family: cantiqua;
    color: #d8d0c1;
    font-size:1.3em;
    font-weight:bolder;
    background-image:linear-gradient(#b18e54, #764e2b);
}

.btn300 {
    font-family: kingthings;
    color: #cbb8a9;
    font-size: 1.7em;
    font-weight: bolder;
    background-image: linear-gradient(#764e2b, #b18e54);
}
