﻿body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.callaway-nav {
    padding-bottom: 5px;
}

.callaway-button {
    font-weight: bold;
    background-color: #000;
    color: #fff;
    font-size: 14px;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    border-radius: 50px;
    min-width: 220px;
}

    .callaway-button:hover {
        background-color: #fff;
        color: #000;
    }

.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/*footer {
    position: absolute;
    bottom: 0;
    width: 85%;
    max-width: 1110px;
}*/