body{
	background: linear-gradient(rgba(0, 87, 189, 0.5),rgb(0, 10, 22)),url(../png/mcbackground-01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.article-category{
	display: inline-block;
    width: 100%;
}

.mod-image{
	background-size: cover;
    height: 112px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: 0 auto;
    background-color: black;
}

.mod-image-curse{
	background-size: cover;
    height: 278px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    margin: 0 auto;
    background-color: black;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#articles{
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}

#forward-back-buttons button{
	margin: 0 4px;
	margin-top: 30px;
}

#forward-back-buttons{
	text-align: center;
}

.article img{
	width: 100%;
}

.article{
    text-align: center;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 10px -1px #000000;
    -webkit-box-shadow: 0px 0px 10px -1px #000000;
    box-shadow: 0px 0px 10px -1px #000000;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: solid 1px black;
}

.article p{
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
    padding: 10px 10px 10px 10px;
    color: #efefef;
	background-color: rgba(0, 0, 0, 0.2901960784313726);
    vertical-align: middle;
    min-height: 40px;
    border-bottom: solid 1px black;
}

.article-info{
	background: rgba(3, 56, 137, 0.55);
	padding: 10px;
}

.article-info .text-logo{
    font-size: 40px;
    font-weight: 600;
    color: white;
    width: 100%;
    display: block;
    margin-bottom: -13px;
}

.article-info img{
    max-width: 100px;
}

.article:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}


.article-wrapper a{
	text-decoration: none;
}

#articles h2{
    font-size: 25px;
    margin-left: 10px;
}

.article-wrapper{
	padding: 9px 6px;
    width: 19.7%;
    display: inline-block;
}

.bottom-button{
    text-align: center;
    padding: 46px 0px;
    background-color: #001e3fa6;
    border-top: solid 2px black;
}

.bottom-button .mc-text-yellow{
	font-size: 20px;
}

@media (max-width: 1800px){
	.article-info .text-logo {
    	font-size: 25px;
    }

    .mod-image-curse {
	    height: 240px;
	}
}


@media (max-width: 1400px){
	.article-wrapper{
		width: 19%;
	}

	.mod-image-curse {
	    height: 220px;
	}

}

@media (max-width: 1200px){

	.mod-image-curse {
	    height: 195px;
	}

}

@media (max-width: 1000px){
	.article-wrapper{
		width: 32%;
		padding: 10px 5px;
	}

	.mod-image-curse {
	    height: 278px;
	}
}

@media (max-width: 900px){
	.mod-image-curse {
	    height: 245px;
	}

}

@media (max-width: 700px){
	.article-wrapper{
		width: 49%;
	}
}

@media (max-width: 620px){
	.mod-image-curse {
	    height: 230px;
	}

}

@media (max-width: 440px){
	.article-wrapper{
		width: 100%;
	}

	.mod-image-curse {
	    height: 370px;
	}
}