/* UTILITIES */

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

li {
list-style: none;
}
body {
background-color: #ffffff;
font-family: 'Abel', sans-serif;
  }
h1, h2, h3, h4, h5, p, ol, footer {
}
.center {
  text-align: center;
}
h1 {
  font-size: 36px;
  color: #5BADDE;
  padding: 10px 0 10px 0;
  line-height: 42px;
}
h2 {
  font-size: 26px;
  color: #945e3a;
  font-weight: 400;
    text-transform: uppercase;
    padding-top: 15px;
}
h3 {
font-size: 22px;
line-height: 1.5em;
padding: 10px 0 5px 0;
font-weight: 400;
color: #2E4668;
}
h4 {
font-size: 20px;
color: #000000;
font-weight: 400;
padding-bottom: 10px;
}
h5{
font-size: 16px;
color: #2E4668;
font-weight: 400;
padding: 10px 0 0 0;
}
p {
font-size: 18px;
font-weight: 400;
padding: 10px 0 10px 0;
}
.responsive {
  width: 100%;
}
.bullet {
padding: 10px 0 10px 0;
}

.button {
  background-color: #700000;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.red {
color: #700000;
font-weight: 400;
padding: 0;
}
a {
text-decoration: none;
color: #700000;
}
video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;

}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-hero {
  position: relative;
  }
 .inner-hero {
  position: relative;
  width: 100%;
  }
.inner-hero img {
  width: 100%;
}

/* Position the navbar container inside the image */
.logo {
  display: block;
  position: absolute;
   top: 70px;
   left: 5%;
}

 .big-title {
  display: none;
 }
 
.topnav {
  overflow: hidden;
 background-color: rgba(46, 70, 104, 1);
  z-index: 999;
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
font-family: 'Roboto', sans-serif;
}
.topnav a.phone {
     border-radius: 8px;
     line-height: 1.5em;
     padding: 4px 12px 4px 12px;
     margin-top: 8px;
     margin-left: 20px;
     background-color: rgb(91, 173, 222);
}

a.active {
  background-color: rgba(91, 173, 222, 1);
  color: #fff;
    font-weight: 400;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  font-weight: 300;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
font-family: 'Roboto', sans-serif;
  margin: 0;
}
.dropbtn a {
padding: 0;
margin: 0;

}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fcf7db;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
    font-weight: 300;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #91a1be;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ced4dd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.fifths {
width: 100%;
margin: 0 auto;
}
.fifths li {
  float: left;
  width: 16%;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 5% 40px 0;
   color: #2E4668;
   }
.fifths li:last-of-type {
  margin-right: 0;
} 
.fifths li img {
  float: none;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
 }
aside {
  width: 100%;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 15px 20px 15px 20px;
  background-color: #fcf7db;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #5BADDE;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #2E4668;
}
.form-container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
   .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topnav a.phone {
     border-radius: 0;
     line-height: 2.0em;
     padding: 8px 0 8px 16px;
     margin-left: 0;
     margin-top: 8px;
     width: 100%;
  }
  .fifths li {
  float: none;
  width: 100%;
  text-align: center;
margin: 0 auto;
}
.logo {
  display: none;
}
.float-left {
 float: none;
 margin: 0 auto;
 width: 100%;
 padding-bottom: 20px;
 
}
}
.container {
  max-width: 980px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
 .container {
  width: 90%;
 margin-top: 20px;
  margin-bottom: 20px;
}
#about, .standard {
  background-color: #A6B0BF;
   width: 100%;
   height: auto;
   display: block;
   padding-bottom: 20px;
   clear: both;
   position: relative;
   overflow: hidden;
}
.plain {
  background-color: none;
   width: 100%;
   height: auto;
   display: block;
   padding-bottom: 20px;
   clear: both;
   position: relative;
   overflow: hidden;
}
.column-33 {
 width: 30%;
 float: left;
}
.column-66 {
 width: 60%;
 float: right;
}
.border, .border2, .border3, .border4, .border5, .border6, .border7, .border8 {
background-repeat: repeat-x;
width: 100%;
height: 8px;
padding-bottom: 10px;
}
.border {
background-image: url('../images/bar.jpg');
}
.border2 {
background-image: url('../images/bar2.jpg');
}
.border3 {
background-image: url('../images/bar3.jpg');
}
.border4 {
background-image: url('../images/bar4.jpg');
}
.border5 {
background-image: url('../images/bar5.jpg');
}
.border6 {
background-image: url('../images/bar6.jpg');
}
.border7 {
background-image: url('../images/bar7.jpg');
}
.border8 {
background-image: url('../images/bar8.jpg');
}
.float-left {
 float: left;
 margin-right: 40px;
 
}
.float-right {
float: right;
margin-left: 40px;
}
.clearfix {
  clear: both;
}
.padding {
padding: 20px 0 20px 0;  
}
.ascunde {
display: none;
padding: 10px 30px 10px 30px;
}
.column-left, .column-right {
width: 100%;
}
.red-bg {
 background-color: rgb(112,0,0);
padding: 10px;
color: #fff;
 margin-bottom: 20px;
}
.column-left {
float: left;
clear: both;
}
.column-right {
float: right;
}
.bullet {
list-style-position: inside;
list-style-type: disc;
padding-left: 1em;
}

.bullet li {
list-style-type: disc;
padding-bottom: 4px;
}
}
#Div_1, #Div_2 {
   padding: 20px;

}
.site-title {
    clear: both;
    float: none;
    margin: 20px 0 0 0;
 }
 
.panel {
background-color: rgba(2, 217, 210, 1);
border: 0;
color: #fff;
width: 20px;
margin-right: 10px;
}

footer {
  background-color: #2E4668;
   color: #ffffff;
  font-weight: 300;
  width: 100%;
 }
footer a {
  color: #A6B0BF;
}
footer img {
  width: 100%;
  max-width: 350px;
}
.footer-container {
margin: 0 auto;
margin-top: 40px;
}

.footer-1 img {
margin: 0 auto;
display: block;
padding-bottom: 40px;
}
.footer-1 p {
  text-align: center;
}
.footer-2, .footer-3, .footer-4, .footer-5, .footer-6 {
display: none;
}
.footer-bottom {
  clear: both;
  text-align: center;
  line-height: 100px;
  height: 100px;
}
@media screen and (min-width: 1280px) {
 .big-title {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
text-shadow: #333333 0.1em 0.1em 0.2em;
font-family: 'Abel', sans serif;
line-height: 1.2em;
}
 .container {
  width: 100%;
  max-width: 980px;
 margin-top: 60px;
  margin-bottom: 60px;
}
.column-left, .column-right {
width: 45%;
}

.footer-1 p {
  text-align: center;
}
.footer-1 img {
margin: 0 auto;
display: block;
}
.footer-2, .footer-3, .footer-4, .footer-5, .footer-6 {
  float: left;
  width: 15%;
  padding: 100px 40px 100px 40px;
  text-align: left;
  display: block;
}
}
@media screen and (min-width: 880px) {
aside {
  width: 30%;
  float: right;
  margin: 0 0 10px 20px;
}
.logo {
   top: 100px;
}
}