/*CHUNGY BOY*/
*{
    margin:0;
    border: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.header_style{
    float: left;
    box-sizing: border-box;
    height:200px;
    width: 100%;
    position: absolute;
    color:white;
    background-color: #121812;
    padding-top: 50px;
    padding-left: 80px;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */  
}
.header_style h1{
    font-size: 35px;
}
.header_style p{
    font-size: 22px;
}
.header_right{
    color:white;
    height:200px;
    width: 25%;
    position: relative;
    float: right;
    overflow: hidden;
    opacity: 40%;
}
.header_right img{
    max-height: 350px;
}
/*  Body Text  */
.main_section{
    text-align: justify;
    line-height: 30px;
}
.disqus-footer {
    height: 3000px;

}
@media screen and (max-device-width:480px){
    .header_style{
        padding-top: 75px;
        padding-left: 20px;
    }
    .header_style h1{
        font-size: 25px;
    }
    .header_style p{
        font-size: 12px;
    }
    .header_right{
        width: 50%;
    }

}
@media screen and (max-device-height:480px){
    .header_style{
        padding-top: 75px;
        padding-left: 20px;
    }
    .header_style h1{
        font-size: 30px;
    }
    .header_style p{
        font-size: 14px;
    }
    .header_right{
        width: 40%;
    }

}
