* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  color: #000;
  box-sizing: border-box;
  font-family: 'M plus rounded 1c', sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  transition: all 0.4s ease;
  /*outline: 1px solid red !important;*/
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  font-family: 'M plus rounded 1c', sans-serif;
}

a {color:#F26614;}
a:hover, a:visited {color:#7b3005;}

.btn-orange {background-color:#F26614;}
.btn-orange:hover {background-color:#7b3005;}

.text-orange {color:#f26614;}

#navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(242,102,20, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#navbar-toggler {border-color: #f26614;}

#contact-us svg {position:relative; top:-5px;}