.bg-inverse .navbar-toggler {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .jumbotron {
        padding-top: 9rem;
    }
}

.navbar-dark .navbar-divider {
    background: #cccccc;
}

.navbar-divider {
    width: 5px;
    height: 5px;
    padding: 0;
    margin: 2.375rem .5rem;
    background: rgba(66,71,83,0.2);
    border-radius: 0;
}

.media a:hover{
	color: rgba(255,255,255,0.6);
}

.jumbotron .btn {
    background-color: #c6c8ca;
}

.jumbotron {
    /*background: #312f38 url(../img/bg-header_grey_blu.jpg) no-repeat center bottom;*/
	/* background: #000000 url(../img/bg-header_clean.jpg) no-repeat center bottom; */
	/*background: none;*/
	/*background-size: cover;*/
	/*background-image:  -webkit-linear-gradient(left top, rgba(49,47,56,0.5), rgba(36,75,97,1)); /* Chrome 10+, Saf5.1+ */
	/*background-image:     -moz-linear-gradient(left top, rgba(98,34,56,0.5), rgba(36,75,97,1)); /* FF3.6+ */
	/*background-image:      -ms-linear-gradient(left top, rgba(98,34,56,0.5), rgba(36,75,97,1)); /* IE10 */
	/*background-image:       -o-linear-gradient(left top, rgba(98,34,56,0.5), rgba(36,75,97,1)); /* Opera 11.10+ */
	/*background-image:          linear-gradient(left top, rgba(98,34,56,0.5), rgba(36,75,97,1)); /* W3C */
	
	
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,fff9f9+50,000000+100&1+0,0.38+50,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(255,249,249,0.38) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(255,249,249,0.38) 50%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(255,249,249,0.38) 50%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

	
}

.claim {
	margin-top: 3rem;
	font-size: 3.5rem;
}

body {
    font-family: 'Titillium Web', sans-serif;
	font-size: 1rem;
    line-height: 2;
    color: #424753;
}

.section-testimonials .blockquote>span {
    margin-bottom: 1.5625rem;
    border: 4px solid #fff;
}

.section-testimonials .blockquote p {
    margin-bottom: .9375rem;
    font-weight: 400;
    line-height: 1.464;
    margin-top: .9375rem;
}

.num-circle {
    display: block;
    width: 55px;
    height: 55px;
    margin: 0 auto 20px;
    font-size: 2.125rem;
    line-height: 1.4;
    text-align: center;
    border: 5px solid #f5f5f5;
    border-radius: 50%;
}

.section-testimonials .blockquote {
    margin-bottom: 1.5rem !important;
}

.section-testimonials hr {
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid;
	color: rgba(255,255,255,0.25);
}

.section-testimonials {
    background: #663fb5 url(../img/bg-testimonials_point.png) no-repeat center bottom;
    /* background-size: cover; */
}


.writeon {
  /*margin: 0px;*/
  background-image: url('../img/cloud_400.png');
  background-repeat: no-repeat;
  color: #FFFFFF;
  /*background-color: red;*/
  /*font-size: 140%;*/
  /*font-weight: normal;*/
  line-height: 165px;
  /*text-align: center;*/
  /*width: 240px;*/
  height: 150px;
  display: inline-block;
}

.set {
	margin-left: 150px;
}

@media (max-width: 991px) {
	.display-3 {
		font-size: 2rem;
		margin-top: 3rem;
	}
}

.margin-left{
	text-align: left;
    margin-left: 50px;
}

@media (max-width: 991px) {
	.margin-left{
		text-align: left;
		margin-left: 20px;
	}
}

.section-features {
    background: #ffffff;
}

.btn-secondary-outline {
    border-width: 2px;
    border-color: #f5f5f5;
}

.bg-inverse .btn-secondary-outline:focus, .bg-inverse .btn-secondary-outline:hover {
    background-color: #312f38;
    border-color: transparent;
}