/*!
 * Start Bootstrap - Full Width Pics (http://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */

body {
    padding-top: 75px;
    font-family: 'Roboto', sans-serif;
    color:#050505;
}

a {
    color: #0f70b7;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

@media (min-width: 992px) {
    body {
        padding-top: 75px;
    }
}


h1 {
	font-weight:100;
	font-size:4rem;
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.bg-image-full {
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.navbar-brand img {
	max-width:175px;
	height:auto;
}

.navbar {
	font-weight:500;
}

.dubius-head-img {
	color:#fff;

}

.dubius-caption-row {
	background:rgba(255,255,255,0.90);
	background:rgba(243,248,251,0.95);
}

.dubius-head-img h2 {
	/*background:#009fe3;*/
	color:#009fe3;
	padding:20px 20px 0 20px;
	font-size:64pt;
	font-weight:900;
	text-transform: uppercase;
}

.dubius-head-img h3 {
	/*background:#009fe3;*/
	color:#b3b2b2;
	padding:0 20px;
	font-size:49pt;
	font-weight:700;
	font-style: italic;
	text-transform: uppercase;
}

.dubius-head-img h4 {
	/*background:#009fe3;*/
	color:#0f70b7;
	padding:0 20px;
	font-size:52pt;
	font-weight:500;
	text-transform: uppercase;
}

.bg-dubius {
	background:rgba(243,248,251,0.95);
}

#dubius-audience .fa {
	color:#009fe3;
	margin-bottom:15px;
}

#dubius-pros {
	background:#009fe3;
	  background: -webkit-radial-gradient(#009fe3, #0f70b7); /* Safari 5.1 to 6.0 */
	  background: -o-radial-gradient(#009fe3, #0f70b7); /* For Opera 11.6 to 12.0 */
	  background: -moz-radial-gradient(#009fe3, #0f70b7); /* For Firefox 3.6 to 15 */
	  background: radial-gradient(#009fe3, #0f70b7); /* Standard syntax */
	color:#f3f8fb;
}

#dubius-simple {
	background:#f3f8fb;
}

.dubius-btn {
	background:none;
	color:#f3f8fb;
	border:3px solid #f3f8fb;
	border-radius:10px;
}
.dubius-btn:hover {
	background:#f3f8fb;
	color:#009fe3;
	border:3px solid #fff;
	border-radius: 10px;
}

.dubius-btn-blue {
	background:none;
	color:#009fe3;
	border:3px solid #009fe3;
	border-radius: 10px;
}
.dubius-btn-blue:hover {
	background:#009fe3;
	color:#fff;
	border:3px solid #009fe3;
	border-radius: 10px;
}

#footer{
	color:#f3f8fb;
	font-weight:300;
	background:rgba(52,58,64,0.75);
}

.dubius-contact {
		background:#009fe3;
	  background: -webkit-radial-gradient(#009fe3, #0f70b7); /* Safari 5.1 to 6.0 */
	  background: -o-radial-gradient(#009fe3, #0f70b7); /* For Opera 11.6 to 12.0 */
	  background: -moz-radial-gradient(#009fe3, #0f70b7); /* For Firefox 3.6 to 15 */
	  background: radial-gradient(#009fe3, #0f70b7); /* Standard syntax */
	color:#f3f8fb;
	padding:15px 25px;
	max-height:100%;
	margin-bottom:20px;
}