@import url("https://use.typekit.net/gjg7znb.css");
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic|Hind|Nunito+Sans&display=swap');

* {
    box-sizing: border-box;
    font-family:'Didact Gothic', sans-serif;
}

body {
    width: 100%;
    margin: 0;
}

header {

    /* height: 100vh; */
    width: 100vw;
    background-image: url(media/headerBG.jpg);
    padding-top: 5vw;
    padding-bottom: 5vw;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}

.middle {
    /* background: white; */
    width: 60vw;
    margin: 0 auto;
    color: white;
    text-shadow: 2px 2px 12px black;
}

.middle_contact {
    width: 80vw;
    margin: 0 auto;
    color: white;
    text-shadow: 2px 2px 12px black;
    padding-top: 30px;
}


header  {
    padding-top: 70px;
}

header .desc {
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3vw;
}

header .title {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40pt;
    font-size: 6vw;
    margin: 1vw 0;
}

main {
    width: 70vw;
    margin: 20px auto;
}

.index {
    width: 75vw;
    margin: 20px auto;
}

.intro {
    padding: 20px 0px;
    margin: 0 auto;
    width: 100%;
    color: #0062ad;
    text-align: center;
    font-size: 16pt;
}

.introProgramme{
    padding: 0px 0px;
    margin: 0 auto;
    width: 100%;
    color: #0062ad;
    text-align: center;
    font-size: 16pt;
}


.topics {
   
    font-size: 12pt;
    width: 100%;
}

#ciirc {
    float: left;
    width: 40%;
    margin: 0 20px;
}
/*
@media (min-width: 800px) {
    .topics {
        width: 50%;
    }

    #ciirc {
        width: 40%;
        margin: 0 20px;
        margin-bottom: 20px;
    }

}

@media (max-width: 800px) {
    .topics {
        width: 100%;
    }

    #ciirc {
        width: 100%;
        margin-bottom: 20px;
    }

}
*/
.organizers {
    width: 100%;
    text-align: center;
}

.organizers ul {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

.organizers li {
    color: #0062ad;
    display: table-cell;
    list-style-type: none;
    padding: 10px;
    vertical-align: middle;
    font-size: 14pt;
    font-weight: 450;
    text-align: center;
    width: 50vw;

}

.blue {
    color: #0062ad;

}

#ciirc ~ hr {
    margin-top: 20px;
    clear: both;
}

footer {
    text-align: center;
    padding: 20px;
    color: white;
    font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2vw;
    clear: both;
    height: 100px;
    width: 100vw;
    margin-top: 20px;
    background-image: url(media/headerBG.jpg);
}

.black {
    color: black;
}

.news {
    background: #0062ad;
    border-radius: 2px;
    font-size: 16pt;
    text-align: center;
    color: white;
    padding: 10px;
}

.news a,
.news a:visited {
    color: white;
}

nav a:hover{
    text-decoration: underline;
}

nav {
    position: fixed;
    top: 0px;
    background: white;
}

nav a,
nav a:visited {
    text-decoration: none;
     color: #0062ad;
    font-size: 12pt;
    
}

nav ul {
    padding: 0;
}

nav ul li {
    color: #0062ad;
    display: table-cell;
    list-style-type: none;
    padding: 5px;
    vertical-align: middle;
    font-size: 12pt;
    text-align: center;
    width: 35vw;

}

.fill1 {
    margin: 20px 0;
    width: 100%;
    background-image: url(media/Praha.jpg);
    background-size: cover;
    background-position: center;
    height: 200px;
}

h2 {
    font-family: futura-pt-condensed, sans-serif;
    background: #0062ad;
    border-radius: 2px;
    font-size: 16pt;
    color: white;
    padding: 10px;
}

#contacts ul {
    font-size: 16pt;
        color: #0062ad;
}

.logos img {
    width: 30%;
    padding: 10px;
}

.logos {
   text-align: center;
    margin-bottom: 30px;
}

#home_contact {
     font-family: futura-pt-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3vw;
}

#rmei {
    width: 20vw;
}

#contacts img {
    width: 40%;
}

#logoCIIRC {
    text-align: center;
    width: 100%;
}

.flexbox {
    display:flex;
    flex-direction: row;
}

.logo_actionm {
    width: 120px;
}

.flexCenter {
    display:flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 50px 10px 20px;
}

.flexbox-fees {
    min-width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
}

.fees-box {
    display: flex;
    align-self: stretch;
    border: solid 1px;
    text-align: center;
    min-width: 20%;
    flex-direction: column;
    flex-grow: 1;
    padding: 5px 10px;
     border-color: lightgrey;
    }

.fees-box-stretch  {
    display: flex;
    align-self: stretch;
    border: solid 1px;
    text-align: center;
    min-width: 80%;
    flex-direction: column;
    flex-grow: 1;
    padding: 5px 10px;
     border-color: lightgrey;
    }

.border {
    border: solid 1px;
    border-color: lightgrey;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row;
    border-bottom: solid 1px;
        border-top: solid 1px;

}

.flex-item-first {
  padding: 5px;
  width: 120px;
  margin-top: 5px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
}

.flex-item-second {
  padding: 5px;
  margin-top: 5px;
    font-weight: normal;
        flex-grow: 1;
    flex-shrink: 1;
}

.gray {
    background: lightgray;
}

.blue {
    color: #0062ad;
}
