﻿body {
    margin: 0;
    padding: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #333333;    
    line-height: 26px;
}

/* 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: 400px;
}

p {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    color: #24903f;
}
    a:hover {
        color: #dfdd22;
    }



label {
    display: block;
}

input, select:focus-visible, textarea {
    outline: none;
    resize: none;
}

h1, h2, h3, h4, h5, h6, .title, .subtitle {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #24903f;
    margin-bottom: 25px;
    margin-top: 0;
    display: block;
}

.btnPhast {
    background-image: linear-gradient(90deg, #cdd623, #24903f);
    border: 0;
    -webkit-appearance: none;
    width: 150px;
    color: white;
    font-size: medium;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50rem !important;
}

