body{
    background-image: url(../2016/01/ABC_3521_2.jpg);
    background-size: cover;
}
.pt-main {
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8) !important;
}
.pt-logo.pt-logo-image a {    
    background-color: rgba(255,255,255,0.8);
    padding: 10px;
    border-radius: 5px;
}
h1,h2,h3,h4,h5,h6{
    color: #e45dbf;
}
.pt-navigation > ul > li ul > li a {
    color: #e45dbf;
}
.pt-navigation > ul > li ul > li a:hover {
    color: #fff;
    background-color:#e45dbf;
}
.pt-header .pt-navigation > ul > li.current-menu-item > a:hover, .pt-header .pt-navigation > ul > li.current_page_item > a:hover,.pt-navigation.pt-navigation-outline.pt-navigation-vertical > ul > li > a:hover {
    color: #e45dbf !important;
    border-left-color: #e45dbf !important;
}
.pt-post .pt-post-header h1 {
    font-size: 24px;
}
.pt-main h1 a:hover {
    color: #A463DC;
}
.pt-navigation-trigger{
    background-color: transparent !important;
}
.pt-post h1,.pt-post h2,.pt-post h3{
    font-family: Montserrat, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
.pt-post .pt-post-header h1 a{
    color: #676d73;
}
.pt-comments{
    display:none;
}
@media only screen and (max-width: 1023px){

    .pt-logo.pt-logo-image a {  
        padding:0;
    }
}
.pt-content-page img{
    width: 100%;
}