[class*="btn-"] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1px;
    text-decoration: none;
    text-align: center;
    outline: 0;
    line-height: 1.1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    text-transform: uppercase;
    /*transition: all .25s ease-in;*/
    box-shadow: 3px 3px 5px rgba(34, 34, 34, 0.5);
}

.btn-l1 {
    font-size: 13px;
    /* padding: 8px 15px; */
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    border: 1px solid #6df6ff;
    color: #e5e5e5;
    /* background-color: #212735; */
}

.btn-l1:hover {
    background-color: #6df6ff;
    border: 1px solid #6df6ff;
    color: #000;
}

.btn-l3,
.btn-t3 {
    font-family:
        Open Sans,
        sans-serif;
    font-weight: 800;
    color: #000;
    background-color: #6df6ff;
    border: 2px solid #6df6ff;
    border-radius: 10px;
    box-shadow: 10px 10px 5px #00000030;
}

.btn-l3:hover,
.btn-t3:hover {
    background-color: #d82342;
    border-color: #d82342;
    color: #fff;
}

.btn-l3 {
    font-size: 38px;
    padding: 10px 35px;
    margin: 10px 5px 0 5px;
    /*text-transform: capitalize;*/
    -webkit-animation: pulse 3.5s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: pulse 3.5s infinite; /* Firefox < 16 */
    -ms-animation: pulse 3.5s infinite; /* Internet Explorer */
    -o-animation: pulse 3.5s infinite; /* Opera < 12.1 */
    animation: pulse 3.5s infinite;
}

.btn-t3 {
    font-size: 20px;
    padding: 10px 25px;
    margin: 0 5px 0 5px;
    width: 88%;
    /*text-transform: capitalize;*/
    -webkit-animation: pulse 3.5s infinite; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: pulse 3.5s infinite; /* Firefox < 16 */
    -ms-animation: pulse 3.5s infinite; /* Internet Explorer */
    -o-animation: pulse 3.5s infinite; /* Opera < 12.1 */
    animation: pulse 3.5s infinite;
}

/*================ Sticky Bottom ================*/

.sticky--bottom {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 50;
}

.sticky--bottom * {
    margin: 0;
}

/*@media only screen and (min-width:991px) {
	[class*=sticky--bottom] {
		display: none
	}
}*/

/* From Uiverse.io by suda-code */
button {
    padding: 12.5px 30px;
    border: 0;
    border-radius: 100px;
    background-color: #6df6ff;
    color: #000;
    font-weight: Bold;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

button:hover,
.btn-l1:hover,
.btn-l3:hover,
.btn-t3:hover {
    cursor: pointer;
}

button:hover {
    background-color: #1fb7b9;
    box-shadow: 0 0 20px #6fc5ff50;
    transform: scale(1.1);
}

button:active {
    background-color: #3d94cf;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    box-shadow: none;
    transform: scale(0.98);
}
