/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/


p.boxtext {

color: #fff;
font-size: 24px;
visibility: visible !important;

}

b.dark_green {

color: #017A33;


}

strong.dark_green {

color: #017A33;


}

a.green {

color: #017A33;
text-decoration: underline !important;

}

.boxlink h1 a,
.boxlink h2 a,
.boxlink h3 a,
.boxlink h4 a,
.boxlink h5 a,
.boxlink h6 a {
  color: #fff;
}

#logo-1 {
width: 50%;
}

a.not-100 {
width: auto;
}

a.quicklinks {

color: #017A33;
text-decoration: none;

}

a.quicklinks_light {

color: #017A33;
text-decoration: none;

}

a.quicklinks:hover {

color: #24A828;
text-decoration: underline !important;

}


.footer-social-icons a {
    background: none repeat scroll 0 0 #56728f;
    /*border: 2px solid #56728f;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    padding: 0;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color:#fff;
    
}

.footer-social-icons a:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    color:#fff;
}

.footer-social-icons-tr a {
    background: none repeat scroll 0 0;
    /*border: 2px solid #fff;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    padding: 5px 0 0 0;
    text-align: center;
    width: 40px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    color:#fff;
    
}

.footer-social-icons-tr a:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    color:#fff;
}

h1, h2, h3, h4, h5, h6 .title {
    color: #017A33 !important;
    line-height: 1.2;
}
h1, h2, h3, h4, h5, h6, .navbar .navbar-nav {
    font-family: "Raleway", sans-serif;
    color: #017A33 !important;
}

h3.boxlink {
  color: #fff !important;
}