/**
* CSS
* 
* @version 2.0
* @author Vaska 
*
* There are also some obscure rules in base.css
*/

@font-face {
  font-family: Pano;
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/pano_light.woff2) format('woff2');
  src: url(/fonts/pano_light.woff) format('woff');
  src: url(/fonts/pano_light.ttf) format('truetype');
 }

body { 
  font-size: 18px;
  font-family: Pano;
  background: #fdf6a8;
  color: #000;
  line-height: 2em;
  /* font-weight: 200; */

-webkit-animation: background 180s cubic-bezier(1,0,0,1) infinite;
  animation: background 180s cubic-bezier(1,0,0,1) infinite;  
}


@-webkit-keyframes background {
  0% { background-color: #fffabd; }
  13% { background-color: #ffdb9b; }  
  38% { background-color: #ffd3cc; }
  63% { background-color: #e8eafe; }
  88% { background-color: #efffcd; }
  100% { background-color: #fffabd; }
}

@keyframes background {
  0% { background-color: #fffabd; }
  13% { background-color: #ffdb9b; }  
  38% { background-color: #ffd3cc; }
  63% { background-color: #e8eafe; }
  88% { background-color: #efffcd; }
  100% { background-color: #fffabd; }
}


}

#meniu { width: 100%; }
#m1 { float: left; width: 88%; margin-right: 2.5%; }
#m2 { float: left; width: 7%; margin-right: 2.5%; }

#menu { width: 100%; }

#body { width: 100%; }
#b1 { float: left; width: 63%; margin-right: 5%;}
#b2 { float: left; width: 30%; margin-right: 2%; }

#contact { width: 100%; }
#c1 { float: left; width: 63%; margin-right: 5%;}
#c2 { float: left; width: 30%; margin-right: 2%; }

#program { width: 100%; }
#pr1 { float: left; width: 48%; margin-right: 2%;}
#pr2 { float: left; width: 48%; margin-right: 2%; }

#partners { width: 100%; }
#p1 { float: left; width: 5%; margin-right: 5%;}
#p2 { float: left; width: 20%; margin-right: 1%;}
#p3 { float: left; width: 17%; margin-right: 1%; }
#p4 { float: left; width: 20%; margin-right: 1%; }
#p5 { float: left; width: 20%; margin-right: 8%; }
#p6 { float: left; width: 88%; margin-right: 2%; }

#ndx { width: 100%; }
#n1 { float: left; width: 5%; margin-right: 5%;}
#n2 { float: left; width: 40%; margin-right: 5%; }
#n3 { float: left; width: 40%; margin-right: 5%; }

#call { width: 100%; }
#c1 { float: left; width: 48%; margin-right: 2%;}
#c2 { float: left; width: 48%; margin-right: 2%; }

#main { width: 100%; }
#ma1 { float: left; width: 78%; margin-right: 2%;}
#ma2 { float: left; width: 18%; margin-right: 2%; }

#residents { width: 100%; }
#r1 { float: left; width: 5%; margin-right: 5%;}
#r2 { float: left; width: 27%; margin-right: 3%; }
#r3 { float: left; width: 27%; margin-right: 3%; }
#r4 { float: left; width: 27%; margin-right: 3%; }



/* link scheme */
/* you can customize links further down the page too */
a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #f00}
a:active { text-decoration: none; color: #f00; }
a img { border: none; }

/* general styles */
small { font-size: 9px; }
code { font-family: Pano; }
blockquote { padding-left: 9px; }

/* headings */
h1 { font-size: 32px; margin-bottom: 0em; line-height: 1.2em; width: 100%;}
h2 { font-size: 18px; margin-bottom: 1.2em; line-height: 1.2em; }
h3 { font-size: 16px; margin-bottom: 1em; }
h4 { font-size: 16px; margin-bottom: 1em; }

/* paragraph width */
#index p { margin-bottom: 1em; }
#exhibit p, code, blockquote { width: 100%; margin-bottom: 1em; /* line-height: 1.3em; */ }

/* highlighter style - maybe you want to change colors? */
.highlight { background: #F00; color: #fff; }

/* never adjust the margin or padding here unless you seriously know what you are doing */
/* think #index .container and #exhibit .container for only padding adjustments */
#index { width: 0px; background: #fff; /* line-height: 1.3em; */ }
#exhibit { margin: 0 0 0 25px; }


/* styling the index */
#index ul { list-style: none; margin: 0; }
#index ul.section { margin-bottom: 1em; }
#index ul.subsection {  }

/* the follow rules for index are not required */
/* they are mostly for complex customization */
/* for tag display */
#index ul#all_tags { list-style-type: none; margin-bottom: 1em; }
#index ul#all_tags li { display: inline; margin-right: 3px; }
#index ul#all_tags li a {  }

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ color: black; }

/* active section title */
#index span.active_section_title,
#index span.active_section_title a { font-weight: bold; }

/* active exhibit title parts */
/* color of active exhibit title link and font-weight */
li.active a:link, li a.active, li.active a:hover, li a.active, li.active a:active, li a.active, 
li.active a:visited, li a.active, li span.active, #index ul.section li.active a:link, 
#index ul.section li.active a:hover, #index ul.section li.active a:active, #index ul.section li.active a:visited
{ font-weight: normal; color: #00f; }

/* additional #index options */
#index ul li .password a { /* background: url(../img/locked.gif) right center no-repeat; padding-right: 18px; */ }

/* the "new" indicator */
#index ul li sup.new_exhibit { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; }
#index ul li sup.new_exhibit:before { color: #0c0; font-weight: bold; text-transform: uppercase; font-size: 8px; vertical-align: top; content: "New"; }
/* end styling for index */

/* links styles only for the #index region */
#index a:link {  } 
#index a:visted {  }
#index a:hover {  } 
#index a:active {  } 

/* links styles only for the #exhibit region */
#exhibit a:link { text-decoration: none; }
#exhibit a:active { text-decoration: none;  } 
#exhibit a:hover { text-decoration: none; } 
#exhibit a:visted {  }

/* links styles just for h1 title of site (your name/logo) */
#index h1 a { font-weight: normal; text-decoration: none; color: #000; }

/* this is where you adjust your paddings for #index and #exhibit together */
.container { padding: 27px 9px 25px 27px; }

/* this is where you pad them separately */
#index .container {  }
#exhibit .container {  }

/* size and style of titles and captions (not mobile though) */
.captioning { margin-top: 2px; }
.title { font-size: 0.7em; font-style: italic; line-height: 1.2em; }
.caption { font-size: 0.7em; font-style: italic; line-height: 1.2em; }