@import url('https://fonts.googleapis.com/css?family=Ubuntu');
/*
#00ffff -  cyan
#00a0c7 - teal
#ff00ff - magenta
#ffff00 - yellow
#000000 - black
*/

h1 {
	color: #dd137b;
} 

h2 {
	color: #dd137b;
}

h3 {
	color: #dd137b;
}

.jumbotron h1 {
    font-size: 45px;
    margin-top: 60px;
	color: #581845;
	vertical-align: center;
}

a {
    color: #00a0c7;
    text-decoration: none;
}

A:hover {
	color: #00a0c7;
}

body {
    font-family: "Ubuntu";
    font-size: 18px;
    line-height: 1.4285;
    color: #333333;
    background-color: #ffffff;
}

.btn-default, .btn-default:hover {
   background-image: none;
}

.btn-default {
	background-color: #00a0c7;
	border: #00a0c7;
}

.btn-default:hover {
	background-color: #00a0c7;
	border: #00a0c7;
}

/* .btn-primary {
  color: #fff;
  background-color: #ff00ff;
  border-color: #ff00ff;
}
*/

.btn-cyan {
	background-color: #00a0c7;
}

/* .btn-primary, .btn-primary:hover {
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe72510', endColorstr='#ffcb210e', GradientType=0);
    -webkit-filter: none;
    filter: none;
    border: 1px solid #a91b0c;
}
*/

.navbar-inverse {
    background-color: #dd137b;
    border-color: #dd137b;
    height: : 90px
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #dd137b;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #dd137b;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4285;
    color: #444444;
    white-space: nowrap;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #581845;
    border-color: #581845;
    cursor: default;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #eeeeee;
    border-color: #eeeeee;
}

.panel-body-moretop {
	padding-top: 460px;
}

.panel-body-morebottom {
	padding-bottom: 460px;
}

.panel-transparent {
    background: none;
}

.panel-default-white > .panel-default {
    border-color: white;
	padding-left: 30px;
	padding-right: 30px;
}

.panel-default{
    border: 0px;
}

.panel-body-morepad > .panel-body {
    padding: 60px;
}

.includelet.big-fonts h1 {
    font-size: 50px;
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h2 {
    font-size: 34px;
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
	color: #751d59;
}

.includelet.big-fonts h3 {
    font-size: 24px; 
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h4 {
    font-size: 20px;
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h5 {
    font-size: 16px;
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
}

.includelet.big-fonts h6 {
    font-size: 14px;
	color: #dd137b;
    font-weight: 500;
    line-height: 100%;
}

.background-fixedaspect-netequality {
    background-image: url("https://netequality.org.uk/assets/images/evoice-website-banner-image-wh?attr=image_orig");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    height: 0; /* to prevent content inside the div making it too tall */
    padding-bottom: 38.5%; /* fix aspect ratio */
}

.thumbnail {
    width: auto;
    height: auto;
}


.image {
    width: 100%;
    height: 100%;    
}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(2.0); /* Safari and Chrome */
    -moz-transform:scale(2.0); /* Firefox */
    -ms-transform:scale(2.0); /* IE 9 */
    -o-transform:scale(2.0); /* Opera */
     transform:scale(2.0);
}

blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #ffff00;
  line-height:1.6;
  position: relative;
  background: #ffffff;
}

/*
  blockquote::before{
  font-family:Arial;
  content: "\201C";
  color: #ffff00;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  font-family:Arial;
  content: '\201D';
  color: #ffff00;
  font-size:4em;
  position: absolute;
  /*bottom: -10px;
  right: 10px;*/
}
*/
blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}