/************************************************************************************************************
 COPYRIGHT 2022 MOTOROLA SOLUTIONS, INC. ALL RIGHTS RESERVED.

 *--------------------------- Revision History --------------------------------------------------------------
 *
 * AUTHOR      Date          JIRA         Description
 * ----------- ----------- ------------ ---------------------------------------------------------------------
 * VHJC63      25 Mar 2022   ACCY-2099    add DM App HTML website source code to repo
 *
 *--------------------------- End of History Template----------------------------------------------------- */
 
body {
    background-color: rgba(255, 255, 255, 0.596);
}

html, body {
    font-family: Verdana,sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-container {
  text-align: center;
  width: 100%;
}

.links-container {
  display: flex;
  flex-direction: column;
  jusify-content: center;
  align-items: center;
}

.link {
  min-width: 50% !important;
}

@media (min-width: 1200px) .container {
  max-width: 1140px;
}
@media (min-width: 992px) .container {
  max-width: 960px;
}
@media (min-width: 768px) {
.container {
    max-width: 720px;
  }

.link {
    width: 100%;
  }
}
@media (min-width: 576px) {
.container {
    max-width: 540px;
  }
}

img {
    vertical-align: middle;
}

.w3-purple, .w3-hover-purple:hover {
color: #000!important;
background-color: rgba(255, 255, 255, 0.596) !important;
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3-light-grey{color:#000!important;background-color:#f1f1f1!important}
.w3-margin{margin:16px!important}
.w3-text-black,.w3-hover-text-black:hover{color:#000!important}
.w3-large{font-size:18px!important}
.w3-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.w3-round{border-radius:4px}
.w3-border {
    border: 1px solid #ccc!important;
}