﻿@charset "utf-8";
/* CSS Document */

a.Pagelink:link {
  color: #3a3d3f;
}

a.Pagelink:visited {
  color: #3a3d3f;
}

a.Pagelink:hover {
  color: #3a3d3f;
}

a.Pagelink:active {
  color: #3a3d3f;
}

.button {
      border: none;
      color: white;
      padding: 12px 30px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      margin: 0px;
      transition-duration: 0.4s;
      cursor: pointer;
      font-family: "Roboto", sans-serif;
      font-size: .875rem;
      color: #3a3d3f;
      font-weight: 400;
      width:100%;
     }


     .button4 {
      background-color: #ECECEC;
      border: none;
      text-decoration: none;
     }

     .button4:hover {
      background-color: #F9f9f9;
      text-decoration: none;
     }


img.imgView {
  width: 100%; 
  float: left; 
  padding: 0px 10px 10px 0px;
 }

 @media only screen and (min-width: 768px) {
  img.imgView {
   width: 50%; 
   float: left; 
   padding: 0px 10px 10px 0px;
  }
 }
