* {
    box-sizing: border-box;
    font-family: Arial;
}

/* Style the body */
body {
    margin: 0;	max-width: 1100px;		margin: auto;

}
#logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

/* Style the top navigation bar */
.navbar {
    display: flex;
    background-image: linear-gradient(#ba0000, #440002);
    margin: auto;
}

/* Style the navigation bar links */
.navbar a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    text-align: center;
}

/* Align center navbar links on PC and tablet */
@media screen and (min-width: 700px) {
    .navbar a:first-child {
        margin-left: auto;
    }
    .navbar a:last-child {
        margin-right: auto;
    }
}

/* Change color on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Column container */
.row {
    display: flex;
    flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */

/* Sidebar/left column */
.side {
    flex: 35%;
    background-color: #f1f1f1;
    padding: 20px;
}

/* Main column */
.main {
    flex: 65%;
    background-color: white;
    padding: 20px;
}

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
    .row, .navbar {
        flex-direction: column;
    }
}

.leftPanel {
    background-image: linear-gradient(#ba0000, #440002);
    font-size: 16px;
    color: white;
    text-decoration: none;
    text-align: center;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
    background-color: #f1f1f1;
}

ul.uList {
    background-color: white;
    list-style-type: circle;
    margin-left: 1em;
}

li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    border-bottom: 1px ridge;
}

li a:last-child {
    border-bottom: none;
}

/* Change the link color on hover */
li a:hover {
    background-color: #555;
    color: white;
}

p {
    text-indent: 3em;
    text-align: justify;
}

#contactLink {
    color: black;
}

.galeriaMain {
    margin: 10px;
    width: 85px;
    height: 85px;
    transition: transform .2s;
}

.galeriaMain:hover {
    transform: scale(1.25);
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

.containerForm {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: 30px;
  color: #777;
  /* background: #4CAF50; */
  max-width: 400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  /* position: relative; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  /* font-smoothing: antialiased; */
  text-rendering: optimizeLegibility;
}

#contact input[type="text"],
/* #contact input[type="pesel"],
#contact input[type="miejsceUrodzenia"],
#contact input[type="adres"],
#contact input[type="tel"], */
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 50px 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"] {
/* #contact input[type="pesel"],
#contact input[type="miejsceUrodzenia"],
#contact input[type="adres"],
#contact input[type="tel"] { */
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover {
/* #contact input[type="pesel"]:hover,
#contact input[type="miejsceUrodzenia"]:hover,
#contact input[type="adres"]:hover,
#contact input[type="tel"]:hover { */
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

/* #contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
} */

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: linear-gradient(#ba0000, #440002);
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: linear-gradient(rgb(94, 94, 94), rgb(34, 34, 34));
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
.dataKursu {	color: #29487d;	font-size: 24px;	font-weight: bold;	text-align: center;	text-indent: 0;}

.iframeContainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}