

.author {
    padding-right: 7%;
    text-align: right;
    color: gray;
}

.authorFooter {
    text-align: center;
    color: #b0b0b0 !important;
	font-size: 19px;
}

.artHeader {	
	position: relative;
}

.articleImage {
    object-fit: cover;
    width:100%;
    max-height:60vh;
	opacity: 0.8;
	box-shadow: 0 0 8px 8px #fff inset;
}

.artTitleNoneBorder {
    color: white !important;
	text-shadow: 0 0 10px #804d00, 0 0 10px #804d00;
	font-weight: 900;
	font-size: 32px;
}

.artTitle {
	position: absolute;
	top: 20vh;
	padding-top: 10px;
	padding-bottom: 10px;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto; 
	width: 80%;
    box-shadow: 0 0 20px 0px #ffbf00 !important;
    color: white !important;
    background-color: black !important;
    border-color: #ffbf00;
    border-style: solid;
    border-width: 5px;
	border-radius:30px;
    text-align: center;
	text-shadow: 0 0 10px #804d00, 0 0 10px #804d00;
	font-weight: 900;
	font-size: 32px;
}


.artSubtitle {
    box-shadow: 0 0 10px 0px #ffbf00 !important;
    color: white !important;
    
    background-color: black !important;
    border-radius: 30px;
    border-color: #ffbf00;
    border-style: solid;
    border-width: 3px;
    text-align: center;
    
    margin-left: 10%;
    margin-right: 10%;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.artContent {
    text-align: justify;
    text-justify: inter-word;
    color: #b0b0b0 !important;
    padding-left: 10%;
    padding-right: 10%;
	font-size: 19px;
}
.artContentHeader {
    text-align: justify;
    text-justify: inter-word;
    color: #white !important;
    padding-left: 10%;
    padding-right: 10%;
	font-size: 19px;
	font-weight: 900;
}

.subtitleCircle {
    box-shadow: 0 0 20px 0px #ffbf00 !important;
    background-color: #ffbf00 !important;
    border-radius: 50%;
}



.icons {
    text-align: center;
}


.imageLabel {
  position: absolute;
  top: 80%;
  left: 50%;
  background-color: gray;
  opacity: 80%;
  transform: translate(-50%, -50%);
  padding-left: 5%;
  padding-right: 5%;
}


@media screen and (max-width: 768px) {
	.artSubtitle {
		margin-left: 5px !important;
		margin-right: 5px !important;
		font-size: 20px;
	}
	
	.artTitle {
		font-size: 28px;
		top: 6vh;
	}
	
	
	
	.artContent{
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size: 16px;
	}
	.artContentHeader {
		padding-left: 20px !important;
		padding-right: 20px !important;
		font-size: 16px;
	}
	
	.icons{
		max-height: 85px !important;
	}
	
	.icon{
		max-height: 85px !important;
	}
}


@media screen and (max-width: 500px) {
	.artContent{
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
	.artContentHeader{
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}
}