/* NHS custom style.css 27.11.2024 */
@font-face
{
font-family:Hobo;
src: url(HoboStd.otf);
}

/* CHANGE FONTS */
#site-name a, #site-name a:hover {
	font-family:Hobo;
}

/* HEADER: saidi nimi natuke suuremaks */
p#site-name a, p#site-name a:hover {
	font-size: 3.2em;
	color: seagreen;
}
#site-name a, #site-name a:link {
	text-shadow: 1px 1px 1px seagreen, 0 0 10px white, 0 0 3px white;
}
#site-name a:hover {
    text-shadow: 1px 1px 1px seagreen, 0 0 10px white, 0 0 3px white;
}
#name-and-slogan {
    padding: 45px 20px;
}

/* GRAPHICS CSS */
#top_bg {background: transparent url(fill_top.png) 0 100% repeat-x;
}
#top_left {background: transparent url(fill_top_left.png) 0 100% no-repeat;
}
#top_right {background: transparent url(fill_top_right.png) 100% 100% no-repeat;
}
#body_left {background: transparent url(fill_left.png) 0 0 repeat-y;
}
#body_right {background: transparent url(fill_right.png) 100% 0 repeat-y;
}


.view-teated h2{
	padding-top:1rem;
	margin-top:.5rem;
	border-top:2px solid lightgrey;
}
/* Sellega kaotatakse 2ra dr.Raduti, ehk 0pointi autori footer */
#bottom_bg, .by {display: none;}

/* ALBUMITE KOLA */
.views-view-grid .views-col {
	margin: 3px;
	padding: 5px;
	background-color: #F6FAE7;
	box-sizing: border-box;
}
.view-photos-album .views-view-grid .views-col {
	width: 30% !important;
}
.view-photos-album-list .views-view-grid .views-col {
	width: 23% !important;
}

/* UPDATE ICONS FOR NEW BLOCKS  See kardetavasti praegu ei toimi*/
/* where ID is the block id */
/*
#ID .block-icon {
	background: transparent url(../images/all/icons/blocks/icon_24_48.png) no-repeat;
}
*
#block-menu_block-1 .block-icon {
	background: transparent url(../images/all/icons/blocks/icon_22_32.png) no-repeat;
}

.bi32 #block-system-navigation .block-icon {
    background: transparent url(NHS32.png) no-repeat;
	width:50px;
}

#elp {display: block;
    margin-left: auto;
    margin-right: auto;
}*/


/***********************/
/* CHANGEs for MOBILES */
/***********************/

@media screen and (max-width: 48em) {

/* HEADER IMAGE */
/* Comment or erase the lines below and images rotator will work on mobiles too.
	 You can also change the image with "mobi-sq" or use your own. */
	.himg #headimg, #headimg {
		background: #fff url(../images/all/mobi-dot.png) repeat;
	}
}

