@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,700,900');

body {
	font-family: 'Work Sans', Roboto, 'Heveletica Nueue', Heveletica, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,0.75);
	letter-spacing: -0.03em;
	background: #333333;
}

.navbar-brand {
	font-weight: 700;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}

.footer p {
	margin-top: 10px;
}

.navbar-inverse {
	background: #333333;
	border: 0;
	border-radius: 0;
}


.sponsors a img {
	height: 40px;
	width: auto;
	margin-right: 10px;
	filter: grayscale(100%);
	transition: all 0.3s ease-out;
}

.sponsors a:hover img {
	filter: grayscale(0%);
}

.nethostingLogo {
	height: 30px !important;
}

.sitesecuremeLogo {
	height: 30px !important;
}

.splash h1 {
	letter-spacing: -0.025em;
	line-height: 80%;
	font-size: 96px;
	font-size: 8.3vw;
	font-weight: 900;
	color: rgba(255,255,255,0.75);
	text-align: center;
	text-transform: uppercase;
	background: -webkit-linear-gradient(rgba(255,255,255,0.85), rgba(255,255,255,0.5));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#profile_site .input-url {
	font-size: 42px;
	font-size: 3.8vw;
	letter-spacing: -0.06em;
	border: 0;
	border-bottom: 1px solid #666;
	background: transparent;
	text-align: center;
	width: 100%;
	margin-top: 1.5em;
	transition: all 0.3s ease-out;
}

#profile_site .input-url:focus {
	outline: none; 
	border-bottom: 1px solid rgba(255,255,255,0.85);
}


#profile_site .input-email {
	font-size: 38px;
	font-size: 3.2vw;
	letter-spacing: -0.06em;
	border: 0;
	border-bottom: 1px solid #666;
	background: transparent;
	text-align: center;
	width: 100%;
	margin-top: 1.5em;
	transition: all 0.3s ease-out;
}

#profile_site .input-email:focus {
	outline: none; 
	border-bottom: 1px solid rgba(255,255,255,0.85);
}

#profile_site .btn-run-test {
	font-size: 42px;
	font-size: 3.8vw;
	border: 1px solid #666;
	background: transparent;
	margin: 1em auto 0;
	color: rgba(255,255,255,0.75);
	display: block;
	padding: 0 1.5em;
	border-radius: 2em;
	font-weight: bold;
	transition: all 0.3s ease-out;
}

#profile_site .btn-run-test:hover {
	border: 1px solid rgba(255,255,255,0.85);
}

#profile_site .btn-run-test:focus {
	outline: none; 
	border: 1px solid rgba(255,255,255,0.85);
}

#profile-report .bar {
	background: rgba(255,255,255,0.75);
    display: block;
    padding: 7px;
    border-radius: 1em;
    border: 2px solid #333;
    transition: all 0.3s ease-out;
}

#profile-report .progress {
	background: transparent;
    border: 1px solid rgba(255,255,255,0.75);
    border-radius: 1em;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: none;
}

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

.report-wrapper {
	margin-top: 60px;
}

.report-wrapper .section-header {
	margin-bottom: 1.5em;
}

.report-wrapper .top {
	padding-bottom: 5em;
}

.report-wrapper .top h1 {
	font-weight: 800;
	font-size: 65px;
	font-size: 5vw;
}

.report-wrapper .top h1 small {
	display: block;
	text-transform: uppercase;
	font-size: 40%;
}

.report-wrapper .subsection {
	padding: 3em 0;
}

.report-wrapper .subsection:nth-child(odd) {
	background: transparent;
}

.report-wrapper .subsection:nth-child(even) {
	background: rgba(255,255,255,0.25);
}

.report-wrapper .subsection h2 {
	margin-top: 0;
	font-weight: bold;
	font-size: 36px;
	font-size: 2.8vw;
}

.report-wrapper .subsection h3 {
	font-size: 60px;
	font-size: 5vw;
	font-weight: 900;
	color: #ccc;
	margin-top: 0;
}

.report-wrapper .subsection h3 small {
	display: block;
	font-size: 50%;
	color: rgba(255, 255, 255, 0.35)
}

.report-wrapper .subsection h4 {
	font-size: 16px;
	font-size: 1.6vw;
}

.report-wrapper .subsection h5 {
	font-size: 32px;
	font-size: 3vw;
}

.report-wrapper .subsection p {
	text-align: left;
}

.report-wrapper .subsection h5 small {
	font-size: 50%;
	color: #ccc;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #ccc;
    cursor: default;
    background-color: #848484;
    border: 1px solid #848484;
    border-bottom-color: transparent;
}

.nav-tabs {
	border-bottom: 1px solid #848484;
}

.report-wrapper .header-icon {
	width: 40%;
	margin: 1em auto 0;
	/*fill: #ccc;*/	
	/*stroke: #ccc;*/
}

#mobile-summary .header-icon {
	width: 100%;
	margin-top: 0;
}

#mobile-summary .mobile-screenshot {
	width: 100%;
}

.report-wrapper a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.report-wrapper a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.report-wrapper .tab-pane {
	padding-top: 1em;
}

.report-wrapper .tab-pane dt {
	font-size: 120%;
}

.report-wrapper .tab-pane dd {
	margin-bottom: 1em;
}

.report-wrapper .progress,
.report-wrapper .progress-bar {
	background: #ccc;
	border-radius: 1em;
	box-shadow: none;
}

.report-wrapper .progress-bar-success {
	background-color: #9DCB7D;
}

.report-wrapper .progress-bar-warning {
	background-color: #F7C573;
}

.report-wrapper .progress-bar-danger {
	background-color: #F7635F;
}

.report-wrapper .subsection .text-success {
	color: #9DCB7D;
}

.report-wrapper .subsection .text-warning {
	color: #F7C573;
}

.report-wrapper .subsection .text-danger {
	color: #F7635F;
}

.nav-tabs>li>a {
	color: #ccc;
	text-decoration: none;
}

.nav-tabs>li>a:hover {
	color: #666;
}

.group.label {
  font-size: 10px;
}

#mobile-summary .header-icon {
  width: 70% !important;
}

span.seo {
  font-size: 40px;
  color: #333;
}

.header-icon {
  padding: 5px !important;
}

@media (max-width: 991px) {
	.footer div {
		text-align: center;
	}
}