@import url(http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext);

body{
	font-family: Lato;
}

h1{

	text-align: center; 
	font-size:40px;
}
h2{
	text-align: center;
	color:black;
}
h3{
	color:black;
	text-align: center;
	font-size:30px;
}
body{
	background-color:#336699;
	/*background-color: #4d4d4d;*/
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	color: #3399ff;
}

.container{
	width:90%;
	margin:auto;
	border-radius: 20px;
	background-color: #ffffff;
	/*background-color: #ccc;*/
}
.gora1{
	height:60px;
	padding-bottom:7px;
	padding-top:1px;
}

.gora2{
	/*background-color: #333; 
	color:#fff;
	border:5px red solid;
	border-width:3px;
	border-top-style:dotted;*/
	height:220px;
	padding-top:10px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-radius: 10px;
	/*background-color: #fff;*/
	}

@media only screen and (max-width: 1050px) {
  /* For mobile phones: */
  [class*="gora2"] {
  	height:170px;
  }
}

.block1{
	float:left;
	width:28%;
	}
.block2{
	float:left;
	width:40%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 20px;
	}
.menu{
	margin:20px;
	padding: 18px;
	background-color: #336699;
	border-radius: 5px;
}
.wynik{
	/*background-color: #333; 
	color:#fff;
	border:5px red solid;
	border-width:3px;
	border-top-style:dotted;*/
	height: 130px;
	margin-bottom: 80px;
}
.box1{
	float:left;
	width:100px;
	border:4px solid #336699;
	border-radius: 10px;
	background-color: #e6f2ff;
	}

/*.box1{

	float:left;
	width:37%;
	}
.box2{
	float:left;
	width:11%;
	border:1% solid #336699;
	border-radius: 10px;
	background-color: #e6f2ff;
	}

.box3{
	float:left;
	width:2%;
	}*/

	
.konkurencja{
	color:#fff;
	height:500px;
	margin:20px;
}

.text{
	margin:40px;
}

.agh{
	float:left;
	width:48%;
	height: 500px;
	/*box-sizing:border-box;*/
	border:4px solid #336699;
	/*position:relative;*/
	background-image:url('../images/100lat/agh1.png');
	/*background-color: #e6f2ff;*/
	background-position:center top;
	background-repeat: no-repeat;
 	background-size: cover;
	border-radius: 5px;
	padding-bottom:20px;
}
.uj{
	float:right;
	width:48%;
	height: 500px;
	border:4px solid #336699;
	background-image:url('../images/100lat/uj2.png');
	/*background-color: #e6f2ff;*/
	background-position:center;
	background-repeat: no-repeat;
  	background-size: cover;
  	border-radius: 5px;
	padding-bottom:20px;
}

.image{
	border-radius: 5px;

}

.image-1{
	border-radius: 5px;
	width:330px;
	
}

.button{
	background-color:  #333;
	color:#fff;
	padding:10px 25px;
	border:none;
	border-radius: 5px;
	margin:5px;
	}

@media only screen and (max-width: 1300px) {
  /* For mobile phones: */
  [class*="konkurencja"] {
  	height: 600px;
  }
  [class*="agh"] {
  	height: 600px;
  }
  [class*="uj"] {
  	height: 600px;
  }
  [class*="gora2"] {
  	height: 300px;
  }
  [class*="button"] {
  	font-size: 15px;
  }
  [class*="image-1"] {
  	width: 220px;
  }  
}		
	