@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Roboto:300,400');

.logo-bg{
    background-color: #000;
    height: 120px;
}
.logo{
    text-align: -webkit-center;
    padding: 30px;
}
/*.container-topic{
    width: 1740px;
}*/
.topic-border{
    border-top: 2px solid #000;
    margin-top: 5%;
    margin-bottom: 3%;
    margin-left: 5%;
    margin-right: 5%;
    text-align: -webkit-center;
}
.topic-txt{
    font-family: 'Playfair Display', serif;
    background-color: #FFF;
    text-transform: uppercase;
    margin-top: -30px;
    z-index: 1;
    width: fit-content;
    font-size: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}
.content-bottom{
    margin-bottom: 50px;
}
.content-head-txt{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 15px;
}
/*.bd-bottom {
    border-bottom: 2px solid #000;
    margin-bottom: 10px;
}*/
.content-detail{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}
.content-detail2{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-indent: 50px;
    height: 210px;
    margin-left: 15px;
}.content-detail3{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-indent: 50px;
    margin-left: 15px;
}
.bd-bottom2 {
    border-bottom: 1px solid #000;
    margin-left: 15px;
    margin-right: 15px;
    height: 400px;
}
.social{
    float: right;
}
.txt-right{
    padding: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.content-bottom2{
    margin-bottom: 0;
}
#social a{
    color: #000;
}