body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


/******************************************
Typo
*/
h1 {
    font-size: 35px;
    letter-spacing: 1px;
}

h2 {
    font-size: 25px;
    text-transform: uppercase;
}

h3, h4 {
    line-height: 20px;
}

p {
    color: #222;
    font-size: 16px;
    line-height: 24px;
    padding-left: 20px;
}

a {
    text-decoration: none !important;
    outline: none;
}

.underline {
    text-decoration: underline !important;
}

/******************************************
General              
*/

.section-title {
    margin-bottom: 32px;
}

.blue {
    color: #1562E6;
}

.purple {
    color: #D97706;
}

.bg-purple {
    background-color: #D97706;
}

.white {
    color: white;
}

.no-cursor {
    cursor: default !important;
}

.no-cursor:hover {
    border-color: #fff !important;
    color: #fff !important;
}

#intro {
    padding-top: 60px;
    padding-bottom: 30px;
}

#overview,
#info,
#accommodation,
#program,
#register,
#partner,
#attractions,
#contact,
footer {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

footer {
    background-color: #f9f9f9;
    padding-bottom: 3rem;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

.bold {
    font-weight: bold;
}

#intro h3,
#overview h3,
#info h3,
#accommodation h3,
#program h3,
#register h3,
#photo h3,
#partner h3,
#attractions h3,
#contact h3 {
    padding-bottom: 12px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

/******************************************
Preloader              
*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #222;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/******************************************
Navigation              
*/

.custom-navbar {
    margin-bottom: 0;
    background-color: #D97706;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 600;
    font-size: 4rem;
    line-height: 40px;
    font-family: 'Leckerli One', cursive;
}

.custom-navbar .nav li a {
    padding: 15px 5px 15px 5px;
    font-size: 16px;
    color: white;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-nav>li>a:hover,
.custom-navbar .navbar-nav>li>a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active>a {
    background-color: transparent;
    color: #66ccff;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: rgba(217, 119, 6, .5);
    }
    .custom-navbar.top-nav-collapse {
        background: #D97706;
        padding: 0;
    }
}


/******************************************
Intro              
*/
#intro {
    background: url('../images/bg-intro.png') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-color: #D8BFD8;
    color: #D97706;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 600px;
    text-align: center;
}

#intro .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#intro .btn-registrace {
    background: #D97706;
    border-color: #fff;
    border-radius: 100px;
}
#intro .btn-registrace:hover {
    opacity: 0.3;
    border-color: transparent;
    color: #fff;
}
#intro .title{
    line-height: 1.1em;
}

#intro h1 { 
    font-size: 35px;
    font-weight: bold;
    text-transform: none;
    letter-spacing: 1px;
}
#intro h2 {
    font-size: 35px;
    text-transform: none;
    letter-spacing: 1px;
    font-style: italic;
}

.introTitle {
    margin-top: 70px;
    padding: 20px;
    /* background: rgba(255, 255, 255, .7); */
}
ul.first li {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
    font-style: italic;
    font-weight: bold;
}
ul.second li {    
    font-size: 18px;
    line-height: 25px;
    font-weight: normal;
}

ul li p {
    font-size: 18px;
    line-height: 25px;
    font-style: italic;
    font-weight: normal;
    padding: 0 0 10px 0;
    margin: 0 0 0 -20px;
}

/******************************************
Overview              
*/
#overview .invite {
    font-size: 20px;
    line-height: 1.2em;
    text-align: justify;
}
#overview a{
    color: #D97706;
    text-decoration: underline;
}
#overview .inviteSign {
    margin-top: 30px;
    font-size: 20px;
}
#overview .jobSign {
    margin-top: -15px;
}

#overview .foto-wrapper {
    padding: 10px;
}

/******************************************
info              
*/
#info img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
  #info .myCol {
      display: block;
      width: 100%;
      padding-top: 30px;
      padding-bottom: 20px;
      margin-bottom: 22px;
  }

#info {
    background: #FFF1E6;
    color: #444;
}

#info .fa {
    color: #1562E6;
    font-size: 35px;
    width: 40px;
    padding-top: 20px;    
}

#info .title {
    color: #1562E6;
    font-weight: bolder;
    font-size: 18px;
}


/******************************************
accommodation
*/
#accommodation h3 a, 
#accommodation h3 a .fa {
    /* color: white; */
    color: #D97706;
}
#accommodation .fa {
    color: #1562E6;
    font-size: 35px;
    width: 40px;
    padding-top: 20px;
}
#accommodation .title {
    color: #1562E6;
    font-weight: bolder;
    font-size: 18px;
}
#accommodation h3 .fa {
    width: 25px;
    font-size: 25px;
    padding: 0 0 0 2px;
}
#accommodation .foto-wrapper {
    padding: 10px;
}

/******************************************
register
*/
#register {
    background: url('../images/bg-registration.jpg') 50% 0 repeat-y fixed;
   -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#register .btn {
        background: transparent;
        border: 2px solid #ffffff;
        border-radius: 0px;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 12px;
        padding: 14px 42px;
        margin-top: 42px;
        margin-right: 12px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

#register .btn-registrace {
    background: #D97706;
        border-color: transparent;
        border-radius: 100px;
    }

#register .btn-registrace:hover {
        /* background: transparent; */
        opacity: 0.3;
        border-color: #fff;
        color: #fff;
    }

/******************************************
program
*/
#program {
    /* background: url('../images/bg-registration.jpg') 50% 0 repeat-y fixed; */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

#program h3 {
    padding-bottom: 0px;
}

#program h4 {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}

#program h4.major {
    color: #D97706;
    padding-bottom: 10px;
}

#program h4.minor {
    padding-top: 0px;
    margin-top: 0px;
    padding-left: 40px;
    font-weight: normal;
}

#program p {
    padding-bottom: 2px;
    margin-bottom: 0px;
    font-weight: bold;
}

#program h3 {
    margin-top: 16px;
    color: #D97706
}

#program .program-divider {
    padding-top: 10px;
    border: 0;
    border-bottom: 1px solid #D97706;
}

#program span {
    padding-right: 12px;
}

#program img {
    border-radius: 50%;
}

.nav-tabs {
    margin-bottom: 20px;
    border-bottom: solid 1px #ccc;    
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs>li>a {
    font-weight: 600;
    font-size: 16px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0px;
    color: #444;
}

.nav-tabs>li>a:hover {
    background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #D97706;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: solid 1px #D97706;
}

/******************************************
partner
*/
#partner img {
    margin-bottom: 20px;
}
#partner img:hover {
    transform: scale(1.2);
    transition: transform 250ms;
}


/******************************************
attractions
*/
#attractions img {
    margin-bottom: 20px;
}
#attractions img:hover {
    transform: scale(1.05);
    transition: transform 250ms;
}
#attractions p.link {
    color: #D97706;
    text-align: center;
}


/******************************************
contact
*/
#contact {
    background: url('../images/bg-contact.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
#contact .fa {
    color: #1562E6;
    font-size: 35px;
    width: 40px;
    padding-top: 20px;    
}
#contact .title {
    color: #1562E6;
    font-weight: bolder;
    font-size: 22px;
}
#contact p {
    font-size: 16px;
    line-height: 24px;
}
#contact .container {
    background: rgba(255, 255, 255, .7);
}

/******************************************
footer
*/

footer {
    background-attachment: fixed;
}


/* Back top */

.go-top {
    background-color: #222;
    bottom: 1em;
    right: 1em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #D97706;
    color: #ffffff;
}


/*---------------------------------------
   Responsive styles            
-----------------------------------------*/

@media (max-width: 1000px) {
    ul.navbar-right li a {
        padding: 17px 0 0 10px;
    }
    .custom-navbar .navbar-brand {
        font-weight: bolder;
        font-size: 3rem;
        line-height: 20px;
    }
    .nav-tabs>li>a {
        font-weight: 500;
        font-size: 16px;
    }
    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 30px;
    }
    #intro h1{
        letter-spacing: 1px;
    }
    #intro h2{
        letter-spacing: 1px;
        font-style: italic;
    }    
    .introTitle {
        margin-top: 0px;        
        padding: 20px;
    }
    h2 {
        font-size: 24px;
        text-transform: uppercase;
    }
    h3, h4 {
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    #overview .invite{
        font-size: 18px;
    }
    #overview .inviteSign {
        margin-top: 25px;
        font-size: 18px;
    }
    .custom-navbar .nav li a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px 10px 20px;
    }

   .nav-tabs>li>a {
       font-weight: 100;
        font-size: 14px;
    }
    #intro {
        height: 400px;
    }
    #intro h1, #intro h2{
        font-size: 22px;
        letter-spacing: 0px;
    }
    .introTitle {
        margin-top: 10px;
        padding: 20px;
    }
    h2 {
        font-size: 20px;
        text-transform: uppercase;
    }
    h3, h4 {
        font-size: 18px;
    }    
    #intro,
    #overview,
    #info,
    #accommodation,
    #program,
    #register,
    #photo,
    #partner,
    #contact,
    footer {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }    
}

@media (max-width: 450px) {
    #overview .invite{
        font-size: 14px;
    }
    #overview .inviteSign {
        margin-top: 20px;
        font-size: 14px;
    }    
    #overview .jobSign {
        font-size: 12px;
    }
    .nav-tabs>li>a {
        font-weight: 300;
        font-size: 14px;
        line-height: 14px;
    }
    #intro {
        height: 400px;
    }
    #intro h1, #intro h2{
        font-size: 18px;
        letter-spacing: 0px;
    }
    .introTitle {
        margin-top: 10px;
        padding: 10px;
    }
    h2 {
        font-size: 16px;
        text-transform: uppercase;
    }
    h3, h4 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }
}
