.debug{
    border: 1px solid red;
}
body {
    font-family: 'Nunito', sans-serif;
    background-color: #55555A; /* rgb(119,119,122); */
    color: white;
    font-size: 16px;
}
.pink {
   color: rgb(233,89,149);
}
.pink-bg {
   background-color: rgb(233,89,149);
}
a {
    /* rosa */
    
    color: rgb(233,89,149);
}

input[type=submit], a.big-link  {
   background-color: rgb(233,89,149);
   color: white; 
   border: none;
   padding: 5px 20px;
}
a.big-link {
    padding: 10px 30px;
    margin: 5px 0px;
    display: inline-block;
}
a:hover {
    text-decoration: none;
    color: inherit;
    color: rgb(233,89,149);
    background-color: white;

}
h1 {
    border-top: 2px solid rgb(233,89,149);
    padding-top: 20px;
}
h4 {
   margin-top: 40px;
}
.blog-masthead {
    /* rose */
    background-color: rgb(233,89,149);
    padding: 10px;
    margin-top: 20px;
}
.blog-masthead a {
    color: white;
    font-size: 120%;
}
.blog-masthead a:hover {
    color: rgb(233,89,149);
}
.blog-footer {
    
}

.col-md-1{
    border: 1px solid red;
}
#welcome {
    text-align: center;
    padding: 100px 0;
}
.row-logo, .logo-row1, .logo-row2 { float: left;}
.clear {
    clear: both
}
#welcome a {
    text-decoration: none;
    margin: 0;
    display: inline-block;

}
#welcome a:hover {
    background-color: white;
}
#welcome a:hover img, .logo-row2 a:hover img, .logo-row1 a:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}
#welcome .content {
    margin: 0 auto;
    width: 100%;
}
.logo-row2 a, .logo-row1 a {
    display: inline-block;
}

@media (max-width: 320px) {
    .logo-row1 a img {
        width: 62px;
	height: 62px;
    }
    .logo-row2 a img {
        width: 60px;
	height: 31px;
    }
}
@media (min-width: 321px) and (max-width: 767px) {
    #welcome .content {
        margin: 0 auto;
        width: 100%;
    }
    
    .row-logo {
        width: 100%;
    }
    .logo-row1 {
    
    }
    .logo-row2 {
    	
    }
    .logo-row1 a img {
        width: 78px;
	height: 78px;
    }
    .logo-row2 a img {
        width: 78px;
	height: 39px;
    }
}
@media (min-width: 992px) {

}

.row-nav {
    margin: 20px 0;
}

.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select{
	color: rgb(233,89,149);
}
.wpcf7-form input.wpcf7-submit {
	color: white;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #ffffff;
  color: #ffffff;
 
  border-bottom-color: #ffffff;
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}

/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}
.a-logo, .ax-logo {
	         width: 27%;
	         float: left;
         }
         .a-logo img, .b-logo img, .ax-logo img, .bx-logo img {
         	width: 100%;
         }
         .b-logo, .bx-logo {
	         width: 22%;
	         float: left;
         }
         .cx-text {
         	display: block;
         	float: left;
         	font-size: 80%; margin-left: 5px;
         }
         .cx-text img {
         	width: 20px; height: 20px;

         }
         @media (max-width: 1199px) {
         .a-logo a {
         	width: 91%;
         }
         }
         @media (max-width: 320px) {
         .a-logo, .b-logo {width: 100%}
         .a-logo a {
         	width: 100%;
         }
         }
         @media (min-width: 321px) and (max-width: 767px) {
         .a-logo, .b-logo {width: 100%}
         .a-logo img {
         width: 100%;
         }
         }
	 
	 button.navbar-toggle {
         	border-color: white;
         }
         button.navbar-toggle .icon-bar {
         	background-color: white;
         }

#social-footer {
  background-color: #44444A;
  padding: 20px 0;
}
#social-footer a {
  font-size: 90%;
}
#social-footer .a-imgs a:hover {
  background-color: inherit;
}
#social-footer .a-imgs a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#copyright {
  padding: 15px 0 20px;
  font-size: 80%;
  text-align: center; 
  background-color: #33333A;
  margin-bottom: 10px;
}