
/* 
   Strona typu Coming Soon & Maintenance 
*/


/*
* Image całego tła, bez efektu blured.
* 
*/
#background-image {
  background: url(/wp-content/uploads/2020/07/lot-of-skis-opt-1920×1080.jpg) no-repeat center top fixed;
  background-size: cover;
}

.content {
  padding: 10px;
  font-size:20px;
}

/*
* Aby efekt blured tła pod logo nie rozszerzało się na całą szerokość okna. 
* 
*/
.logo-wrapper{
margin-left: auto;
margin-right: auto;	
padding-top:0;	
margin-bottom: 30px;
}

.logo-wrapper img {
  padding: 20px 15px 15px 15px;
}


/*
* Aby tło pod logo i podstawoymi informacjami miało efekt blured. 
* Chodzi o to, aby logo i podstawowe informacje były w mniejszych "oknach" mających tło z efektem blured.
*/
.content, .logo-wrapper{
  background: url(/wp-content/uploads/2020/07/lot-of-skis-opt-blured-1920×1080.jpg) no-repeat center top fixed;
  background-size: cover;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(41, 58, 139, 0.32);	
}

/* Stylowanie listy */
.content ul li {
    list-style-type: disc;
    margin-bottom: 2px;
}

strong {
    font-weight: 500;
}

a{
text-decoration: none;	
color: #0f4c6f;
}

a:hover{
color: #2F387C;	
text-decoration: underline;	
}

body {
    font-size: 18px;
}

@media only screen and (max-width: 620px){

.logo-wrapper {
    margin-top: 55px;
}
	
#background-image {
    background: url(/wp-content/uploads/2020/07/lot-of-skis-opt-blured-1920×1080.jpg) no-repeat center top fixed;
}

.logo-wrapper{
  border: none;	
}	

.content, .logo-wrapper {
    background: none;	
}

