
html, body {
  height: 100%;
  overflow: hidden;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  font-family: 'Cinzel Decorative', cursive;
}
svg{
	display:inline-block;
	position: relative;
	max-height: 50vh;
	min-height: 10vh;
	
	
}
.napisG {
  position: absolute;    
  
  z-index: 10;
  line-height: .9;

  top: 53%;
  left: 50%;
  color: #FFD07A;
  font-size: 5.7vmin;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrap {
  height: 100%;
  position: relative;
  overflow: hidden;
/*    background: #6B6B6B;*/
    
}
.wrap .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    
    background-size: cover;

}
.telko{
	
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: transparent;/* For browsers that do not support gradients */
    background-image: radial-gradient(rgba(255,0,0,0.00),rgba(0,18,63,0.30),  rgba(0,18,63,1.00));
}
.ramka{
	opacity: .8;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: 2px solid #FFAF00;
	outline-offset: -3vmin;
	z-index: 9
}
.ramka2{
	opacity: .5;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: 2px solid #FFAF00;
	outline-offset: -3.5vmin;
	z-index: 9
}
.napSmPl {
	
	padding-left: 15%;
	padding-right: 15%;
	text-align: center;
    font-family: 'Trirong', serif;
    line-height: 1.3;
    font-size: 2.0vmin;
    color: #FFD07A;
    padding-top: 5px;
    padding-bottom: 3vmin;
    margin: 0 4vmin 4vmin 0vmin;
    z-index: 10;
}
.fontPrawa{
	margin-right: 5%;
    text-align: right;
}

.napisG-2 {
text-align: center;
top: 0;
  position: absolute;
  display: block;
  z-index: 10;
	height: 100%;
}

.nar01{
	max-width: 20%;
	opacity: .5;
	left: 4vmin;
	top: 4vmin;
  position: absolute;
  display: block;
	z-index: 10;
}

.nar02{
	transform: rotate(180deg);
	max-width: 20%;
	opacity: .5;
	right: 4vmin;
	bottom: 4vmin;
  position: absolute;
  display: block;
	z-index: 10;
}


/*
style do svg
*/
.cls-1{
    fill: #fff;
}
 .cls-5 {
        fill: #FFFFFF;
      }
      .cls-1 {
        opacity: 0.4;
      }
      .cls-1, .cls-2 {
        isolation: isolate;
      }
      .cls-3 {
        fill: #62130e;
      }
      .cls-4, .cls-6 {
        fill: none;
      }
      .cls-4 {
        stroke: #F8F0DA;
        stroke-miterlimit: 10;
        stroke-width: 2px;
      }
.rob{
    stroke:green;
    fill: none;
}
/*
style end do svg
*/




#svgwrapper {
	margin-top:10%;
  display:inline-block;
  width:75%;
  height:75%;
  stroke: white;
  fill: none;
  position: relative;
}
.logo-path {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(20% + 20px);
}

.logo-path {
    stroke-dasharray: 2600;
    stroke-dashoffset: 2600;
}
.a1 { /* (A1)mictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 0.25s;
}
.a2 { /* (A2)mictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 0.45s;
}
.a3 { /* (A3)mictus */
    stroke-width: 28;
	animation: letter-animation 1s linear forwards;
    animation-delay: 0.65s;
}
.m1 { /* A(M1)ictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 0.85s;
}
.m2 { /* A(M2)ictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 1.05s;
}
.m3 { /* A(M3)ictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 1.25s;
}
.m4 { /* A(M4)ictus */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 1.45s;
}
.i1 { /* Am(i1)ctus */
    stroke-width: 28;
	animation: letter-animation 4.5s linear forwards;
    animation-delay: 1.65s;
}
.c1 { /* Ami(c1)tus */
    stroke-width: 28;
	animation: letter-animation 3s linear forwards;
    animation-delay: 1.85s;
}
.t1 { /* Amic(t1)us */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 2.05s;
}
.t2 { /* Amic(t2)us */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 2.25s;
}
.u1 { /* Amict(u1)s */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 2.45s;
}
.u2 { /* Amict(u2)s */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 2.85s;
}
.s1 { /* Amicts(s1) */
    stroke-width: 28;
	animation: letter-animation 4s linear forwards;
    animation-delay: 3.04s;
}


@keyframes letter-animation {
    0% {
        stroke-dashoffset: 2600;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.opasek{
	opacity: 0;
	
	animation: gabi 2s linear forwards;
    animation-delay: 1.5s;
}
.opasek2{
	opacity: 0;
	
	animation: gabi 2s linear forwards;
    animation-delay: .5s;
}
@keyframes gabi {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.muz{
	object-fit: none;
	height: 100vh;
	width: 100%;
	
	padding: 0;
	margin: 0;
}




#parallax-container{
	
	width: 100%;
	height: 100vh;
	padding: 0px;
	margin: 30px;
}
.box{
      
	  position: absolute;
		width: 100%;
		height: 100vh;
	}
.box-2{
             
         
       padding: 30px;
		width: 650px;
		height: 600px;
        top: 40%;
		left: 50%;
		}





