*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
}

/* General style START */

h1 {
  font-size: 1.5vw;
  margin: 3vw 0 2vw 0;
  margin-top: 0;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  text-decoration: underline;
}

h2 {
  font-size: 1.5vw;
  margin: 0 0 1vw 0.6vw;
  margin-top: 1vw;
  font-weight: bold;
  color: black;
}

h3 {
  font-size: 1vw;
  font-weight: normal;
  margin-left: 2vw;
}

h4 {
  font-weight: 400;
  text-decoration: underline;
}

p {
  font-size: 1.2vw;
  font-weight: lighter;
  padding-left: 2vw;
  margin-bottom: 3vw;
  font-style: italic;
  width: 50vw;
}

a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}

form {
  margin: 0;
  display: inline-block;
}

/* General style END */

/* Layout style START */

.container {
	min-height: 100%;
	position: relative;
}

header {
  width: 100%;
  margin-bottom: 3vw;
  top: 0;
  padding-top: 1vw;
  text-align: center;
}

footer {
  width: 100%;
  height: 2vw;
	position:absolute;
	bottom:0;
	left:0;
  color: #d0d0d0;
  font-size: 0.8vw;
  text-align: center;
  padding-top: 2vw;
}

.logo {
  display: inline-block;
}

nav {
  display: inline-block;
  position: relative;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#main-menu li {
    float: right;
    margin-left: 2vw; 
}

#year-selection li {
    float: left;
    margin-left: 2vw; 
}


li a {
    display: block;
    text-decoration: none;
    font-size: 1.2vw;
    color: black;
    font-weight: 600;
}

.archive {
  width: 30%;
}

.content {
  width: 90%;
  margin: 1vw auto 3vw;  
}

.align {
    padding: 0 8vw 0 7vw;
}

.full-page {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12vw!important;    
}

.test-wrapper {
 padding: 0vw 5vw 3vw 7vw;
}

.list {
  width: 75%;
  position: relative;
}

.archive {
  width: 25%;
  float: right;

}

.text {
  font-size: 1vw;
}

.text h2 {
  font-size: 1.2vw;
  margin: 1vw 0 1.5vw 0;
}




/* Layout style END */

/* Menu START */

.logo img {
  width: 11vw;
  position: relative;
  top: 1.89vw;                      
  left: 2vw;
  margin-right: 7vw;

}

.search-box {
  display: inline-block;
  margin: 0 5vw 0 0vw;
}

input[type=text] {
    width: 32vw;
    font-family: 'FontAwesome', 'Montserrat', sans-serif;
    padding: 0.85vw 1vw;
    box-sizing: border-box;
    border: 0.2vw solid;
    border-radius: 0.6vw;
    font-size: 1.5vw;
}
.search-button {
    position: absolute;
    font-size: 2vw!important;
        left: 29.5vw;
    top: 3.2vw;
}

button h3 {
  font-size: 1.2vw;
  margin: 0.1vw 0.3vw 0 1vw;
  text-align: left;
}

button h3:hover {
  color: grey;
}

.underline {
  display: inline-block;
  position: relative;
  background: linear-gradient(to bottom, transparent 90%, #000 65%)no-repeat center left / 0 100%;
  transition: background-size 0.5s ease
}
  
.underline:hover {
  background-size: 100% 100%;
}

  
.active {
  display: inline-block;
  position: relative;
  background: linear-gradient(to bottom, transparent 90%, #000 65%)no-repeat center left / 100%;
}

/* Menu END */

/* Footer START */

.footer-table {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0.5vw;
}

.footer-table a {
  color: black;
  text-decoration: none;
  font-weight: 600;
  font-size: 1vw;
}

.footer-table a i {
  font-size: 1.1vw;
}

.footer-table #logo {
  width: 5%;
  padding-right: 2.5vw;
}

.footer-table #muni {
  width: 5%;
  padding-right: 3vw;
}

.footer-table #link {
  width: 15%;
  text-align: left;
}

.footer-table #social {
  width: 28%;
  text-align: center;
}

.footer-table #kod {
  width: 15%;
  font-size: 1vw;
  color: black;
}

.footer-table #social i {

margin-right: 0.5vw;
 
}

.footer-table #copyright {
  font-size: 1vw;
  text-align: right;
  color: black;
}

#arrow {
  width: 2vw;
  position: absolute;
  right: 5vw;
  bottom: 3vw;
  cursor: pointer; 
}

.tim-logo {
  width: 7vw;
}

.muni-logo {
  width: 5.5vw;
}

hr {
  color: #000;
  background: #000;
  width: 90%;
  height: 0.3vw;
}

/* Footer END */

/* Embed style START */

embed {
  width: 95%!important;
  height: 40vw;
  margin-bottom: 2vw;
}
.pdf-link {
  display: block;
  margin-bottom: 1vw;
  text-decoration: underline;
  color: black;
  font-size: 0.9vw;
}

.open-pdf-link {
  display: none;
  margin-bottom: 1vw;
  text-decoration: underline;
  color: black;
}

/* Embed style END */

/* List style START */

button {
    background-color: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

/* List style END */

/* Information START */
.information {
  font-size: 0.8vw;
  font-style: normal;
  width: 100%;
}

/* Inforamtion END */

/*Text format style START*/
.text ul li {
    padding-left: 1vw;
}

.text h3 {
  font-weight: 600;
  margin-left: 0;
}

/*Text format style END*/

/* Cover style START */

#cover-wrapper {
  display: inline;
  position: relative;
}

#cover {
  width: 21vw;
  margin-bottom: 1vw;
}


/* Cover style END */

/* Mobile style START */


@media screen and (max-width: 820px) {

h1 {
  font-size: 6.5vw;
}

h2 {
  font-size: 5.5vw; 
}

p {
  font-size: 3vw;
  margin-bottom: 5vw;
}

nav {
  display: inline;
  width: 100%;
}

header {
  margin-bottom: 0;
}

#main-menu li {
  float: left;
  width: 33.3%;
  margin: 0;
}

li a {
  font-size: 4.5vw;
  margin-top: 1.5vw;
}

.logo {
  width: 30%;
  float: none;
}

.logo img {
  width: 22vw;
}

.search-box {
  width: 60%;
}

input[type=text] {
  width: 60vw;
  height: 6.4vw;
  font-size: 3.5vw;
  position: relative;
  top: -2vw;
  border: 0.35vw solid;
  border-radius: 0.8vw;  
}

#search-result {
  margin-top: 5vw;
}

.content {
  padding: 0;
}

.align {
    padding: 0 8vw 0 7vw;
}

button h3 {
  font-size: 4.5vw;
}

.archive {
  float: left;
  margin: 3vw 0 8vw 0;
  font-size: 4vw;
  display: inline;
  width: 100%;
}

.archive h2 {
  margin: 0 0 1vw 0; 

}

.list {
  width: 100%;
  position: relative;   
    animation: fadeIn 5s ease-out;
  -webkit-animation-fill-mode: both;
}

#list-test {
  padding-bottom: 5vw;
}

#arrow {
  display: none;
}

.footer-table a {
  font-size: 2.5vw;
}

.footer-table #kod {
  font-size: 2.5vw;
}

.footer-table #copyright{
  font-size: 2.5vw;
}

.footer-table #social {
 width: 14%;
}

.tim-logo {
  width: 11vw;
}

.information {
  font-size: 2.5vw;
}

.text {
  font-size: 2.7vw;
  padding-bottom: 5vw;
}

.text h2 {
  font-size: 5.2vw;
}

.text h3 {
  font-size: 4.2vw;
}

.muni-logo {
  display: none;
}

embed {
  display: none;
}

.pdf-link {
  display: none;
}

.open-pdf-link {
  display: inline;
  font-size: 5vw; 
}

#cover {
  width: 75vw;
}


}

/* Mobile style END */




.fade-in {
  animation: fadeIn 4s ease-out;
  -webkit-animation-fill-mode: both;
}


@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;

    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}








