@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?azdocb');
  src:  url('fonts/icomoon.eot?azdocb#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?azdocb') format('truetype'),
    url('fonts/icomoon.woff?azdocb') format('woff'),
    url('fonts/icomoon.svg?azdocb#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Tablet Landscape */
@media screen and (max-width: 1060px) {
     #primary { width:67%; }
     #secondary { width:30%; margin-left:3%;}
}

/* Tabled Portrait */
@media screen and (max-width: 768px) {
     #primary { width:100%; }
     #secondary { width:100%; margin:0; border:none; }
}

img { max-width: 100%; }

html { font-size:100%; }

@media {(min-width: 640px) { body {font-size:1rem;} }
@media {(min-width:960px) { body {font-size:1.2rem;} }
@media {(min-width:1100px) { body {font-size:1.5rem;} }


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
  content: "\e900";
}
.icon-file-text2:before {
  content: "\e926";
}
.icon-phone:before {
  content: "\e942";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-location:before {
  content: "\e947";
}
.icon-spoon-knife:before {
  content: "\e9a3";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-happy:before {
  content: "\e9df";
}
.icon-mail:before {
  content: "\ea83";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-whatsapp:before {
  content: "\ea93";
}
