
body{
  overflow-x: hidden;
  overflow-y: auto;
color: #051d27;
}
p{
  font-size: 16px;
}
ul{
  list-style-type: lower-roman;
  font-size: 14px;
}
h2{
  font-size: 24px;
  font-weight: normal;
  font-family: main_font_bold;
}
.q-nav-logo-wrapper{
  width: auto;
  height: 42px;
  margin: auto;
}
.q-nav-logo-wrapper img{
  max-width: 100%;
  height: auto;
  width: 42px;
}
.q-layout-container{
  padding: 0;
  width: 80%;
}
.header-spacer-2{
  height: 56px;
}
[class^="q-col-"]{

padding: 0px;
}
.q-nav-logo-wrapper a img{
      cursor: pointer;
      width: 100%;
      height: 48px;
    }
nav{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  height: 56px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  background-color: rgba(255,255,255,0.97);
  display: flex;
justify-content: space-between;
align-content: space-between;
padding: 0 32px;
}
footer{
  border-top: 1px solid rgba(0,0,0,0.12);
  margin: 64px 0;

}
footer h4{
  font-size: 28px;
  margin: 12px;
  font-weight: 500;
}
footer ul{
  margin: 16px 0;
  list-style-type: none;
  padding: 0;
  display: inline-flex;
flex-wrap: wrap;
}
footer p{
  text-align: center;
}
footer ul li{
margin: 8px;
}
footer ul li a{
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
margin: 16px;
color: inherit;
}
footer [class^="q-col-"]{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
footer li .mdi{
  background-color: #fff;
    margin: 0px;

    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 50%;
    box-shadow: 0 1px 0px 0 rgba(0,0,0,0.16), 0 1px 3px 0 rgba(0,0,0,0.12) !important;
}
.footer-logo{
  width: 100px;
  height: 100px;
}
