/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */



body {
  background: url("jew.jpg") center  fixed;
  color: white;
  font-family:Helvetica ;
  width:100%;
  height:100%;
  padding: 0;
  margin: 0;
  font-size:20px;
  
}
iframe{
    margin-top:20%;
    width:100%;
  }
.banner{
  height:300px;
  background-color:inherit;
  }
.banner:hover{
  color:white;
  background-color:black;
  }
.banner img{
  height:100%;
  width:30%;
  float:left;
}
.banner h1{
  font-size:3vw;
  margin-top:10%;
  width:70%;
  float:left;
  }
.main{
  width:75%;
  margin:auto;
  background-color:#416d8f;
  height:100%;
  min-height:100vh;
  left:12.5%;
  }
.content{
    padding:10px;
    margin: 0 auto;
    text-align: center;
  }
a{
  color:red;
  }
a:visited{
  color:red;
  }
.banner{
  width:100%;
  }
.footer{
    margin: auto;
    padding:10px;
    text-align:center;
    position: relative;
    height:7%;
    bottom: 0;
    background-color: #000099;
    }
  blockquote{
    background-color:#00004d;
    border-radius:25px;
    padding:20px;
    }
  footer{
    background-color:#4d4dff;
    width:18%;
    padding-top: 10px;
    }
.nohomo{
      height:50px;
      width:50px;
      border-radius:50px;}
      
  ul {
    list-style-type: none;
    margin-top: -1%;
    padding: 0;
    overflow: hidden;
    background-color: #0288D1;
}

li {
    float: left;
    width:20%;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
    background-color: #03A9F4;
}    
  
.goscie {
	width: 90%;
	margin: 0 auto 20px auto;
	border: 3px solid white;
	text-align: center;
	background-color: gray;
	height: auto;
	
	}
	
.sponsorzy {
  text-align: center;
  margin: 0 atuo;
}

ul li {
  width: 25%;
}

ul {
  border: solid 1px white;
}