/* large screens */
@media (min-width: 767px){


.headerblock {font-size:400%;
line-height:1.5;
font-weight:bold;
font-family: 'Francois One', sans-serif;
color:yellow; 
background-color:teal;
padding:15px;
}



.headerposition {margin-top:-70px;
text-align:center;
width:100%;
margin-bottom:25px;}


}



@media (max-width: 767px) {


.headerblock {font-size:200%;
line-height:1.5;
font-weight:bold;
font-family: 'Francois One', sans-serif;
color:yellow; 
background-color:teal;
padding:5px;
}

.headerposition {margin-top:-30px;
text-align:center;
width:100%;
margin-bottom:25px;}


}

.galleryrowsize {margin-right:30px;border:1px solid black;padding:10px 5px 15px 7px;}



.talltale_description {
font-size:120%;
max-width:800px;
margin:20px auto 10px auto;
}


.largetitle {
width:100%;
margin-top:20px;
margin-bottom: 20px;
}


.galleryrowsize {margin-right:30px;border:1px solid black;padding:10px 5px 15px 7px;}