
body, html {
  padding:0;
  margin:0;
}

#cover {
  width:100%;
  height:100vh;
  background-color: white;
}

#topslide {
  width:100%;
  height: 90vh !important;
}

.topslide {
  width:100%;
  height: 90vh !important;
}

#en, #de {
  top:30px;
  right:68px;
  position: absolute;
  width:30px;
  height:30px;
  border-radius: 60px;
  border:white solid 1px;
  background-color: #47606f;
  opacity: 0.8;
}

#de {
  right:30px;
}

#enp {
  position:absolute;
  font-family: 'Cinzel', serif;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  color:white;
  font-size: 14px;
  padding-left: 7px;
  padding-top: 5px;
}

#dep {
   position:absolute;
   font-family: 'Cinzel', serif;
   font-style: normal;
   font-weight: 300;
   text-decoration: none;
   color:white;
   font-size: 14px;
   padding-left: 4px;
   padding-top: 5px;
}

.linknav {
  display: block !important
  color:#7f7f7f !important;
  font-size: 18px;
  border-radius: 10px;
  width:200px;
  text-align: center;
  margin-left: 25px !important;
  transition: 0.3s;
}

.linknav:hover {
  background-color:#47606f !important;
  color:white !important;
  transition: 0.3s;
}

.menu-button {
  position: absolute;
  top:30px;
  left:0px;
  display: block;
}

.box {
  display: none;
  position:absolute;
  width: 100%;
  height:100vh;
  top:0;
  background-color: white;
  opacity: 0.5;
  z-index: 10
}

.boxmenu {
  display: none;
  position: absolute;
  left:50%;
  top:45%;
  transform: translate(-50%,-50%);
  z-index: 15;
}

@media screen and (max-width: 600px) {
  .box, .boxmenu {
    display: none;
  }
}

.boxwrap {
  width: 200px;
  padding-top: 10px;
}

.link {
  background-color: #47606f;
  margin-left: auto;
  margin-right: auto;
  width:22px;
  font-size: 18px;
  color:white !important;
  border-radius: 22px;
  padding-left: 13px !important;
  padding-right: 22px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  margin-bottom: 10px;
}

.link-nav {
  color:#47606f !important;
  font-size: 15px;
  line-height: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  background-color: white;
  margin-top: 2px;
}

.link-nav:hover {
  background-color: #47606f;
  color:white !important;
}

.uk-nav>li>a  {
  padding:13px;
}

.light-button {
  width: 50px !important;
  height: 50px !important;
  background-color: #47606f !important;
  border-radius: 25px;
  border: none;
  cursor: pointer;
}

.light-button:focus, .light-button:active {
  outline: none !important;
}

* {-webkit-padding-start: 0px;}
* {-webkit-padding-end: 0px;}
* {-webkit-padding-before: 0px;}
* {-webkit-padding-after: 0px;}

.linea {
  border-radius: 3px;
  width: 60%;
  height: 4px;
  background-color: white;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-bottom {
  width: 100%;
  position: absolute;
  background-color: #47606f;
  text-align: center;
  height:180px;
  bottom: 0;
  z-index: 3;
}

.home-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 440px) {
  .home-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.h1bottom {
  font-size: 40px;
  margin-top: 30px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  color: white;
  margin-bottom: 0px;
}

@media screen and (max-width: 620px) {
  .h1bottom  {
    font-size: 32px;
  }
}

@media screen and (max-width: 520px) {
  .h1bottom  {
    font-size: 28px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 415px) {
  .h1bottom  {
    margin-top: 20px;
  }
}


.h2bottom {
  margin-top: 0px;
  font-family: 'Cinzel', serif;
  font-weight: 400;
  margin-bottom: 10px;
  color:white;
  font-size: 28px;
}

@media screen and (max-width: 620px) {
  .h2bottom  {
    font-size: 24px;
  }
}

@media screen and (max-width: 520px) {
  .h2bottom  {
    font-size: 21px;
  }
}

@media screen and (max-width: 415px) {
  .h2bottom  {
    font-size: 18px;
  }
}

#puntobottom {
  font-family: 'helvetica', sans-serif;
}

.arrow-wrap {
  margin-top: -10px;
}

#svg-arrow {
  height: 45px;
  width: 120px;
  fill: #ffffff;
  stroke: #ffffff;
  cursor: pointer;
  transition: 0.8s;
}

@-webkit-keyframes animation {
  0%   { opacity: 0.2; }
  100% { opacity: 1; }
}

#svg-arrow {
  -webkit-animation: animation 1.3s ease-out 0s alternate infinite none running;
  -moz-animation:  animation 1.3s ease-out 0s alternate infinite none running;
  -o-animation: animation 1.3s ease-out 0s alternate infinite none running;
  animation: animation 1.3s ease-out 0s alternate infinite none running;
}

.castello-wrap {
  background-color: #566e81;
  position: relative;
  margin-top: -140px;
}

.descrizione-wrap {
  max-width: 45%;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .descrizione-wrap {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display:block;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.h2desc {
  padding-top: 200px;
  padding-left: 50px;
  font-family: 'Cinzel', serif;
  color:white;
  font-size: 32px !important;
}

.desc {
  height: 190px;
  font-family: 'Open Sans', sans-serif;
  font-size:17px;
  padding-top: 20px;
  padding-left: 50px;
  color:white;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 1000px) {
  .desc {
      height: auto;
      margin-bottom: 0px;
      font-size:17px;
  }
}

@media screen and (max-width: 1000px)  {
  .h2desc, .desc {
      padding-left:0;
  }
}

.image-wrap {
  display: inline-block;
  width:50%;
  max-width: 800px;
  position:absolute;
  right:0;
  bottom: 0;
}

@media screen and (max-width: 1000px) {
  .image-wrap {
    display:block;
    width: 100%;
    max-width: 100%;
    position:inherit;
    overflow: auto;
  }
}

.image {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .image {
    object-fit: cover;
    width: 80%;
    float: right;
  }
}

.images-wrap {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-right: -4px;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .images-wrap {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.images-wrap2 {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-right: -4px;
  margin-top: -1px;
}

@media screen and (max-width: 768px) {
  .images-wrap2 {
    display: none;
  }
}

.wrap-slider {
  overflow-x: hidden;
}

.nav-wrap {
  width: 1090px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .nav-wrap {
    width: 800px;
  }
}

@media screen and (max-width: 850px) {
  .nav-wrap {
    width: 545px;
  }
}

@media screen and (max-width: 576px) {
  .nav-wrap {
    width: 302px;
  }
}

.round-link {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 850px) {
  .round-link {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link {
    padding-left: 0px;
    padding-right: 5px;
  }
}

.round-link2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 850px) {
  .round-link2 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link2 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.round-link3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 850px) {
  .round-link3 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link3 {
    padding-left: 5px;
    padding-right: 0px;
  }
}

.round-link4 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 850px) {
  .round-link4 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link4 {
    padding-left: 5px;
    padding-right: 0px;
  }
}

.round-link5 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 850px) {
  .round-link5 {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link5 {
    padding-left: 5px;
    padding-right: 0px;
  }
}

.round {
  border-radius: 50%;
  width:180px;
}

@media screen and (max-width: 850px) {
  .round {
      width:143px;
  }
}

@media screen and (max-width: 576px) {
  .round {
      width:90px;
  }
}

.round2 {
  border-radius: 50%;
  width:180px;
}

@media screen and (max-width: 850px) {
  .round2 {
      width:143px;
  }
}

@media screen and (max-width: 576px) {
  .round2 {
      width:90px;
  }
}

.round3 {
  border-radius: 50%;
  width:180px;
}

@media screen and (max-width: 850px) {
  .round3 {
      width:143px;
  }
}

@media screen and (max-width: 576px) {
  .round3 {
      width:90px;
  }
}

.round4 {
  border-radius: 50%;
  width:180px;
}

@media screen and (max-width: 850px) {
  .round4 {
      width:143px;
  }
}

@media screen and (max-width: 576px) {
  .round4 {
      width:90px;
  }
}

.round5 {
  border-radius: 50%;
  width:180px;
}

@media screen and (max-width: 850px) {
  .round5 {
      width:143px;
  }
}

@media screen and (max-width: 576px) {
  .round5 {
      width:90px;
  }
}

.h2menu {
  padding-top: 20px;
  text-align: center;
  font-family: 'Cinzel', serif;
  color:#566e81;
  font-size: 42px;
  padding-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .h2menu {
    font-size: 32px;
  }
}

#ni203, #ni204, #ni306, #ni307, #ni308 {
  display: none;
  position: absolute;
  margin-top: 60px;
  margin-left: -165px;
  font-family: 'Open Sans', sans-serif;
  font-size: 44px;
  color:white;
  pointer-events: none;
}

@media screen and (max-width: 850px) {
  #ni203, #ni204{
    margin-top: 47px;
    margin-left: -125px;
    font-size: 30px;
  }
}

@media screen and (max-width: 850px) {
  #ni306, #ni307, #ni308  {
    margin-top: 47px;
    margin-left: -120px;
    font-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  #ni203, #ni204 {
    margin-top: 30px;
    margin-left: -80px;
    font-size: 22px;
  }
}

@media screen and (max-width: 576px) {
  #ni306, #ni307, #ni308 {
    margin-top: 30px;
    margin-left: -70px;
    font-size: 22px;
  }
}

.round-link:hover ~ #ni203 { display: inline-block;}
.round-link2:hover ~ #ni204 { display: inline-block;}
.round-link3:hover ~ #ni306 { display: inline-block;}
.round-link4:hover ~ #ni307 { display: inline-block;}
.round-link5:hover ~ #ni308 { display: inline-block;}

.round-link:after {
    content:'\A';
    position:absolute;
    border-radius: 50%;
    width:180px; height:180px;
    top:0; left:15px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 0 3px #B2B2B2	;
}
.round-link:hover:after {
    opacity:1;
}

@media screen and (max-width: 850px) {
  .round-link:after {
    width:143px; height:143px;
    left:12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link:after {
    width:90px; height:90px;
    left:0px;
  }
}

.round-link2:after {
    content:'\A';
    position:absolute;
    border-radius: 50%;
    width:180px; height:180px;
    top:0; left:15px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 0 3px #B2B2B2	;
}
.round-link2:hover:after {
    opacity:1;
}

@media screen and (max-width: 850px) {
  .round-link2:after {
    width:143px; height:143px;
    left:12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link2:after {
    width:90px; height:90px;
    left:5px;
  }
}

.round-link3:after {
    content:'\A';
    position:absolute;
    border-radius: 50%;
    width:180px; height:180px;
    top:0; left:15px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 0 3px #B2B2B2	;
}
.round-link3:hover:after {
    opacity:1;
}

@media screen and (max-width: 850px) {
  .round-link3:after {
    width:143px; height:143px;
    left:12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link3:after {
    width:90px; height:90px;
    left:5px;
  }
}

.round-link4:after {
    content:'\A';
    position:absolute;
    border-radius: 50%;
    width:180px; height:180px;
    top:0; left:15px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 0 3px #B2B2B2	;
}
.round-link4:hover:after {
    opacity:1;
}

@media screen and (max-width: 850px) {
  .round-link4:after {
    width:143px; height:143px;
    left:12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link4:after {
    width:90px; height:90px;
    left:5px;
  }
}

.round-link5:after {
    content:'\A';
    position:absolute;
    border-radius: 50%;
    width:180px; height:180px;
    top:0; left:15px;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: 0 0 0 3px #B2B2B2	;
}
.round-link5:hover:after {
    opacity:1;
}

@media screen and (max-width: 850px) {
  .round-link5:after {
    width:143px; height:143px;
    left:12px;
  }
}

@media screen and (max-width: 576px) {
  .round-link5:after {
    width:90px; height:90px;
    left:5px;
  }
}

.on {
  box-shadow: 0 0 3px 3px #47606f;
  border-radius: 50%;
}

.top-title {
  padding-top: 50px;
}

.pages-wrap {
  width: 500%;
  position: relative;
}

.page {
  width: 20%;
  float: left;
}

.page-container {
  width:100%;
  white-space: normal;
}

.top-title {
  padding-top: 50px;
  text-align: center;
  font-family: 'Cinzel', serif;
  color:#566e81;
  font-size: 36px;
}

@media screen and (max-width: 576px) {
  .top-title {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page-text {
  font-family: 'Open Sans', sans-serif;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 576px) {
  .page-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#pad {
  padding-top: 20px;
}

.contatti-title {
  text-align: center;
  font-family: 'Cinzel', serif;
  color:#566e81;
  font-size: 42px;
  padding-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .contatti-title {
    padding-bottom: 0px;
    margin: 0;
    font-size: 36px;
  }
}

.arrow-s {
  padding: 15px 17px 15px 5px;
  border-radius: 0px 30px 30px 0px;
  background-color: white;
  color:#566e81 !important;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
  transition:0.6s;
  margin: 0;
}

.arrow-d {
  padding: 15px 5px 15px 17px;
  border-radius: 30px 0px 0px 30px;
  background-color: white;
  color:#566e81 !important;
  top: 50%;
  transform: translate(-50%, -50%);
  display: table;
  width: -moz-max-content;
  max-width: 100%;
  box-sizing: border-box;
  transition:0.6s;
  margin: 0;
}

.arrow-s:hover {
  background-color: #EFEFEF;
  transition:0.6s;
}

.arrow-d:hover {
  background-color: #EFEFEF;
  transition:0.6s;
}

.dotnav {
  opacity:0.9;
  width: 180px;
}

.dot-width {
  width: 310px;
}

@media screen and (max-width: 768px){
  .uk-dotnav>* {
    padding-left: 6px;
    padding-bottom: 10px;
  }
}

.uk-dotnav>*>* {
  background-color: white !important;
}

.uk-dotnav > * > :active {
  background-color: #566e81 !important;
}

.uk-dotnav > .uk-active > * {
  background-color: #566e81  !important;
}

.contatti-container {
  width: 100%;
  overflow-x: hidden;
}

.contatti-wrap {
  padding-top: 20px;
  width:800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 850px) {
  .contatti-wrap {
    width:500px;
  }
}

@media screen and (max-width: 576px) {
  .contatti-wrap {
    width:300px;
  }
}

.form-wrapper {
  display: inline-block;
  width: 400px;
  border-right: 1px solid #EAEAEA;
}

@media screen and (max-width: 850px) {
  .form-wrapper {
    width: 250px;
  }
}

@media screen and (max-width: 576px) {
    .form-wrapper {
    width:300px;
    border:none;
  }
}

.contatti-box {
  display: inline-block;
  width:395px;
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
}
@media screen and (max-width: 850px) {
  .contatti-box {
    width: 240px;
  }
}

@media screen and (max-width: 576px) {
    .contatti-box {
    width:300px;
    text-align: left;
  }
}

form {
  background-color: white;
  background-size: cover;
  margin: 0;
  padding-top: 20px;
}

.col-xs-3 {
  text-align: center;
  width: 80%;
  background-color: white;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 850px) {
  .col-xs-3 {
    width: 90%;
  }
}

@media screen and (max-width: 576px) {
  .col-xs-3 {
    width: 100%;
  }
}

.form-control  {
  margin-left: auto;
  margin-right: auto;
  border-bottom:1px solid #EAEAEA !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.form-control:hover, .form-control:active, .form-control:focus {
  border-top: none !important;
  border-bottom:1px solid black !important;
  box-shadow: none !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-radius: 0 !important;
}

.has-error {
  box-shadow: none !important;
}

::-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
::-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
:-ms-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}
:-moz-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 14px;
}

input {
  background-color:#EFEFEF;
  margin: 0 !important;
}

input:hover, input:focus {
  background-color:white;
}

textarea {
  resize:none;
  min-height: 100px;
  padding: 0;
}

.row {
  margin:0;
}

.submitb {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: white;
  width: 150px;
  padding-bottom:2px;
  cursor: pointer;
  background-color: #566e81;
  font-size: 22px;
  border-radius: 10px;
  transition: 0.6s;
  border: none;
}

.submit {
  padding-top: 25px;
  padding-left: 10%;
}

.submitb:hover {
  transition: 0.6s;
  background-color: #47606f;
}

@media screen and (max-width: 576px) {
  .submit {
    padding-bottom: 35px;
  }
}

input {
  -webkit-appearance: none;
}

.form-group {
  margin-bottom: 5px;
}

.help {
  position:absolute;
  color:#7f7f7f;
}

.title1 {
  font-family: 'cinzel', sans-serif;
  font-weight: 400;
  font-size: 26px;
  padding-left: 50px;
  color:#47606f;
  line-height: 1.2;
}

@media screen and (max-width: 850px) {
  .title1 {
    padding-left: 35px;
  }
}

.aside-text {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-left: 50px;
  line-height: 1.8;
}

@media screen and (max-width: 850px) {
  .aside-text {
    padding-left: 35px;
    line-height: 1.3;
  }
}

.footer {
  margin-top: 70px;
  background-color:#566e81;
}

@media screen and (max-width: 576px) {
  .footer {
    margin-top: 20px;
  }
}

.footer-title {
  padding-top: 30px;
  text-align: center;
  font-family: 'Cinzel', serif;
  color:white;
  font-size: 42px;
  margin: 0;
}

@media screen and (max-width: 576px) {
  .footer-title {
    padding-top: 20px;
    margin: 0;
    font-size: 36px;
  }
}

.frame-wrap {
  max-width: 1200px;
  padding: 30px 50px 40px 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px)  {
  .frame-wrap {
    padding: 15px 25px 30px 25px;
  }
}


.map {
  width: 100%;
  height: 500px;
  padding:left
}

@media screen and (max-width: 768px)  {
  .map {
    height: 400px;
  }
}

@media screen and (max-width: 576px)  {
  .map {
    height: 300px;
  }
}

.line {
  width: 250px;
  border-top: 2px solid white;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.h3footer {
  font-family: 'Cinzel', serif;
  text-align: center;
  color:white;
  font-size: 36px;
  margin: 0;
}

@media screen and (max-width: 576px)  {
  .h3footer {
    font-size: 28px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
  }
}

.h3footer2 {
  font-family: 'Cinzel', serif;
  text-align: center;
  color:white;
  font-size: 26px;
  margin-top:-10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px)  {
  .h3footer2 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1;
  }
}

.pfooter {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color:white;
  padding-bottom: 20px;
  margin:0;
  font-size: 14px;
}

@media screen and (max-width: 576px)  {
  .pfooter  {
    font-size: 12px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
  }
}

#linkiris {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none !important;
  color:white;
}

{
font-family: 'Cinzel', serif;
font-family: 'Dancing Script', cursive;
font-family: 'Open Sans', sans-serif;
}
