html, body {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #231F20;
    background-color: #231F20;
    padding-top: 70px;
}

.align-justify
{
    text-align: justify;
}

.font-big {
    font-size:18px;
}

ul.font-big li 
{
    font-size:18px;
}

h1.changelog
{
    margin-top: 40px;
    margin-bottom:10px;
    font-size: 45px;
}

h1.custom, h2.custom
{
    margin-top:0px!important;
}

h2.changelog
{
    font-size: 26px;
}

p.custom, ul.custom
{
    margin-bottom:0px!important;
}

div.well 
{
    background-color:#DFE7E8!important;
}
div.jumbotron
{
    background-color:#DFE7E8!important;
}


div.image
{
	background: url("https://joyxoff.com/joyxoff_logo.png");
	

	
	background-position: center center;
	background-repeat: no-repeat;
        background-size: 80% 80%;

	width: 303px;
	height: 97px;	
	
	margin: auto;
	padding: 10px;
}

.alert {
    display: block;
    position: relative;
    border-radius: 6px;
    font-size: 1rem;
    padding: 1rem;
    margin-top: 1rem;
    background-color: hsla(0,0%,95%,1);
    background-color: #231F20;  
    outline-color: hsla(0,0%,9%,1);
    outline-color: #e3e3e3
    color: hsla(0,0%,9%,1);
    color: #dfe7e8;
    transition: height .5s ease-in,opacity .5s ease-in;
    word-wrap: break-word;
    word-break: break-word;
    border: 1px solid hsla(0,0%,100%,0);
    border: 1px solid rgba(255,255,255,0);
}

@media only screen and (max-width:1920px)
div.image
{
	background: url("https://joyxoff.com/joyxoff_logo.png");
	

	
	background-position: center center;
	background-repeat: no-repeat;
	width: 303px;
	height: 97px;	
	
	margin: auto;
	padding: 10px;
}

input[type=image]{border:none}

@media only screen and (min-width: 768px) {
    
    h1.custom, h1.changelog
    {
        padding-left:50px;
    }
    
    h2.custom
    {
        padding-left:50px;
    }    
    
    p.custom
    {
        padding-left:50px;
    }
    
    ul.custom
    {
        padding-left:80px;
    }    
}

sup 
{
    vertical-align: super;
    font-size: smaller;
}