#webform {
    width: 450px;
}

#webform tr td {
  vertical-align: top;
}

.headerrow {
 background: -webkit-linear-gradient(top, #ffffff 55%, #e5f4e5 100%);
    background: -o-linear-gradient(top, #ffffff 55%, #e5f4e5 100%);
    background: -ms-linear-gradient(top, #ffffff 55%, #e5f4e5 100%);
   border-radius:  0px 0px 30px 30px;
  
}

.content {
  color:  #184442;
  padding-bottom: 100px;
}

.contact_list {
   list-style-type: none;
   text-align: left;
   padding: 0;
  line-height:  normal;
}
ul.contact_list li {
  margin-bottom: 0;
}

.footer {
  font-size: 11px;
  padding:  15px 20px 20px 20px;
  min-height:  80px;
  text-align: justified;
   background: -webkit-linear-gradient(top, #e5f4e5 0%, #ffffff 75%);
    background: -o-linear-gradient(top, #e5f4e5 0%, #ffffff 75%);
    background: -ms-linear-gradient(top, #e5f4e5 0%, #ffffff 75%);
   border-radius:  30px 30px 0 0;
  
}
nav {

  text-align: center; 

}
nav ul {

   list-style-type:  none;
   text-align: center;

}

nav ul li {

 /*  float: left; */
   display:  inline-block;
   vertical-align: center;
   margin:  auto;
   padding:  8px 8px 0 8px;
   line-height: normal;
}

nav ul li a {

   display: block;

    text-decoration: none;
   color:  #456C6A;
   text-align: center;
   padding: 8px 8px 0 8px;
}

nav ul li a h4 {
  margin: auto;
}
.menu:hover{

       text-shadow: 1px 1px 1px #333333;
}

div.bodydvdr {
  padding: 0 0 16px 0;
}

img.bodydvdr {

  width: 30%;
}

#menu {

   martin-top: 8px;
}
li.menudvdr {
   margin-top: 15px;
   padding: 8px 0 0 0;
   vertical-align: center;
   display: none;
}

img.menudvdr {
   width: 7px;
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  border-radius: 100px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
  padding: 8rem 0 7rem;
  text-align: center;
}
.section-heading,
.section-description {
  margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.phones {
  position: relative;
text-align: center;
}
.phone {
  position: relative;
  max-width: 80%;
  margin: 3rem auto;

}

.logo {
   min-width: 250px;

   max-width: 80%;
}
.phone + .phone {
  display: none;
}


/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
  padding-bottom: 5rem;
}
.value-multiplier {
  margin-bottom: .5rem;
  color: #11DFC7;
}
.value-heading {
  margin-bottom: .3rem;
}
.value-description {
  opacity: .8;
  font-weight: 300;
}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
  border-bottom: 1px solid #ddd;
}

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
  background-image: url('../images/values-bg.jpg');
  background-size: cover;
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

/* Bigger than 550 */
@media (min-width: 550px) {
  .section {
    padding: 12rem 0 11rem;
  }
  .hero {
    padding-bottom: 12rem;
    text-align: left;
    height: 165px;
  }

.logo {
   min-width: 210px;
   max-width:  100%;

}
  .phone {
    position: absolute;

    right: 3rem;

    z-index: 3;
  }
  .phone + .phone {
    top: -6rem;
    display: block;
    max-width: 73.8%;
    right: 0;
    z-index: 2;
    max-height: 338px;
  }
  .hero-heading {
    font-size: 2.4rem;
  }
}

/* Bigger than 750 */
@media (min-width: 750px) {
  .hero {
    height: 190px;
  }
  .hero-heading {
    font-size: 2.6rem;
  }
  .section {
    padding: 14rem 0 15rem;
  }
  .hero {
    padding: 16rem 0 14rem;
  }
  .section-description {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

.logo {
   min-width: 287px;
   max-width: 100%;

}
  .phone {

    right: 5rem;

  }
  .phone + .phone {
    top: -12rem;
    max-height: 472px;
  }
  .categories {
    padding: 15rem 0 8rem;
  }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
  .section {
    padding: 20rem 0 19rem;
     }
  .hero {
    padding: 22rem 0;
     }
  .hero-heading {
    font-size: 3.0rem;
  }
  .phone {


  }
   
   .logo {
      min-width: 350px;
      max-width: 100%;
   }
  .phone + .phone {
    top: -14rem;
    max-height: 570px;
  }
}

.arial {
  font-family: "Arial";
}
.center {
  text-align: center;
}