
body {
  background: url(img/flowers-3956074_960_720.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: 0;
  background-color:white;
  font-family: kurale, serif;
  background-attachment: fixed;

}
.btn.btn-lg.btn-default.pull-right{
  color: #28a745;
    border-color: #28a745;
    background-color: transparent;
    background-color: transparent;
    border: 1px #28a745 solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

h2{
  font-size: 1.5rem;
}

header{
  margin-bottom: 20px;
}
.aHeader{
  color:rgba(55,55,55.55);
}

h4{
  font-size: 1.5rem;
} 

.h4header{
  font-size: 40px;
  margin-top:50px;
}
.slogan{
  color:#212529;
}

.navbar-light .navbar-nav .nav-link {
  color: #212529;
  font-size: 21px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #28a745;
}


/*navbar*/
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0rem;
  padding-left:2rem;
}

#navbar {
  background-image: url(img/flowers-3956074_960_720.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: cover;
  position: fixed;
  top: -50px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 1;

}

#navbar a {
  float: left;
  display: block;
  color: #212529;
  text-align: center;
  text-decoration: none;
}

#navbar a:hover {
  background-color: transparent;
  color: #28a745;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: whitesmoke;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  overflow-y: scroll; 
  height: 200px;

}

.dropdown-menu::-webkit-scrollbar{
display: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  
}

.dropdown-item:hover {
  color: green !important;
}
/* end navbar*/


/*search button*/

/*end search button*/


 /*slide on hover from right*/   

 .img-social{
     width: 10%;
     border-radius: 150px;
 }
 
 .img-social:hover{
     background: grey;
     padding:1px;
     border:grey solid 1px;

 }

 .imggallery{
  width: 100%;
 }

 .imggallery:hover{
   opacity: 0.7 ;
 }

 .container {
  text-align:center;
  position: relative;
  width: 100%;
  height: 100px;
  float: right;
}

.title{
  text-transform: capitalize;
  color:brown;
  font-size: 40px;
  position: absolute;
  background-color: white;
  opacity: 0.8;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding:10px;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color:white;
  overflow: hidden;
  height: 100px;
  transition: .3s ease;
}

.container:hover .overlay {
  width: 100%;
  left: 0;
}

.text {
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

 .slide-about{
color: rgba(55, 55, 55, 55);
font-size:22px;
padding:5px;
margin:5px;
background: rgba(0,0,0,0.08);
border-radius: 3px;
}

a:hover{
    text-decoration:none;
    color:olivedrab;
   
}
/* fine slide on hover da destra*/   


 .laurance{
  /*background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(img/watercolor-3173964_960_720.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;*/
     padding-left: 20px;
     padding-top:20px;
     font-size:40px;
     text-transform: capitalize;
     color:rgba(55,55,55.55);
 }

/* slide content*/
.slides {
    padding: 0;
    width: 800px;
    height: 520px;
    display: block;
    margin: 0 auto;
    margin-top:150px;
    margin-bottom:150px;
    position: relative;
    color:white;
    font-size: 25px;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    width: 800px;
    height: 520px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
    font-size: 30px;
}

.slide img {
    width: 100%;
    height: 100%;
   
}
 /*image rotate with text*/
 .hvrbox,
 .hvrbox * {
   box-sizing: border-box;
 }
 .hvrbox {
   
   position: relative;
   display: inline-block;
   overflow: hidden;
   max-width: 100%;
   height: auto;
   border-radius: 3px;
   margin:20px;
 }
 .hvrbox img {
   max-width: 100%;
   width: 400px;
   border-radius: 3px;
   padding: 25px;
 }
 .hvrbox .hvrbox-layer_bottom {
   display: block;
   width:400px;
 }
 .hvrbox .hvrbox-layer_top {
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;
   padding: 15px;
   -moz-transition: all 0.4s ease-in-out 0s;
   -webkit-transition: all 0.4s ease-in-out 0s;
   -ms-transition: all 0.4s ease-in-out 0s;
   transition: all 0.4s ease-in-out 0s;
 }
 .hvrbox:hover .hvrbox-layer_top,
 .hvrbox.active .hvrbox-layer_top {
   
   opacity: 1;
 }
 .hvrbox .hvrbox-text {
  
   text-align: center;
   font-size: 18px;
   display: inline-block;
   position: absolute;
   top: 50%;
   left: 50%;
   -moz-transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
 }
 .hvrbox .hvrbox-text_mobile {
   font-size: 15px;
   border-top: 1px solid rgb(179, 179, 179); /* for old browsers */
   border-top: 1px solid rgba(179, 179, 179, 0.7);
   margin-top: 5px;
   padding-top: 2px;
   display: none;
 }
 .hvrbox.active .hvrbox-text_mobile {
   display: block;
 }
         .hvrbox .hvrbox-layer_slideup {
   -moz-transform: translateY(100%);
   -webkit-transform: translateY(100%);
   -ms-transform: translateY(100%);
   transform: translateY(100%);
 }
 .hvrbox:hover .hvrbox-layer_slideup,
 .hvrbox.active .hvrbox-layer_slideup {
   -moz-transform: translateY(0);
   -webkit-transform: translateY(0);
   -ms-transform: translateY(0);
   transform: translateY(0);
 }

   /*end image rotate with text*/
   
.nav label {
    width: 100px;
    height: 100%;
    display: none;
    position: absolute;
    cursor: pointer;
    transition: opacity .2s;
    color: #f2f2f2;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0;}

input:checked + .slide-container  .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

/* end slide content*/

/*grid quaddri*/

.gallery{
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url(img/musical-instrument-4608912_960_720.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom:200px;
}

.newsletter{
  text-align: center;
  padding:50px;
}

.blockquoteNewsletter{
  text-align:left; border-left: 5px grey solid; background: radial-gradient(white, transparent);
  color: rgba(55,55,55.55);padding:10px;width: 700px;margin-bottom:80px;font-size: 21px;
}

.blockquoteNews{
  text-align:left; border-left: 5px grey solid; background: radial-gradient(white, transparent);
  color: rgba(55,55,55.55);padding:10px;margin-bottom:80px; padding:30px;
}
button{
  margin-bottom:20px;
}

.formLabel{
  padding:5px;
  margin-top:10px;
  -webkit-text-fill-color: rgba(55,55,55.55);
  border-radius: 3px;
}


#form_container
{
  background: rgba(55,55,55,.55);
	background-size:100% 100%;
	padding:15px 15px;
  margin-top:15px;
}

#form_container input[type='text'],
#form_container input[type='email'],
#form_container textarea
{
  background: rgba(255,255,255,0.2);
  color:black;
}



.title-newsletter{
  text-transform: capitalize;
  color:brown;
  font-size: 40px;
  width: 400px;
  background-color: white;
  opacity: 0.8;
  text-align: center;
  white-space: nowrap;
  padding:10px;
}
 .grid-container {
   background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5));
    background-size: 100% 100%;
    background-repeat: no-repeat;

  grid-template-columns: auto auto auto;
  padding: 20px;
}

.grid-item {

  width: 90%;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

.grid-img{
    width: 100px;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
  h4{
    font-size: 2.5rem;
  }

}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {


  .row{
    margin-left:0%;
  }
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}
/* fine grid quaddri*/

footer{
     left: 0;
     bottom: 0;
     font-size:18px;
     padding:10px;
     text-align:center;
     width: 100%;
     position: relative;
 }

.a-footer{
    color: #212529;
    font-size:18px;
    padding:5px;
    margin:5px;
}

.a-footer:hover{
    color: olivedrab;
}

.bottom-left {
 text-align: center;
  top:10px;
  bottom: 8px;
  left: 16px;
  color:black;
}




@media screen and (min-device-width : 320px) 
and (max-device-width : 480px)  { 
  .hvrbox img {
    max-width: 100%;
    width: 300px;
    padding:5px;
    margin:40px;
  }
  
  #sliderr-wrapper {
    margin-left: 15% !important;
}

.btn.btn-lg.btn-default.pull-right{
  color: #28a745;
    border-color: #28a745;
    background-color: transparent;
    background-color: transparent;
    border: 1px #28a745 solid;
    padding: .375rem .75rem;
    font-size: 2rem;
    border-radius: .25rem;
}
  h2{
    font-size: 2.5rem;
  }

  #navbar {
   display: none;
  }

  .navbar-toggler {
    font-size: 3.50rem;
}
.navbar-light .navbar-nav .nav-link {
  color: #212529;
  font-size: 35px;
}

#navbar a {
  float: left;
  display: block;
  color: #212529;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 35px;
}


.dropdown-item {
  color: #212529;
  font-size: 35px;
}

.dropdown-item:hover {
  color: green;
}

.navbar-brand {
  font-size: 2.0rem;
}
  .h4header{
    font-size: 40px;
    margin-top:60px;
  }
  .page-contents.nano{
    font-size: 35px;
  }
  h1{
    font-size: 70px;
  }

  .slide-about {
    font-size: 30px;
}

  footer{
    position: relative;
    font-size: 28px;
    padding:20px;
   }

   .blockquoteNewsletter{
    text-align:left; 
    border-left: 5px grey solid;
    font-size: 35px;
    width: 100%;
    margin-top:50px;
  }

  .blockquoteNews{
    text-align:left; 
    border-left: 5px grey solid;
    font-size: 25px;
    width: 100%;
    padding:0px;
    padding-left:30px;
  }

  .formLabel{
    font-size: 25px;
    padding:5px;
    margin-top:10px;
    color:rgba(55,55,55.55);
    width: 700px;
  }

  html{
    height: 100%;
  }
  
  .aHeader{
    color:rgba(55,55,55.55);
  }

  .laurance{
   margin-top:70px;
   font-size:60px;
   color:rgba(55,55,55.55);
   }
  
   .container {
   margin-top:50px;
  }

  .slides {
   margin-top:300px;
}
.grid-container {
 margin-top:250px;
}

.blogpost.format-standard{
  background: radial-gradient(white, transparent);}
  }

  @media screen and (min-device-width : 480px) 
and (max-device-width : 800px)  {
  #navbar {
    display: none;
   }
 }