* {
    cursor: default;
}
div input, div i {
    cursor: pointer;
}
html, body {
    height: 100%;
    padding: 0 !important;
}
body {
    background-image: url("../resources/pattern\ repeat.png"); 
    background-size: 300%; 
    background-position: 50% -1%;
}
@font-face {
    font-family: "Arial Black";
    src: url("../resources/Arial\ Black.ttf");
}
div.fb-share-button {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    float: none;
}
.black-text {
    color: black;
}
.highlight-text {
    color: #5eb1bf;
}
.grey-text {
    color: #444;
}
.white-text {
    color: white;
}
.highlight-text-hover:hover {
    color: #5eb1bf !important;
}
.black-background {
    background-color: black;
}
.highlight-background {
    background-color: #5eb1bf;
}
.transparent-highlight-background {
    background-color: rgba(94, 177, 191, 0.35);
}
.white-background {
    background-color: white;
}
.highlight-border {
    border-color: #5eb1bf;
}

.btn.highlight-text:hover {
    color: #4ea1af;
}
.btn:hover {
    transform: translate(0.5px, 0.5px);
}
.btn.highlight-background:hover {
    background-color: #81d3e2
}
.btn.highlight-border:hover {
    border-color: #81d3e2
}
.btn.highlight-background:active {
    background-color: #71c3d2;
}
.btn.highlight-border:active {
    border-color: #71c3d2;
}
.btn.highlight-background:focus {
    background-color: #71c3d2;
}
.btn.highlight-border:focus {
    border-color: #71c3d2;
}
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #71c3d2;
}
.btn-primary:not(:disabled):not(.disabled):active {
    border-color: #71c3d2;
}
.carousel-indicators li.highlight-background {
    background-color: #5eb1bf;
}

/* Navbar CSS */
.large-navbar, .small-navbar {
    background: white;
    height: 3.5rem;
}
.large-navbar p, .small-navbar p {
    height: 2rem;
    line-height: 2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.large-navbar {
    padding: 0.25rem;
    font-size: 18px;
}
.large-navbar a, .small-navbar a {
    text-decoration: none;
    color: black;
}
.large-navbar a p:hover, .small-navbar a p:hover {
    cursor: pointer;
}
.navbar-title {
    font-family: "Arial Black";
    font-size: 28px;
}
.small-navbar div.col-1 {
    line-height: 3rem;
}
.small-navbar i {
    cursor: pointer;
}
div#mobile_dropdown {
    position: absolute;
    right: 0;
    top: 3.5rem;
    height: 0;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    width: 8rem;
    background: white;
    border-top: 1px solid #eee;
    border-color: rgba(0,0,0,0);
}

div.navbutton:hover {
    font-weight: bold;
}