/* empty client custom stylesheet - needed to stop Firefox throwing error when it is missing */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700,700i');

.img-thumbnail {
  background: none;
}

.navbar-brand {
	padding-top: 0px !important; 
	padding-bottom: 0px !important;
}

.navbar-brand > img {
	height: 50px;
}

.navbar-nav > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.navbar-default {
	border-color: #F4F0E8;
	border-bottom-width: 5px;
	border-bottom-style: solid;
}

body {
	background-image: none;
}

.footer {
	background-color: #fff;
}

#info-panel-collapse a {
	color: #d81e05;
}

.footer a {
    color: #d81e05;
}

#aims-portal-scheme-call-description #page-title {
	font-size: 0rem;
}

#aims-portal-scheme-call-description #page-title small {
	font-size: 4.6rem;
	color: #d81e05;
}

@media (min-width: 993px) and (max-width: 1200px) {
  #aims-portal-scheme-call-description #page-title small {
	font-size: 3.9rem;
  }  
}

@media (min-width: 769px) and (max-width: 992px)  {
  #aims-portal-scheme-call-description #page-title small {
	font-size: 3.7rem;
  }  
}

@media (min-width: 481px) and (max-width: 768px) {
  #aims-portal-scheme-call-description #page-title small {
	font-size: 3.5rem;
  }  
}

@media (max-width: 480px) {
  #aims-portal-scheme-call-description #page-title small {
	font-size: 3.0rem;
  }  
}
