/*

    Init

*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*

    All variables are created in this file. A small preselection is already available

*/
/*
  Use media queries like this
  @media (max-width: $md - 1) {}
  @media (min-width: $md) {}
*/
/*

    General

*/
/*
	Spacers
*/
.container-padding {
  padding-top: 30px;
  padding-bottom: 30px; }

.p-a-full {
  padding: 30px !important; }

.p-x-full {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.p-y-full {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.p-t-full {
  padding-top: 30px !important; }

.p-b-full {
  padding-bottom: 30px !important; }

.p-l-full {
  padding-left: 30px !important; }

.p-r-full {
  padding-right: 30px !important; }

.m-a-full {
  margin: 30px !important; }

.m-x-full {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-y-full {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.m-t-full {
  margin-top: 30px !important; }

.m-b-full {
  margin-bottom: 30px !important; }

.m-l-full {
  margin-left: 30px !important; }

.m-r-full {
  margin-right: 30px !important; }

.p-a-half {
  padding: 15px !important; }

.p-x-half {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.p-y-half {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-t-half {
  padding-top: 15px !important; }

.p-b-half {
  padding-bottom: 15px !important; }

.p-l-half {
  padding-left: 15px !important; }

.p-r-half {
  padding-right: 15px !important; }

.m-a-half {
  margin: 15px !important; }

.m-x-half {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.m-y-half {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-t-half {
  margin-top: 15px !important; }

.m-b-half {
  margin-bottom: 15px !important; }

.m-l-half {
  margin-left: 15px !important; }

.m-r-half {
  margin-right: 15px !important; }

.p-a-0 {
  padding: 0 !important; }

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-t-0 {
  padding-top: 0 !important; }

.p-b-0 {
  padding-bottom: 0 !important; }

.p-l-0 {
  padding-left: 0 !important; }

.p-r-0 {
  padding-right: 0 !important; }

.m-a-0 {
  margin: 0 !important; }

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-t-0 {
  margin-top: 0 !important; }

.m-b-0 {
  margin-bottom: 0 !important; }

.m-l-0 {
  margin-left: 0 !important; }

.m-r-0 {
  margin-right: 0 !important; }

/*

    Here you can find general instructions for the website. Really only commands that don't style the website but commands that appear again and again, in every webproject

*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 100%;
  width: 100%;
  height: calc(100% - 44px); }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  font-family: "Roboto";
  color: #1A1A1A;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%; }

body.app {
  margin-top: 44px; }

.tab-content {
  margin-left: 25px;
  margin-right: 25px;
  height: calc(100% + 50px); }

/*

    Takes control of fonts and icons

*/
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Roboto Bold";
  src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
a {
  text-decoration: none; }

h1, .h1 {
  font-family: "Roboto Bold";
  font-size: 2.25rem;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: normal; }

h2, .h2 {
  font-family: "Roboto";
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: normal; }

h3, .h3 {
  font-family: "Roboto";
  font-size: 1.3125rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: normal; }

h4, .h4 {
  font-family: "Roboto Bold";
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: normal; }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 1.5rem; }

  h2, .h2 {
    font-size: 1.3125rem; }

  h3, .h3 {
    font-size: 1.125rem; } }
@media (max-width: 425px) {
  h6.card-text, .card-text.h6 {
    font-size: 0.8rem; } }
p, .p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 15px; }

[class^="col-"] p:last-child,
[class*="col-"] p:last-child {
  margin-bottom: 0; }

b,
strong {
  font-family: "Roboto Bold";
  font-weight: normal; }

.italic {
  font-style: italic; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

/*

    Use this file to set the basic color settings

*/
.bgWhite {
  background-color: #ffffff;
  color: #1A1A1A; }

.bgBlackTransparent {
  background-color: rgba(26, 26, 26, 0.9);
  color: #ffffff; }

.box-shadow {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.25);
  -moz-box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(26, 26, 26, 0.25); }

/*

    Display

*/
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-none,
.hide {
  display: none !important; }

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none !important; }

  .show-on-mobile {
    display: block !important; } }
@media (min-width: 992px) {
  .show-on-mobile {
    display: none !important; } }
/*

    Position

*/
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.flex-start {
  align-self: flex-start !important; }

.flex-end {
  align-self: flex-end !important; }

.pos-r {
  position: relative; }

.pos-a {
  position: absolute; }

/*

    Images

*/
img,
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-height-fluid {
  width: auto !important;
  max-height: 100% !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/Icons/icomoon.eot?niwwer");
  src: url("../fonts/Icons/icomoon.eot?niwwer#iefix") format("embedded-opentype"), url("../fonts/Icons/icomoon.ttf?niwwer") format("truetype"), url("../fonts/Icons/icomoon.woff?niwwer") format("woff"), url("../fonts/Icons/icomoon.svg?niwwer#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[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-camera:before {
  content: "\e903"; }

.icon-person:before {
  content: "\e900"; }

.icon-bin:before {
  content: "\e901"; }

.icon-book:before {
  content: "\e902"; }

.icon-left:before {
  content: "\e904"; }

/*

    Components

*/
/*
   Title Navigation
 */
.nav-back#back-nav {
  justify-self: flex-start;
  font-family: "Roboto Bold";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 8px 9px;
  font-size: 27px;
  color: #F2F2F2; }

.nav.title {
  position: fixed;
  top: 0;
  width: 100%;
  background: #04BF9D;
  color: #F2F2F2;
  justify-content: center;
  z-index: 1; }
  .nav.title .nav-title {
    font-family: "Roboto Bold";
    margin: 10px; }

/*
  Bottom Navigation
 */
.nav.nav-tabs {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 65px;
  justify-content: space-around;
  background-color: #F2F2F2; }
  .nav.nav-tabs .nav-item {
    background-color: inherit;
    border: 0;
    width: 120px; }
    @media (max-width: 360px) {
      .nav.nav-tabs .nav-item {
        width: 80px; } }
    .nav.nav-tabs .nav-item .nav-link.active {
      color: #04BF9D;
      border-color: transparent;
      background-color: inherit; }
    .nav.nav-tabs .nav-item i {
      font-size: 20px; }

.col.center-block {
  text-align: center; }

.disabled {
  display: none; }

.con-profile {
  height: calc(100% - 120px);
  width: 100%;
  max-width: 600px !important; }
  .con-profile .profile-avatar {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center; }
    .con-profile .profile-avatar .btn {
      background-color: #04BF9D;
      width: 30%;
      color: #ffffff;
      margin: 10%; }
    .con-profile .profile-avatar .profile-img {
      width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: rgba(58, 192, 209, 0.8);
      border-radius: 100%; }
      .con-profile .profile-avatar .profile-img img {
        height: 110px;
        border-radius: 100%; }
  .con-profile .score #myProgress {
    width: 100%;
    background-color: #ddd; }
  .con-profile .score #myBar {
    width: 1%;
    height: 30px;
    background-color: #4CAF50; }
  .con-profile .score #myScore {
    display: inline; }

.trashpedia {
  display: contents; }
  .trashpedia .container {
    width: 100%;
    max-width: 600px !important; }
  .trashpedia #pedia-results-list li {
    padding: 10px 0; }
  .trashpedia #pedia-results-list i {
    padding-right: 10px;
    position: relative;
    top: 7px;
    font-size: 30px; }
  .trashpedia a {
    color: black; }
  .trashpedia a:hover {
    color: black;
    text-decoration: none; }
  .trashpedia h6 {
    text-align: center; }
  .trashpedia button {
    padding-top: 0;
    padding-bottom: 0; }
  .trashpedia .container .row {
    padding-bottom: 25px; }
  .trashpedia .icon-bin.other {
    color: dimgray; }
  .trashpedia .icon-bin.compostable {
    color: saddlebrown; }
  .trashpedia .icon-bin.recycable {
    color: gold; }
  .trashpedia .icon-bin.paper {
    color: royalblue; }
  .trashpedia .icon-bin.big {
    text-align: center;
    font-size: 72px;
    padding-top: 20px; }
  .trashpedia .search-results {
    font-size: 10px; }

.trash-content-container {
  height: 900px; }
  .trash-content-container .center-items {
    text-align: center; }

.trash-info-bar {
  height: 0%;
  background-color: green; }

.trash-map {
  height: 70%;
  margin: 0 -25px; }

.trash-action-section {
  height: 30%;
  width: auto; }
  .trash-action-section .trash-btn-post {
    margin: 1em 0;
    width: 100%;
    font-size: 21px; }
  .trash-action-section .conHeight {
    height: 160px; }

.ovl {
  font-size: 35px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 150px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 2;
  cursor: pointer; }

/*

    Animations

*/

/*# sourceMappingURL=style.min.css.map */
