/* ==========================================================================
   custom styles
   ========================================================================== */

body {
    font-family: 'Ubuntu Mono', sans-serif;
    font-size: 26px;
}

.bigfont {
    font-family: 'Ubuntu', sans-serif;
    font-size: 56px;
}

/* colors */

.default-primary-background {
    background: #9e9e9e;
}

.dark-primary-background {
    background: #616161;
}

.light-primary-background {
    background: #f5f5f5;
}

.default-text-color {
    color: #616161;
}

.dark-text-color {
    color: #212121;
}

.light-text-color {
    color: #F5f5f5;
}

.accent-color {
    /*background: #CDDC39;*/
    background: #de322f;
}

/* hr colors */

hr {
    border-color: #212121; /* dark text color */
}

.no-margins {
    margin-bottom: 0px;
}

.no-paddings {
    padding: 0px;
}

.centered {
    text-align: center;
}

.cursor-pointer {
    cursor:pointer;
}

a:link {
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    color: #212121;
    font-weight: bold;
    text-decoration: none;
}


.button {
    background-color: #9e9e9e;
    color: #212121;
    padding: 20px 50px 18px 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    outline: none !important;
}

input[type="button"].button {
    float: right;
    margin-top: 50px;
    padding: 18px 50px 15px 50px;
    height: 50px;
    width: 155px;
}

.button:hover {
    background-color: #616161;
}

.button:focus {
    background-color: #616161;
}

.button:active {
    background-color: #de322f;
}


/* carousel */

a.carousel-control .glyphicon {
    color:#de322f;
}

/* bootbox modal dialogs */

div.modal-content {
    background-color: #f5f5f5;
    font-size: 18px;
}

/* The button in a modal bootbox dialog */
.bootboxbutton {
    background-color: #9e9e9e;
    color: #212121;
    padding: 20px 50px 18px 50px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    border: none;
    font-size: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-family: sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    outline: none !important;
}

.bootboxbutton:hover {
    background-color: #616161;
}

.bootboxbutton:focus {
    background-color: #616161;
}

.bootboxbutton:active {
    background-color: #de322f;
}

/* Carousel */

.full-width {
    width: 100%;
}


/* Animation */

.duration2s {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
