/* CSS Document for falegnameriarescaldese.com */

/* Generali */
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
/* Fine  - Generali */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu a {
  display: block;
  position: relative;
  color: #37423b;
  transition: 0.3s;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
	text-transform: uppercase;
}
.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
	text-transform: uppercase;
  color: #37423b;
	border-bottom: 2px dotted #000;
}
.nav-menu .drop-down ul a.last-one {
	border-bottom: 0px none;
}
/* Fine Desktop Navigation */
/* Mobile Navigation */
.mobile-nav a {
  display: block;
  position: relative;
  color: #37423b;
	font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
	text-transform: uppercase;
	border-bottom: 2px dotted #000;
}
.mobile-nav .drop-down ul a.last-one {
	border-bottom: 0px none;
}
/* Fine - Mobile Navigation */
/*--------------------------------------------------------------
# Fine - Navigation Menu
--------------------------------------------------------------*/
/* Header */
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
	text-transform: lowercase;
	font-family: 'Oswald', sans-serif;
}
/* Fine Header */
#hero {
  width: 100%;
  height: 80vh;
  background: url("../img/home/img-panoramica.jpg") top center;
  background-size: cover;
  position: relative;
}
/* Chi siamo */
.courses {
	padding-top: 0px;
}
.courses h3 {
  font-size: 24px;
  margin: 30px 0 15px 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}
.courses h3:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #eef0ef;
  bottom: 0;
  left: 0;
}
.courses h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  background: #5fcf80;
  bottom: 0;
  left: 0;
}
.course-item img:hover {
	border-radius: 30px;
}
.courses .course-content {
  padding: 10px 0px 0px 0px;
}
.courses .course-content h4 {
  font-size: 16px;
  background: #333;
  padding: 10px;
  color: #fff;
  margin: 0px;
}
/* Fine - Chi siamo */
/* Servizi */
.course-details {
	margin-top: 0px;
	padding-top: 0px;
}
.no-padding {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* Fine - Servizi */
/* Footer */
#footer {
  color: #37423b;
  font-size: 14px;
  background: #eef0ef;
	border-top: 4px solid #CCC;
}
/* Fine - Footer */