/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version: 2.0.5
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
/* Small devices (tablets, 768px and up) */
/*  Darkens font for sector item overlay*/
.leaddark {
    font-weight: 700;
    color: #777777;
}
.fix-image {
    width: 100%;
}
.fix-font{
    color: black;
}
.botmarg {
    margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
    .medium-responsive {
        font-size: 250px;
        font-weight: 700;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
    .medium-responsive {
        font-size: 125px;
        font-weight: 700;
    }
}
@media screen and (min-width: 768px) {
    .small-responsive {
        font-size: 130px;
        font-weight: 700;
    }
}

/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
    .small-responsive {
        font-size: 15px;
        font-weight: 700;
    }
}
/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .hline {
    }
}

/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
    .hline {
        font-size: 15px;
        font-weight: 700;
    }

}
.table-colored a:link {
    color: white
}

.table-colored a:visited {
    color: lightyellow
}

.table-colored a:hover {
    color: yellow
}