/* RE */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 18px;

  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

body {
  line-height: 1;
  background: rgb(250, 250, 250);
  color: #000000;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  margin: 0 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
p {
  margin-bottom: 14px;
  margin-top: 10px;
  line-height: 1.7;
}

/* GENERAL */

h1 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin-top: 14px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #818181;
  padding-bottom: 10px;
}
h2 {
  font-size: 30px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  line-height: 1.2;
  margin-top: 23px;
  margin-bottom: 23px;
}
h3 {
  font-size: 26px;
  font-weight: bold;

  line-height: 1.2;
  margin-top: 27px;
  margin-bottom: 8px;
}

h4 {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  line-height: 49px;
}

a {
  color: #001aff;
}

.linknero {
  color: #000000;
  text-decoration: none;
}

.linkicone {
  font-size: 19px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  line-height: 49px;
}

ul li {
  list-style-type: disc;
  margin-left: 30px;
  padding: 10px;
}

b {
  font-weight: bold;
}

img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.thumbnail {
  max-width: 150px;
  float: left;
  padding-right: 7px;
  padding-bottom: 6px;
}

.center {
  text-align: center;
}

.dropbtn {
  background-color: #dadada;
  color: rgb(44, 44, 44);
  padding: 16px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #707070;
}

.dropdown {
  float: right;
  position: initial;
  display: inline-block;
  margin-top: 5%;
  margin-right: 5%;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #303030;
  width: 100%;

  margin-top: 10px;
  text-align: center;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(255, 255, 255, 0.2);
  left: 0;
  z-index: 1;
}

.dropdown-content a {
  color: rgb(255, 255, 255);
  padding: 12px 16px;
  text-decoration: none;
  display: inline-block;
}

.dropdown a:hover {
  background-color: rgb(112, 112, 112);
}

.show {
  display: block;
}

/* SITE CONTAINER */
#main {
  width: 100%;
  max-width: 850px;
  margin: 0px auto;
  font-size: 16px;
  line-height: 1.6;
}

.logo {
  display: block;
  max-width: 60%;
  padding: 5%;
  float: left;
}
.logo a {
  color: #000000;
  font-size: 55px;
  font-weight: 900;
  font-family: "Playfair Display", serif;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

#container {
  float: left;
  width: 100%;

  padding: 0px;
}

.card {
  padding: 20px;
  color: #000000;
  border-radius: 14px;
  margin-bottom: 20px;

  transition: ease 0.3s;
}
.card:hover {
}

.cardcover {
  background-color: #ffffff;
  background-image: url(http://www.varanasi.boats/assets/cover.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 400px;
  border-radius: 14px;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
  transition: ease 0.3s;
}
.cardcover:hover {
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  transition: ease 0.3s;
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.icone {
  width: 33px;
  height: 33px;
  float: left;
  padding-right: 20px;
  padding-top: 8px;
}

.cardcolore {
  background: rgb(241, 28, 168);
  background: linear-gradient(
    45deg,
    rgba(241, 28, 168, 1) 0%,
    rgba(253, 118, 45, 1) 100%
  );
  color: #ffffff;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.4);
}
.cardcolore:hover {
  -webkit-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.8);
  transition: ease 0.3s;
}

.testo {
  width: 80%;
  margin: 5px auto;
}

.grande {
  font-size: 40px;
  font-weight: 900;
}

.galleriapic {
  width: 100%;
}

.galleriapic img {
  max-width: 150px;
  border-radius: 5px;
}
.galleriabig img {
  max-width: 695px;
}

.button {
  border-radius: 20px;
  font-size: 15px;
  transition: ease 0.3s;
  color: rgb(241, 28, 168);
  border: 2px solid rgb(241, 28, 168);
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 10px 20% 0 20%;
  padding: 6px 0;
}
.button:hover {
  color: #ffffff;
  transition: ease 0.3s;
  background: rgb(241, 28, 168);
  background: linear-gradient(
    45deg,
    rgba(241, 28, 168, 1) 0%,
    rgba(253, 118, 45, 1) 100%
  );
}

.info1 {
  color: #ffffff;
  padding: 10px;
  margin: 30px 0;
}

.imagine img {
  max-width: 100%;
  height: auto;
}

#social-test {
  text-align: center;
  font-size: 30px;
}

#social-test .social {
  padding-left: 0px;
}
#social-test li {
  color: rgb(0, 0, 0);
  list-style-type: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  cursor: pointer;

  transition: ease 0.2s;
}
#social-test li:hover {
  color: #ffffff;
  background: rgb(241, 28, 168);
  background: linear-gradient(
    45deg,
    rgba(241, 28, 168, 1) 0%,
    rgba(253, 118, 45, 1) 100%
  );
}

#social-test .social:hover > li {
  opacity: 0.5;
}

#social-test .social:hover > li:hover {
  opacity: 1;
}

#footer {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
  float: left;
}

/* MEDIAQUERIES */

@media screen and (max-width: 750px) {
  #main {
    width: 91%;
  }
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 29px;
  }

  h3 {
    font-size: 27px;
  }

  h4 {
    font-size: 16px;
  }

  .logo a {
    font-size: 30px;
  }

  .dropdown-content {
    margin-top: 20px;
  }

  .dropdown-content a {
    display: block;
  }

  .dropdown {
    margin-right: 2%;
  }

  #container {
    width: 100%;
  }

  #social-test {
    font-size: 20px;
  }

  .galleriapic img {
    max-width: 45%;
  }

  .thumbnail {
    max-width: 40%;
  }
}

@media screen and (min-width: 768px) {
}
