.bg{
    padding:70px 0;
    background-position: top center!important;
    background-size: initial!important;
    background-color: #262822;
    background-repeat:no-repeat!important;
}
.bg >div>div>div>h1{
    color: white;
    font-weight: bold;
    margin:0;
    font-size: 30px;
    margin-top:30px;
    margin-bottom:0;
}
.bg >div>div>div>p{
    color: white;
    font-weight: bold;
    margin:0 0 30px 0;
    font-size: 20px;
    font-weight: 100;
}
.cardContent{
    background: white;
    margin-top:30px;
    padding:0px;
    border-radius: 4px;
}
.top{
    min-height: 250px;
    background-color: #262822;
    /* background: url('./bgok.jpg') top center no-repeat; */
    background-size: cover;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding:50px;
    color: white;
}
.top h1{
    margin:0 0 20px 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    font-family: 'Montserrat';
}
.top p:first-of-type{
    margin:0;
    font-size: 15px;
    font-weight: 100;
}
.top p:last-of-type{
    font-size: 20px;
    margin:0;
}
.naopublicado{
    padding:10px;
    background: #ff0000;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}
.publicado{
    padding:10px;
    background: #9c3;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
}
.eventlink{
    padding:20px;
    background: #EE4459;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 100;
    position: relative;
}
.eventlink span{
    font-size: 25px;
    cursor: pointer;
}
.copied span{
    background: white;
    padding: 3px;
    color: black;
    font-size: 10px;
    position: absolute;
    top: 0;
    display: inline-block;
    right: 0;
    width: 100%;
    opacity: 1;
}
.naopublicado p, .publicado p, .eventlink p{
    margin:0;
}
.content{
    padding:60px
}
.tips{
    padding:30px;
    background: #f9f9f9;
}
.tips p{
    font-size: 14px;
    margin:0;
    color: #666666;
    font-weight: 100;
}
.tips .tipimg{
    text-align: center;
}
.tips h1{
    font-size: 20px;
    font-weight: 100;
    margin:0;
    line-height: 1;
    margin-bottom:5px;
    color:black;
}
.tips h1>span>span{
    font-weight: bold;
    color: #EE4459;
}
.config{
    margin:30px 0 0 0;
}
.config>div>div{
    text-align: center;
}
.config h1{
    color:#666666;
    font-size: 25px;
    font-weight: 100;
    line-height: 1;
    margin-bottom:0;
}
.config p{
    color:#9b9797;
    font-size: 14px;
}

.titlePublish {
    font-size: 25px;
    font-weight: 100;
    margin-top: -5px;
}

.msgPublish {
    font-size: 14px;
    color: #9b9797;
    font-weight: 100;
}


@media (max-width: 800px) {
    .content{
        padding:15px
    }
}
