@font-face {
    font-family: classizismantiquabook;
    src: url(../fonts/classizismantiquabook.ttf);
}
body{
	font-family: Avenir Next;
}
.upperCase{
	text-transform: uppercase;
}
.isaure{
	margin-bottom: 2rem;
	font-size:1rem;
}
.fab{
	font-size: 23px;	
}
.hoverable:hover{
	color: #444 !important; /*#ddd*/
}
#header{
	padding-top: 5em;
	text-align: center;
}
#header .language span{
	padding: 2px;
	margin-right:15px;
}
#header .active {
	border-bottom: solid 1px black;
}
#header .col-sm-4, #header .col-sm-12 span{
	cursor: pointer;
}
#header .logo img, #footer .logo img{
    width:100%;
}
#header .col-sm-2, #header .col-sm-1, #header .col-sm-4, #header .offset-md-2, #header .col-sm-12{
    padding-top: 2rem;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 3px;
    color:black;
}
.block{
	text-align: center;
}

.block .titleBlock{
	font-family: classizismantiquabook;
	font-size: 2rem;
	margin-top: 4rem;
    margin-bottom: 4rem;
    letter-spacing: 3px;
}

#latest .textOnImg{
	 letter-spacing: 5px;
	 position:relative;
	 top: 50%;
	 color: white;
}
#latest .image img{
	width:100%;
	height:370px;
}
.block .creation .col-sm-3 .overImage{
	color: transparent;
    transition-property: color;
    transition-duration: 1s;
}
.block .creation .col-sm-3:hover .overImage{
	color:white !important;
	
}
.creation .col-sm-3 .overImage .sold{
	text-align: center;
    width: 50%;
    margin-left: 20%;
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 5px;
    position: absolute;
    top: 35%;
    color: transparent;
   
    background-color: transparent;
    padding: 10px;
	transition-property: color, background-color;
    transition-duration: 1s;
}
.creation .col-sm-3:hover .overImage .sold{
	color: black;
	background-color: white;
}
.block .creation .overImage .sharePainting{
	position: absolute;
    top: 10px;
    left: 25px; 
}

.block .creation .sharePainting .fa{
	margin-bottom: 10px;
}

.block .creation .image img{
	width:100%;
	height: 290px;
}
.block .creation .paintingName{
	font-size: 0.8rem;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 2.5rem;
    
}
.discover{
	text-align: center;
	background-color: white;
	text-transform: uppercase;
	color:black;
	font-size:7px;
	width: 30%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom:10px;
	border:1px solid white;
	transition-property: background-color;
    transition-duration: 1s;
	
}


.discover:hover{
	background-color: transparent;
	color: white;
}

.block #workshopImg img{
	width: 100%;
	margin-bottom: 2px;
}

.block .showMore{
	margin-top: 2.5rem;
    font-size: 1rem;
    border: 1px solid black;
    border-radius: 5px;
    padding: 0.3rem;
}
#paintingInfo{
	margin-top:5rem;
}
.block .centralImg{
	width:100%;
}
#paintingInfo .others{
	margin-top: 2.5rem;
}
#paintingInfo .others .picture{
	width: 15%;
	margin-right:1rem;
}
#paintingInfo .textInfo{
	text-align: left;
	font-size: 14px;	
}
#paintingInfo .textInfo .navigation{
	float: right;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
    color: black;
}
#paintingInfo .textInfo .navigation span:hover{
	font-size: 10px;
}
#paintingInfo .textInfo .subTitleBlock{
	font-size: 11px;
	font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 4rem;
    margin-top: -4rem;
}
#paintingInfo .textInfo .paintingName{
	font-family: classizismantiquabook;
	color:black;
}
#paintingInfo .textInfo .price{
	margin: 1rem 0;
	font-size: 18px;
}

#paintingInfo .textInfo .buyIt{
	width:35%;
	border:1px solid black;
	text-align:center;
	color:white;
	background-color: black;
	padding:10px;
	margin: 2.5rem 0 ;
	transition-property: background-color;
    transition-duration: 0.2s;
}
#paintingInfo .textInfo .buyIt:hover{
	color: black;
	background-color: transparent;
}
#paintingInfo .textInfo .sharePainting div{
	display:inline-block;
	margin-right: 2.5rem;
	
}
#paintingInfo .textInfo .sharePainting div a i{
	color:black;
}
#history .textInfo{
	font-size: 14px;
	color: #444;
	text-align:justify;
}
#contact{
	text-align:center;
}
#contact .followMe{
	margin-bottom: 2rem;
}

#contact .followMe div a{
	font-size: 10px;
	color: black;
	margin-left:1rem;
	margin-bottom: 3px;
	
}


#contact .followMe div a:hover{
	border-bottom: solid 1px black;
}
#hrContact{
	margin: 5rem 0;
}
#footer{
	padding-bottom: 5rem;
}
#footer #followMe{
	padding-top:1rem;
}
#footer #followMe div{
	float: right;
	
}
#footer #followMe div a i{
	color:black;
	font-size: 23px;
}

#footer #followMe .fab{
	margin-left: 25px;
}
#footer #followMe img{
	margin-left: 25px;
	height:25px;
}
#footer #followMe #text{
	padding-top: 10px;
	font-size: 10px;
    letter-spacing: 3px;
    color:black;
}
.legal{
	font-size: 10px;
	text-align: center;
}
