/* 


@import url('https://fonts.googleapis.com/css?family=Oswald');
*/

@import url('https://fonts.googleapis.com/css?family=Jura');
body{font-size:1em;font-family: 'Jura', sans-serif;}  /* Jura   Oswald  */
h1{font-size:1.5rem;}
h2{font-size:1.3rem;}		
.matov1{background-color:rgba(255,255,255,0.9); min-height:60vh;padding:50px 30px 0px;}
@media (min-width: 768px){
	body{font-size:1.1em;}
	h1{font-size:2rem;}	
	h2{font-size:1.7rem;}	
	
}	
@media (min-width: 992px){
	body{font-size:1.2em;}
	h1{font-size:3rem;}	
	h2{font-size:2rem;}		
	
}	
@media (min-width: 1200px){
	body{font-size:1.5em;}
	h1{font-size:4rem;}	
	h2{font-size:2.5rem;}
	.matov1{padding:50px 200px 0px;}	
}	

.giv>div.row{

  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:100vh;

	
}

.win-clear{min-height:40vh;}

.giv>div.row:nth-child(1){  background-image: url("giv_img/4.jpg?334");}
.giv>div.row:nth-child(2){  background-image: url("giv_img/2.jpg?334");}
.giv>div.row:nth-child(3){  background-image: url("giv_img/5.jpg");}
.giv>div.row:nth-child(4){  background-image: url("giv_img/10.jpg");}
.giv>div.row:nth-child(5){  background-image: url("giv_img/12.jpg");}
.giv>div.row:nth-child(6){  background-image: url("giv_img/14.jpg");}
.giv>div.row:nth-child(7){  background-image: url("giv_img/4.jpg");}
.giv>div.row:nth-child(8){  background-image: url("giv_img/2.jpg");}


#navbar-example{position:fixed;top:10px;right:10px;font-size:1rem;z-index:3;}
#navbar-example .dropdown-menu{left: auto;
    right: 0px;
    text-align: right;}

.matov2{padding:30px;}



@media print{
body{font-size:1em;font-family: 'Jura', sans-serif;}  /* Jura   Oswald  */
h1{font-size:1.5rem;}
h2{font-size:1.3rem;}
.matov1{background-color:rgba(255,255,255,0.9); min-height:60vh;padding:50px 30px 0px;}
.win-clear, .giv>div.row,.matov1,.matov2,.giv>div.row {min-height:inherit;padding:3px;margin:0px;background-image: none !important;}	
.win-clear,#navbar-example{display:none;}
}