*{
  --mdc-theme-primary: #ffb7b7;
}
html{
  min-height: 100%;
}

.primary-page-body{
    background-image: url('../img/vuyaniCopy.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    vertical-align: middle
}

.seconday-page-body{
  background-color: #f3f3f5;
}

.headtext{
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 85px;
    margin-top:250px;
    margin-left:30px;
}

.articles-headtext{
  font-weight: 600;
  line-height: 85px;
  margin-top:100px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
  width: 100%;
}

.mdc-typography--headline7{
  font-size: 25px;
  text-align: center;
  padding: 5px;
}


.demo-card__primary, .demo-card__secondary{
  padding: 0 1rem 8px;
}
.demo-card__subtitle, .demo-card__secondary{
  color: rgba(0,0,0,.54)
}

.mdc-card__action-icons{
  display: flex;
  flex-wrap: wrap;
}
.mdc-chip--selected {
  color: #db6d67;
  background-color: var(--mdc-theme-primary);
  margin-left: 3px;
  margin-top:3px;
}

.mdc-text-field--outlined {

  border: none;
      border-bottom-color: currentcolor;
  overflow: visible;

}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label, .mdl-textfield--floating-label.has-placeholder .mdl-textfield__label{
  border-color: #db6d67;
  color: #db6d67;
}

.mdl-textfield__input{
  color: rgb(114, 110, 110)
}

.company-logo{
  height: 100px;
  width: 100px;
  padding-right: 20px;
  padding-top: 10px;
}

.mdc-card{
  margin-bottom: 30px
}

#medium-widget{
  width:50%;
  margin: auto;
}

.description{
    width:400px;
    margin-left:30px;
    font-family: 'Roboto', sans-serif;
}

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}

.highlighted{
  background: #ffb7b7;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.9s;
    padding-top: 60px;
    font-family: 'Roboto', sans-serif;
  }

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #111;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover, a.active{
    /*color: #f1f1f1;*/
    text-decoration: underline;
  }
  

  .menu{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  @media screen and (min-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    
  }

  @media only screen and (max-width: 600px){
    .sidenav {padding-top: 15px;background-color: #ffb7b7}
    .primary-page-body{
      margin: 0;
      height: 100%;
      min-height: 100%;
      background-image: url('../img/vuyaniCopy.jpg');
      background-repeat: no-repeat;
      /*background-size:auto 100%;*/
      background-position: 30% 0%;
      vertical-align: top;
    }
    .headtext{
      font-size: 30px;
      line-height: 30px;
      margin-top:100px;
      margin-left:10px;
    }
    .description{
      max-width: 120px;
      font-size: 11px;
      margin-left:10px;
    }
    
    h3 {
      font-size: 15px;
      
    }
  
  }

  .icon{
      position: absolute;
      top:15px;
      right: 25px;
  }