/*html {
    box-sizing: border-box;
}

*, *::before, *::after{
    box-sizing: inherit;
}*/

body { 
    
    background-color: #0f0f0f;
    /*font-family: 'PT Serif', serif;*/
   
font-family: 'Montserrat', sans-serif;
}


.background{

    background: center url('images/bg.webp') no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

.background_t{

    background: center url('images/bgt.webp') no-repeat;
    background-size: cover;
    min-height: 5vh;
}

.bg{

padding: 0px;
margin: 0px;

}


.theme-text-primary {
    color: #2e2e2e;
}

.theme-text-secondary {
    color: #cfcfcf;
}

.theme-text-warning {
    color: #b9b9b9;
}

.theme-text-danger {
    color: #7d7d7d;
}

.theme-text-caro {
    color: rgba(207, 207, 207);
}

.theme-bg-primary {
    background-color: rgba(0, 0, 0, 0.7);
}

.theme-bg-primary-2 {
    background-color: rgba(0, 0, 0, 0.8);
	border: 1px double #7d7d7d;
	border-radius: 0.3rem;
    width:  560px;
}

.theme-bg-primary-3 {
    background-color: rgba(0, 0, 0, 0.8);
	border: 1px double #7d7d7d;
	border-radius: 0.3rem;
    width:  295px;
}

.theme-bg-primary-l {
    background-color: rgba(0, 0, 0, 0.7);
    width: 400px;
}

.theme-bg-primary-4 {
    background-color: rgba(0, 0, 0, 0.7);
    width: 90%;
}

.theme-bg-secondary {
    background-color: rgba(255, 255, 255, 0.5);}

.underline{
    text-decoration: underline;
}

  ul, ul li {
	display: block;
	list-style: none;
}

ul li {
	display: inline;
	white-space: nowrap;
    /*font-family: 'Audiowide', cursive;*/

}

.rem{
    font-size: 2rem;
}

/* Header*/
.cytat{
    /*text-decoration: underline;*/
    color: #000000;
}

/* O mnie */
.cytat_2
{   /*font-family: 'Goldman', cursive;*/
   /*font-family: 'PT Serif', serif;*/
   font-family: 'Montserrat', sans-serif; 
	font-weight: 200;
    color: #cfcfcf; 
}

.cytat_3
{   
    
    /*font-family: 'Goldman', cursive;*/
    /*font-family: 'PT Serif', serif;*/
    font-family: 'Montserrat', sans-serif; 
	font-weight: 200;
    color: #cfcfcf; 
	background-color: rgba(0, 0, 0, 0.8);
	border: 1px double #7d7d7d;
	border-radius: 0.3rem;

}

/* O mnie linki */
/* Stopka */
.cytat_4{ 
    /*font-family: 'Goldman', cursive;
    font-weight: 400;*/
   font-family: 'Montserrat', sans-serif;
	font-weight: 400;
    color: #444444;

}

/* Menu */
.cytat_5{ 

    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1rem;
    color: #444444;

}
/* Header tablet*/
.cytat_6{

    font-size: 16px;


}

/* Aktualizacja */
.cytat_9
{   /*font-family: 'Goldman', cursive;*/
   /*font-family: 'PT Serif', serif;*/
   font-family: 'Montserrat', sans-serif; 
	font-weight: 200;
    color: #cfcfcf; 
}

/* Formularz */
.form{
    /*font-family: 'Goldman', cursive; */
    font-family: 'Montserrat', sans-serif;
    color: #b9b9b9;
}

.form_2{
    background: rgba(0, 0, 0, 0.8);
    border: 1px double #7d7d7d;
    color: #e6e6e6;
}


.sentence{

    margin-top: 30%;
    margin-left: 2%;
  
}

a {

font-size: 1.5rem;

}

/* unvisited link */
a:link {
	color:#b9b9b9;
	text-decoration:none;
}

/* visited link */
a:visited {
  color: #b9b9b9;
  text-decoration:none;
}

/* mouse over link */
a:hover {
  color: #E6E6E6;
  text-decoration: none;
}

/* selected link */
a.active {
color: #b9b9b9;
text-decoration:none;
}

.logo{
    float:left;
    position:absolute;
}

.port{
    justify-content: center;
}
.stopka{

    font-size: 1rem;
    margin-top: 0%; 
    margin-left: 0%;
    margin-right: 0%;
	white-space: nowrap;
    align-items: flex;  
	text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; 
    min-width: 100%;
}

.caro{
text-align: justify;
align-content: center;
}

.linia_d{

    align-items: center;
}
.background_2{

    background: center url('images/bg_2.webp') no-repeat;
    background-size: cover;
    min-height: 100vh;

}

.container_2{
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.button{
    width:100%;
    color:#e6e6e6;
}

.button_2{
    width:150px;
    color:#e6e6e6;
}

.background_3{
    background: center url('images/bg_3.webp') no-repeat;
    background-size: cover;

    min-height: 100vh;
}

.background_7{
    background: center url('images/bg_7.webp') no-repeat;
    background-size: cover;

    min-height: 100vh;
}
.menu > li {
    float:left;
    color:#b9b9b9;
  }

  ul, ul li {
	display: block;
	list-style: none;
    text-align: center;
}

ul li {
	display: inline;
	white-space: nowrap;
}

.floatp{

   float: right;
   
}

.rolka{
position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  max-width: 100%;
  max-height: calc(100% - 20px); 
	 filter: invert(40%);
	
}

.invert{
   /* position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      max-width: 100%;
      max-height: calc(100% - 20px); */

         filter: invert(50%);
        
    }

.background_4{
    background: rgba(0, 0, 0, 0);
    text-align: center;
    

    min-height: 100vh;
}


@media only screen and (max-width: 576px) {
    .hidden-on-phone {
        display: none;
    }
}

@media only screen and (min-width: 577px) and (max-width: 992px) {
    .hidden-on-tablet {
        display: none;
    }
}

@media only screen and (min-width: 993px) {
    .hidden-on-laptop {
        display: none;
    }
}


.carousel-caption {
	
    font-family: 'Montserrat', sans-serif;
	font-weight: 600;
    position: absolute;
    right: 0;
    bottom: -0.5rem;
    left: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #fff;
    text-align: center;
}


.background_5{

    background: center url('images/bg_5.webp') no-repeat;
    background-size: cover;
    min-height: 100vh;

}
	
.btn-group-lg>.btn, .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0rem;
}
	.text-secondary {
    color: #7d7d7d!important;
}
	
	.navbar-dark .navbar-nav .nav-link {
    color: rgb(126 126 126);
}
	.btn-outline-secondary {
    color: #6c757d;
    border-color: rgb(125 126 126);
}

.vcenter {
    
    vertical-align: middle;
    margin-top: 100%;
    
}

.o_mnie{
   /* transform: translate(0%, 25%)*/
   margin-top: 2%;
}

.navbar {
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.menusrodek{
    display: flex;
    justify-content: center;
    align-items: center; 
		display: inline-block;
    text-align: center;
}

.odbior{
    /*width:160px;*/
    float: right;
}

/* Obrazek w obrazku */

.bg-1{
    background: center url('images/eventy.webp') no-repeat;
    background-size: cover;
    width:400px;
    height:300px;
    border: 2px solid #000;
    /*-webkit-filter: brightness(0.4);*/
}

.bg-2{
    background: center url('images/ceremonie.webp') no-repeat;
    background-size: cover;
    width:400px;
    height:300px;
    border: 2px solid #000;
    /*-webkit-filter: brightness(0.4);*/
}

.bg-3{
    /*background: center url('images/ekstra.webp') no-repeat;*/
    background-size: cover;
    width:400px;
    height:300px;
    border: 2px solid #000;
    -webkit-filter: brightness(0.4);
}

.min-1{
    width:370px;
    height:220px;
    align-items: center;
    text-align: center;
    margin-top: 15px;
    margin-left: 15px;
    position: relative;
    float:left;
}

.cytat_7{
    text-align: center;
    margin-top: 240px;
   

}

.zoom{
    overflow: hidden;
    width: 370px;
    height: 220px;
    border: 2px solid #000;
    float: left;
}
.zoom img {
    transition-duration: 1.5s;
    -webkit-filter: grayscale(100%);
}
.zoom img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
    -webkit-filter: grayscale(0%);
}

/* Numer telefonu */
.change:hover span { 
    display: none; 
    text-decoration: none;
} 

.change:hover::before { 
    content: "726 985 584";
    text-decoration: none;
} 

/* Adres e-mail */

.change_2:hover span { 
    display: none; 
    text-decoration: none;
} 

.change_2:hover::before { 
    content: "maciejkondratek@gmail.com";
    text-decoration: none;
} 

.background_6{

    background: center url('images/bg_6.webp') no-repeat;
    background-size: cover;
    min-height: 100vh;

}

.background_8{

    background: center url('images/bg_8.webp') no-repeat;
    background-size: cover;
    min-height: 100vh;

}


/*.login{


    height: 100vh;
    
    
}*/

.copyright {
    position: absolute;
    bottom: 0;
    padding-bottom: 6px;
}

.button_3{

    color:#e6e6e6;

}

.crl {

font-size: 1.8rem;
    
}
.crltel {

font-size: 1.3rem;
    
}

.vc {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.sc {

    height:35vh;
}

.padding{
    padding-top: 15%;
    padding-left: 5%;
    padding-right: 5%;
}

.ikonypad {
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 100%;
    width: 100%;
}

/* Formularz komunikat */
.success-message {
    color: #c4631b;
    font-weight: bold;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 2rem;
    border: 5px double #6d6d6d;
}

.error-message {
  color: #b12929;
  font-weight: bold;
  font-size: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 2rem;
  border: 5px double #6d6d6d;
}