
body {
    font-size: 16px;
}

p {
    padding-top: 5px;
}

#contact address {
    border: none;
    padding-top: 30px;
}

#home .btn {
    width: auto;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #7BB928 !important;
    border-color: #7BB928 !important;
    font-weight: bold;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #7BB928;
		font-weight: bold;
}

.modal-body {

	color: #000000;
}

.modal-body .form-control {

	color: #000000;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-small {
    border: 4px solid #f3f3f3; /* Light grey */
    border-top: 4px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.small-app-icon {
    border: none;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 20px;
}

#features .media-heading-wrapper {
    padding-bottom: 5px;
}
#browsers .media-heading-wrapper {
    padding-bottom: 5px;
}


article {
    padding-bottom: 20px;
}
.ff-article {
    padding-bottom: 40px;
}
.ff-article h1 {
    color: #4cae4c;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.ff-article h2 {
    text-align: left;
    color: white;
    font-size: 24px;
    padding-bottom: 5px;
}
.ff-article h3 {
    font-size: 20px;
}