/* Text Elements */

h1 {
  color: darkred;
  font-size: 20px;
  font-family: Verdana;
}

h1.header-greeting {
  margin-bottom: 0;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 22px;
  font-family: Arial, Verdana;
}

h1#info-greeting {
  color: #535353;
}

h1.site-title {
  color: Navy;
  margin-top: 20px;
  text-align: center;
  font-weight: 4;
  font-size: 50px;
  font-family: Verdana;
}

h3 {
  color: darkred;
  font-size: 20px;
  font-family: Verdana;
}

h3.section-title {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 28px;
}

/* h3.site-title {
  color: Black;
  margin-top: 20px;
  text-align: center;
  font-weight: 4;
  font-size: 36px;
  font-family: Verdana;
} */

h3.site-title {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 16px;
  /* color: #00173f; */
  /* color: #caa602; */
  color: #003f54;
  
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  /* font-weight: 400;
  font-size: 48px; */
  font-weight: 4;
  font-size: 48px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
}

h3.content_scritte {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 36px;
}

h3.footer_trasimeno {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 28px;
  color: orange;
}

h3.footer_scritte {
  color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 16px;
}

h4 {
  color: Orange;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 16px;
}

h4.content_scritte {
  color: #003f54;
  font-weight:bold;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  font-size: 32px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} 

h5 {
  text-align: center;
  font-style: italic;
  font-size: 26px;
  font-family: Verdana;
}

/* h5.service-title {
  margin-top: 10px;
  color: #18191a;
  font-size: 18px;
} */

h5.service-title {
  margin-top: 25px;
  color: Black;
  font-weight: 250;
  font-size:30px;
  font-family: 'Tenali Ramakrishna', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-align: center;
}

/* fine da vision */

p {
  color: black;
  text-align: justify;
  font-size: 16px;
  font-family: Verdana;
}

p.paragraph.paragraph-1 {
  color: darkgrey;
  text-align: center;
  font-size: 18px;
  font-family: Verdana;
}

p.paragraph.header-message {
  margin-bottom: 0;
  padding-right: 10px;
  padding-left: 10px;
  color: #00152a;
  font-size: 15px;
}

a {
  color: darkblue;
}

a:hover {
  color: #ff2405 ;
}


a.index {
  background-color: Snow;
  color: darkblue;
}

a.index:hover {
  background-color: Snow;
  color: #ff2405 ;
}

/* qui!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

a.link-text.nav-button {
  display: inline-table;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-color: rgba(0, 0, 0, .4);
  border-bottom: .0625rem solid rgba(0, 0, 0, .4);
  /* background-color: #3d3d3d; */
  color: Black;
  text-align: center;
  /*  font-size: 20px; */
  font-size: 18px;
  font-family: Verdana;
}

a.link-text.header-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  /* background-color: #808080; */
  color: Snow;
  font-size: 18px;
  font-family: Verdana;
}

a.link-text.footer-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  color: Navy;
  font-size: 20px;
  font-family: Verdana;
}

a.link-text.nav-button:hover {
  background-color: #3d3d3d;
  color: #fff;
}

a.link-text.header-nav:hover {
  background-color: Snow;
  /* background-color: #3d3d3d; */
  color: Navy;
}

a.link-text.footer-nav:hover {
  color: Snow;
}

/* Interaction Elements */

a.link-button {
  font-size: 18px;
  font-family: Verdana;
}

a.link-button.action-btn {
  border-radius: 7px;
  background-color: #232323;
}

/* Layout Elements */

/* Header ripreso da Kit & Kat */

container.menu-container {
  display: grid;
  margin-top: 20px;
  margin-right: 0;
  grid-template-columns: repeat(3 , auto);
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 0;
}

.container.header-container {
  display: grid;
  margin-top: 20px;
  grid-template-columns: auto;
  grid-template-rows: repeat(2 , auto);
  justify-items: center;
}

.container.header-image-container {
  min-height: 350px;
  background-image: url('../foto_lungolago/Pontile_Clago_IMG_20171028_110658b.jpg');
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: normal;
}

.container.header-message-container {
  float: right;
  min-height: 200px;
  max-width: none;
  max-height: none;
  height: auto;
  background-color: rgba(16, 150, 247, .50);
}

.container.content-message-container {
  float: right;
  /* min-height: 150px; */
  max-width: none;
  max-height: none;
  height: auto;
  background-color: rgba(16, 150, 247, .50);
}

.container.service {
  background-color: Snow;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 600px;
}

.container.service_1150 {
  background-color: Snow;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1150px;
}

.container.service_title {
  float: right;
  background-color: Snow;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  max-width: 1000px;
}

.container.services-grid {
    background-color: Snow;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
  
.container.services-grid_title {
    background-color: Snow;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

.container.container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  padding-right: 10px;
  padding-left: 10px;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.header-nav {
  background-color: #4973ec;
  max-width: none;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  
  /* margin-bottom: 10px;
  margin-top: 10px; */

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.footer-nav {
  background-color: #4973ec;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  
  margin-bottom: 10px;
  margin-top: 10px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container#home-heading {
  background-image: url('')
  
}

.container#info-heading {
  background-image: url('')

.container#info-message-container {
  background-color: rgba(255, 255, 255, .75);
}

.container#header-message-container {
  background-color: Snow;
}

div.responsive-picture {
  max-width: 1000px;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  a.link-text.nav-button {
    padding-right: 10px;
    padding-left: 10px;
    width: 250px;
   /* border-left: .0625rem solid #000; */
    border-left: .0625rem;
  }

  a.link-text.nav-button:last-of-type {
    /* border-right: .0625rem solid #000; */
    border-right: .0625rem;
  }

  /* Layout Elements */

  .container.nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    /* background-color: #3d3d3d; */

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.services-grid {
    background-color: Snow;
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.container-1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
  }
}

div.responsive-picture {
  max-width: 1000px;
}

@media screen and (min-width: 64rem) {
  /* Layout Elements */

  .container.nav-wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.header-nav {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
  }

  
  .container.hero-section {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.services-grid {
    background-color: Snow;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }

  .container.footer {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
  }
  
  div.responsive-picture {
  max-width: 1000px;
  /* max-width: none; */
}
}