/**
 * Custom CSS
 * Use this file to override styles if you feel uncomfortable editing
 * component stylesheets.
 ============================================================================ */

/* Custom CSS */
 
 body {
   background-color: #fafafa;
 }
 
 .regions {
    max-width: 900px;
 }
 
 header {
    align-self: center;
    text-align: center;
 }
 
 .node {
     background-color: transparent;
     -webkit-box-shadow: none;
     box-shadow: none;
 }

 
 img.site-branding__logo-img {
   width: 50%;
 }
 
 a,
 a:visited {
   color: #756D63;
   text-decoration: none;
 }
 
 a:hover {
   color: #756D63;
   text-decoration: underline;
 }
 
 .button {
   background-color: transparent;
   font-weight: bold;
   color: #756D63;
   border-radius: 20px;
   border: solid 3px #756D63;
   padding: 15px 20px 30px 20px;
   text-transform:  uppercase;
 }
 
 .button:hover {
   background-color: #756D63;
   font-weight: bold;
   color: white;
   border-radius: 20px;
   border: solid 3px #756D63;
   padding: 15px 20px 30px 20px;
   text-transform:  uppercase;
 }
 
.form-type-radio label.option,
.form-type-radio label.option:hover {
    background-color: transparent;
 }
 
 fieldset#edit-what-are-you-interested-in {
    border: solid 1px #cccccc;
    margin-top: 0.75em;
    padding: 0.75em;
 }