@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,700');
/* reset */
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
html, body {
    font-family: 'Quicksand', sans-serif;
}
h1 {
    font-size: 90px;
    line-height: 100px;
}
h2 {
    font-size: 72px;
}
h3 {
    font-size: 18px;
    line-height: 24px;
}
h4 {
    font-size: 12px;
    line-height: 18px;
}
td {
    text-align: left;
}
p {
    font-size: 18px;
    line-height: 24px;
}
ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    padding-inline-start: 0px;
}
.btn:focus {
    box-shadow: inset 0 -1px 0 #ddd;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
/* header */
header {
    position: relative;
    background-color: black;
    height: auto;
    min-height: auto;
    width: 100%;
    overflow: hidden;
    color: #fff;
}
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
header .wrapper {
    position: relative;
    z-index: 2;
    min-height: 100%;
    height: 100%;
}
header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.8;
    z-index: 1;
}
#menu {
    padding: 0px 100px 0px 100px;
}
#event-content h1 {
    margin-top: 200px;
}
#event-content h1 span {
    color: #0b68ff;
}
#event-content ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
#event-content {
    padding-left: 100px;
}
#counter {
    text-align: right;
    padding-right: 100px;
}
#counter h2.display-4 {
    margin-top: 200px;
}
#counter span {
    color: #0b68ff;
}
#counter small {
    display: block;
    margin: 200px 0px 20px 0px;
}
#data {
    font-size: 30px;
    opacity: 0;
    margin-bottom: 20px;
}
header hr {
    border: 0;
    border-top: 1px solid #fff;
    margin: 40px 0px 20px 0px;
}
/* logotypy */
#organizatorzy img {
    margin: 10px 30px 10px 30px;
}
#organizatorzy li {
    display: inline-block;
}
#organizatorzy {
    text-align: center;
    padding-left: 100px;
}
#partnerzy img {
    margin: 10px 30px 10px 30px;
}
#partnerzy li {
    display: inline-block;
}
#partnerzy {
    text-align: center;
    padding-right: 100px;
}
/* logotypy footer */
#organizatorzy2 img {
    margin: 10px 30px 10px 30px;
}
#organizatorzy2 li {
    display: inline-block;
}
#organizatorzy2 {
    text-align: center;
}
#partnerzy2 img {
    margin: 10px 30px 10px 30px;
}
#partnerzy2 li {
    display: inline-block;
}
#partnerzy2 {
    text-align: center;
}
/* sekcje */
section {
    margin: 30px 0px 30px 0px;
}
section h2 {
    margin: 30px 0px 30px 0px;
}
#section1 img {
    max-width: 300px;
    height: auto;
}
#section2 .csyellow {
	background: #eec536;
	color: #142832;
	padding: 5px;
}
#section2 .csblue {
	background: #0b68ff;
	color: #fff;
	padding: 5px;
}
#section2 .csdark {
	background: #000000;
	color: #fff;
	padding: 5px;
}

#section3 img {
    border: 1px solid #f1f1f1;
}
#section3 h3 {
    font-weight: 700;
    margin-top: 20px;
}
/* footer */
footer {
    margin: 30px 0px 20px 0px;
}
footer a {
    color: #333;
}
footer a:hover {
    color: #333;
}
footer ul {
    padding: 0px;
}
footet hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #333;
}
footer #fleft {
    text-align: left;
}
footer #fright {
    text-align: right;
}
/* form */
#register {
    text-align: center;
}
h2.tkp { margin-top: 160px; }
/* btn yellow */
.btn-ghost {
    background: none;
    border: solid 3px #eec536;
    color: #eec536;
    border-radius: 0;
}
.btn-ghost:hover {
    color: #fff;
    outline: none;
}
/* btn grey*/
.btn-ghostg {
    background: none;
    border: solid 3px #0b68ff;
    color: #0b68ff;
    border-radius: 0;
}
.btn-ghostg:hover {
    color: #000;
    outline: none;
}
/* navbar */
.navbar-ghostg {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.navbar-ghostg a {
    color: #fff;
    text-decoration: none;
}
.navbar-ghostg a:hover {
    border-bottom: 3px solid #eec536;
}
.active a {
    border-bottom: 3px solid #eec536;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
/* ontop btn */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #eec536; /* Set a background color */
  color: #142832; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
	background-color: #555;
	color: #fff;
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 540px) {
    #menu {
        padding: 0px 40px 0px 40px;
    }
    #event-content h1 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 160px;
    }
    #logo {
        width: 120px;
        height: auto;
    }
    #event-content {
        text-align: center;
        padding: 0px 40px 0px 40px;
    }
    header {
        height: auto;
        min-height: auto;
    }
    #counter small {
        margin-top: 0px;
        margin: 40px 0px 20px 0px;
    }
    #counter {
        text-align: center;
        padding: 0px 40px 0px 40px;
    }
    footer small {
        display: block;
        margin: 10px 0px 10px 0px;
    }
    footer {
        text-align: center;
    }
    footer #fleft {
        text-align: center;
    }
    footer #fright {
        text-align: center;
    }
    header {
        background: black no-repeat center center scroll;
        background-size: cover;
        background-position: center center;
    }
    header video {
        display: none;
    }
    #partnerzy {
        text-align: center;
        padding: 0px;
    }
    #partnerzy li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy {
        text-align: center;
        padding: 0px;
    }
    #partnerzy2 {
        text-align: center;
        padding: 0px;
    }
    #partnerzy2 li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy2 li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy2 {
        text-align: center;
        padding: 0px;
    }
    #data {
        font-size: 24px;
    }
}
@media (min-width: 541px) and (max-width: 992px) {
    #menu {
        padding: 0px 40px 0px 40px;
    }
    #event-content h1 {
        font-size: 48px;
        line-height: 50px;
        margin-top: 160px;
    }
    #logo {
        width: 120px;
        height: auto;
    }
    #event-content {
        text-align: center;
        padding: 0px 40px 0px 40px;
    }
    header {
        height: auto;
        min-height: auto;
    }
    #counter small {
        margin-top: 0px;
        margin: 40px 0px 20px 0px;
    }
    #counter {
        text-align: center;
        padding: 0px 40px 0px 40px;
    }
    footer small {
        display: block;
        margin: 10px 0px 10px 0px;
    }
    footer {
        text-align: center;
    }
    footer #fleft {
        text-align: center;
    }
    footer #fright {
        text-align: center;
    }
    header {
        background: #000;
        background-size: cover;
        background-position: center center;
    }
    header video {
        display: none;
    }
    #partnerzy {
        text-align: center;
        padding: 0px;
    }
    #partnerzy li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy {
        text-align: center;
        padding: 0px;
    }
    #partnerzy2 {
        text-align: center;
        padding: 0px;
    }
    #partnerzy2 li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy2 li {
        display: block;
        margin: 20px 0px 20px 0px;
    }
    #organizatorzy2 {
        text-align: center;
        padding: 0px;
    }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 993px) and (max-width: 1024px) {
    #event-content h1 {
        font-size: 48px;
        line-height: 56px;
        margin-top: 160px;
    }
    #counter h3 {
        font-size: 24px;
    }
}
/* Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1025px) and ( max-width: 1600px) {
    #event-content h1 {
        font-size: 72px;
        line-height: 80px;
        margin-top: 160px;
    }
    h2.tkp { margin-top: 160px;}
    #counter small {
        margin-top: 160px;
    }
}