@charset "utf-8";
/* CSS Document */
.wrap-primary {
    background-color: #355997;
    background-color: rgba(9, 51, 138, 0.7);
    padding: 40px 0;
  }
  #header-full {
    background-image: url("/cable/Resources/Images/towers/towers_option2.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
  }
  #header-full a {
    color: #fff  }
  
   .read-more {
    padding: 7px;
    background-color: red;
    font-size: 16px;
    color: white;
    margin-top: 25px;
    border-radius: 10px;
    margin-right: 40px;
    z-index: 0;
  } 
  
  .read-more a {
    padding: 7px;
    background-color: red;
    font-size: 16px;
    color: white;
    margin-top: 25px;
    border-radius: 10px;
    margin-right: 40px;
    z-index: 0;
  }
  .read-more a:hover{
    background-color: green;
    text-decoration: none;
    z-index: 0;
  }