/* Custom button class */
.btn-custom-full {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(1.5,1.5);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 36px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-full:hover {
    background-color: #a37107; /* Darker shade on hover */
}  
/* Custom button class */
.btn-custom-1024 {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(1.5,1.5);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 30px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-1024:hover {
    background-color: #a37107; /* Darker shade on hover */
}
/* Custom button class */
.btn-custom-1024 {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(1.5,1.5);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 24px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-1024:hover {
    background-color: #a37107; /* Darker shade on hover */
}    
/* Custom button class */
.btn-custom-950 {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(1,1);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 20px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-950:hover {
    background-color: #a37107; /* Darker shade on hover */
}  
/* Custom button class */
.btn-custom-758 {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(0.8,0.8);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 16px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-758:hover {
    background-color: #a37107; /* Darker shade on hover */
}
  /* Custom button class */
.btn-custom-524 {
    background-color: #fcad03; /* Button background color */
    color: #333333;             /* Text color */
 	transform: scale(0.8,0.8);
    padding: 10px 20px;       /* Padding */
    border: none;             /* Remove border */
    border-radius: 5px;      /* Rounded corners */
    font-size: 16px;          /* Font size */
    text-align: center;       /* Center text */
    text-decoration: none;    /* Remove underline */
    display: inline-block;    /* Allows width and height */
    transition: background-color 0.3s; /* Transition effect */
}

.btn-custom-524:hover {
    background-color: #a37107; /* Darker shade on hover */
}
