
html {
    scroll-behavior: smooth;
}
header {
    color: #FFF;
}

body {
    height: 100%;
}

nav.slide-menu {
    height: 100vh;
    background: black;
    position: fixed;
    z-index: 12;
    width: 0;
    display: none;
}

nav.slide-menu-on {
    width: 180px;
    display: inherit;
}

nav.slide-menu ul {
    margin-top: 80px;
}

nav.slide-menu ul li {
    margin-top: 25px;
    list-style-type: none;
}

nav.slide-menu .img-slide-menu {
    width: 80px;
    height: 80px;
    margin-top: 25px;
    margin-left: 35px;
}


button#slider {
    z-index: 13;
    position: fixed;
    border: solid #dddddd 2px;
    background-color: transparent;
    padding: 8px 7px;
    border-radius: 17px;
    top: 7px;
    left: 12px;
}

button#slider:focus {
    outline: none;
}

button#slider .slider-bar {
    background-color: #dddddd;
    display: block;
    width: 20px;
    height: 2px;
}

button#slider .slider-bar-o {
    margin-top: 4px;
}

header.header-nav {
    display: none;
    z-index: 30;
}

header.home {
    background: black;
    background-image:linear-gradient(grey, black);
    height: 100vh;
    min-height: 500px;
    position: relative;
}

header.home video{
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
    display: none;
}

header.home img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

header.home img.kai_logo {
    width: 400px;
    top: 50px;
}

img.zenika_logo {
    width: 100px;
    bottom: 70px;
}
img.znk_logo {
    width: 100px;
    bottom: 110px;
}

section.team {
    margin: auto;
    width: 80%;
    padding: 50px 0;
}

section.offer {
    padding: 50px 0;
    min-height: 500px;
    background: url("../images/sailing-3818503_1920.jpg") center;
    color: black;
    position: relative;
}
div.offer_content {
    margin: auto;
    width: 80%;
}

div.offer_content h2 {
    margin-left: 50px;
}

section.offer img {
    width: 200px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

section.calendar {
    margin: auto;
    width: 80%;
    padding: 50px 0;
}

section.calendar table {
    width: 100%;
}

section.calendar table td {
    padding: 5px;
}

section.contact {
    padding: 50px 0;
    width: 80%;
    margin: auto;
}

section.contact input, section.contact textarea {
    color: black;
    margin: 10px 10px 20px 10px;
    width: 250px;
}

section.contact form {
    margin: auto;
    width: 70%;
}
span.error {
    color: rgb(178, 30, 62);
    font-size: 0.8rem;
}

section.contact form #send {
    background: rgb(178, 30, 62);
    border-radius: 10px;
    width: 130px;
    border: none;
    color: white;
}
section.contact form #send:focus {
    outline: none;
}

section.twitter {
    padding: 50px 0;
    text-align: center;
    background: white;
    color: black;
}

div.twitter_content {
    margin: auto;
    width: 60%;
}

footer {
    padding: 30px 30px 15px 30px;
    background-color: black;
    color: white;
    text-align: center;
}

footer div {
    margin-top: 12px;
}

footer div, footer div a {
    font-size: 0.7rem;
}

footer img {
    width: 150px;
}

.red {
    color: rgb(178, 30, 62);
}


header.title {
    width: 100%;
    height: 100px;
    background: #d6d6d6;
    padding-top: 15px;
    text-align: center;
}

header.title h1 {
    text-shadow: 2px 2px grey;
    letter-spacing: 10px;
}

header.title h1 a {
	font-size: inherit;
}

section#content {
    min-height: 500px;
    background: white;
}
section#content div {
    margin: auto;
    width: 85%;
    color: black;
}

section#content div a {
    color: rgb(178, 30, 62) !important;   
}
section#content div a:hover {
    text-decoration: underline;
}

.wpcf7-not-valid-tip {
	color: rgb(178, 30, 62);
	font-size: 0.8rem
}
.wpcf7-not-valid-tip:before {
	content: '\A';
    display: block;
}
.screen-reader-response ul {
	display: none;
}


#menu_zenikagile {
    margin: auto; 
    width: fit-content;
}   
#menu_zenikagile a {
    padding-right: 15px;
    font-size: 1.2rem;
}   

@media screen and (max-width: 640px) {
    table#speaker,
              table#speaker tbody,
              table#speaker tr,
              table#speaker td {
        display: block;
        width: auto!important;
    }
}

table#speaker {
    margin: auto;
}
table#speaker td{
    padding: 15px;
    max-width: 350px
}
td span.name {
    font-size: 1.2rem
}
        td span.metier {
    font-size: 0.8rem
}

table.programme tr td {
        padding: 10px;
        vertical-align: top;
        min-width: 80px;
        text-align:justify;
}

table.programme tr td:nth-child(2) b {
    font-size: 1.2rem;
    color: rgb(178, 30, 62) !important;
}

table.programme tr td:nth-child(1) {
    font-size: 0.8rem;
}


