body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

h1 {
  font-size: 30px;
  text-transform: uppercase; }

.welcometxt {
  color: #aeadad;
  margin-top: 12%;
  margin-bottom: 60px; }

.linkimg {
  width: 350px;
  height: 152px;
  border: 1px solid #c6c4c2;
  position: relative;
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px; }
  .linkimg.sum {
    float: right; }
  .linkimg img {
    display: block; }
  .linkimg .linkimghover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease; }
  .linkimg .txt {
    color: #FFF;
    font-size: 40px;
    text-align: center;
    line-height: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase; }
  .linkimg:hover .linkimghover {
    visibility: visible;
    opacity: 1; }

.siteselect {
  margin-bottom: 60px; }

.smalltxt {
  color: #6f6e6e; }

@media screen and (max-width: 767px) {
  body .linkimg {
    margin: 0 auto 10px auto;
    max-width: 100%; }
    body .linkimg.sum {
      float: none; } }

