/*   
Theme Name: Reformados RTP
Description: Template para os sites das associações de reformados RTP
Author: Multimédia RTP
Version: 1.0
*/

* {
    font-family: 'Open Sans', sans-serif;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

a:hover {
    text-decoration: none;
}

header {
    background: url('includes/img/header_RTP_home.png') no-repeat top center;
    padding: 25px;
}

header img {
    width: 150px;
}

.content-placeholder {
    margin-top: 50px;
    margin-bottom: 50px;
}

.item {
    height: 285px;
    background-color: #265cff;
    margin-bottom: 10px;
}



.carousel-inner .item {
    height: auto
}

.item .bg-placeholder {
    height: 150px;
}

.item .title-placeholder h2 {
    padding: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20pt;
}

article h1 {
    text-transform: uppercase;
    color: #0b227d;
    font-weight: bold;
}

.article-image {
    margin-bottom: 25px;
}

footer .hyperlink-placeholder {
    background-color: #d0e5ef;
    padding: 25px;
}

footer .hyperlink-placeholder a {
    text-decoration: underline;
}

footer .hyperlink-placeholder p {
    text-transform: uppercase;
}

footer .logo {
    background: url('includes/img/footer_RTP.png') no-repeat top center;
    padding: 25px;
}