html {
  scroll-behavior: smooth;
}
body {
  background-color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  color: black;
  margin: 0 !important;
  overflow: scroll;
}
#header {
  background-image: url(../imgs/homeGallery/glowne.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  /* min-width: 1400px;
	max-width: 100%; */
  min-height: 935px;
}
/*navbar*/
.navbar {
  position: absolute;
  /* background: transparent !important; */
  background: rgba(0, 0, 0, 0.7) !important;
  width: 100%;
  z-index: 10;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}
.nav-link {
  color: white !important;
}
.nav-link:hover {
  color: grey !important;
}
.main {
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.main .h1 {
  font-weight: 200;
  font-size: 24px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-family: "Oswald", sans-serif;
  color: black;
}
.przycisk {
  display: block;
  margin-top: -100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  font-size: 72px;
  color: white;
}
.proba {
  color: white;
}
.proba:hover {
  opacity: 0.5;
  color: white;
}
/*footer*/
#footer {
  height: auto;
  background: black;
  font-family: "Oswald", sans-serif;
  text-align: center;
}
#footer h5 {
  padding: 10px;
}
#logoFooter {
  padding-top: 50px;
  text-align: center;
}
#socialFooter {
  display: inline-block;
}
.socialIconFooter {
  float: left;
  padding: 5px;
  color: white;
}
#footer a {
  color: white;
}
#footer a:visited {
  color: white;
}

#footer a:hover {
  color: grey;
}
#footer h5 {
  color: white;
  padding-bottom: 20px;
  font-size: 18px;
}
#footer h6 {
  color: white;
  padding-bottom: 20px;
  font-size: 14px;
}

#footer a:active {
  color: white;
}

/*Links to the wedding portfolio on the home page.*/

.weddingPhoto { 
  margin: auto;
  padding: 15px;
  text-decoration: none;
}
.weddingOverlay {
  position: relative;
  height: 100%;
  width: 100%;
}
.weddingOverlay .link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #303030;
  left: 0px;
  top: 0px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  text-align: center;
  text-decoration: none;
}
.weddingOverlay:hover .link {
  opacity: 0.8;
}
.icon {
  display: block;
  top: 25%;
  position: relative;
  font-size: 72px;
  color: white;
}
.icon p {
  font-size: 20px;
}
.social_icon {
  float: left;
  padding: 5px;
  margin-top: 35px;
}
.informationIcon {
  color: black;
  font-size: 72px;
  float: left;
}
.informationIcon h6 {
  font-size: 24px;
}
.informationIcon h7 {
  font-size: 18px;
}
.link {
  color: white;
}
.sticky {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
/* GALERIA ŚLUBNA*/
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: brightness(0.9);
  cursor: pointer;
  transition: 0.3s linear;
}
.column img:hover {
  filter: grayscale(0);
}
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  .column img {
    filter: grayscale(0) brightness(1);
  }
}
.homeContact {
  width: 100%;
  min-width: 1400px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.contactPhoto {
  float: left;
  display: inline-block;
}
.contactText {
  display: inline-block;
}
.photoDown {
  margin-bottom: 50px;
  width: 1500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 45px;
}
.photos {
  float: left;
}
.photo{
 margin-top:15px;
  margin-bottom:15px;
}

/* contact */
.contact-title {
  margin-top: 100px;
  color: black;
  text-transform: uppercase;
  /* transition: all 4s ease-in-out; */
}
.contact-title h1 {
  font-size: 24px;
  line-height: auto;
}
.contact-title h2 {
  font-size: 16px;
}
form {
  margin-left: 15%;
  margin-right:15%;
  margin-top: 50px;
  /* transition: all 4s ease-in-out; */
}
.form-control {
  
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid black;
  color: black;
  font-size: 18px;
  margin-bottom: 16px;
  font-family: "Oswald", sans-serif;
}
input {
  height: 45px;
}
form .submit {
  background: black;
  border-color: transparent;
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
}
form .submit:hover {
  background-color: grey;
  cursor: pointer;
}
.zdjecie {
  float: left;
  padding: 25px;
}
.kontakt {
  padding: 25px;
}
/* ofert */
.ofertTable {
  min-width: 400px;
  margin: auto;
  border-collapse: collapse;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.ofertTable thead tr {
  background-color: lightgray;
  color: black;
  text-align: center;
}
.ofertTable th,
.ofertTable td {
  padding: 12px 15px;
}
.ofertTable tbody tr {
  border-bottom: 1px solid gray;
}
.oText {
  padding: 15px;
  margin-top: 125px;
  margin-bottom: auto;
}





