.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #80E1ED;
    border-color: #ffa200;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #202863;
    text-decoration: none;
}
.btn-primary {
    color: #202863;
    background-color: #FFA200;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 0px solid;
    white-space: nowrap;
    padding: 15px 50px;
    font-size: 24px;
    line-height: 1.42857143;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 14px;
}
hr{
	border-top: 2px solid #202863;
	margin: 20px 0 20px 0;
}
	ul2 {
	list-style: disc;
	display: list-item;
	}}