body {
    font-family: Lato;
    font-size: 16px;
}
nav {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;
}
a:hover, a:focus {
    color: white;
    text-decoration: none;
}
p a:hover, p a:focus {
    color: grey;
    transition: color 0.1s;
    text-decoration: underline;
}
h1, .h1 {
    margin-bottom: 50px;
}
h4, .h1 {
    font-size: 23px;
    font-weight: 400;
}
section p, #description li {
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
section .col-sm-6 p {
	max-width: 400px;
}
p.h {
	margin: 15px 0 30px 0;
	font-size: 35px;
	font-weight: 300;
}
.icon-bar {
    background-color: #fff;/*don't touch*/
}
.logo {
    color: white;
    font-size: 27px;
}
.default-navbar .nav li > a{
    color: white;
}
.default-navbar .nav li > a:hover, .default-navbar .nav li > a:focus, .activated{
    color: #b9b9b9;
    background: none;
}
.jumbotron.full {
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.jumboback {
    width:100%;
    background-image:url('/img/Software-Solutions.png');
    background-size:cover;
    background-position:center bottom;
}
.jumboback:after {
    content: '';
    padding-top: 45.5%;
    width: 100%;
    display: block;
}
.overlay {
   /* background-color: rgba(31, 25, 51, 0.5);*/
   background-color: rgb(32 55 70 / 50%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
}
.overlay:before {
    content: '';
    height: 100%;
    width: 0;
    vertical-align: middle;
    display:inline-block;
}
.overlay > *{
    display: inline-block;
    vertical-align: middle;
}
section {
    width:100%;
    padding: 20px 0;
    text-align: center;
}
body > section:nth-child(2n+1) {
  /*  background-color: #f4f4f4;*/
    
}
section .container {
    text-align: center;
    color: #000034;
    font-size: 20px;
}
section .container h1 {
    font-weight: bold;
}
.row > div {
    margin-top: 30px;
}
.notop-m {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.notop-m > div {
    margin-top: 0;
}
#products .row {
    font-weight: 300;
}
#products .row:nth-child(1) {
    padding-top: 0;
}
div.gradient {
   /* background: linear-gradient(135deg, #1f1834, #621f5d);
    color: white;*/
    color: #d8e4ef;
    background: #395a77;
}
.preview {
    min-height: 500px;
}
.preview h1 {
    margin-top: 50px;
    margin-bottom: 30px;
}
.preview .btn-wrapper {
    margin-top: 30px;
    margin-bottom: 20px;
}
.preview .features {
    display: inline-block;
}
.preview-mockup {
	background-size:cover;
	background-position:center;
}
.thinner.h2 {
    font-weight: 300;
}
.svgimg {
    height: 100px;
    display: block;
    position: relative;
    transition: all 0.3s;
}
.overlay:hover .hovering .svgimg {
    transform: scale(1.2);
    transition: all 0.3s;
}
#reviews .container .row q {
    display: block;
    width: 100%;
    text-align: justify;
}
.bdg {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.bdg.uncol {
    width: auto;
    float: none;
    display: inline-block;
    margin: 5px 20px;
}

.form-group input, .form-group textarea {
    padding: 20px;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
}
.form-group textarea {
    height: 216px;
}
section h1.paragraph-h1 {
	font-weight: 300;
	font-size: 35px;
	line-height: 35px;
}
.btn-xl {
    color: #fff;
    background-color: #ffa216;
    border-color: #ffa216;/*#669900;*//*#387F39;*/
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
    font-size: 18px;
    padding: 20px 40px;
    /*transition: all 0.5s;*/
    box-shadow: #e48000 0px 10px 0;
    position: relative;
}
.btn-xl:hover, .btn-xl:focus {
    color: white;
    box-shadow: #e48000 0px 5px 0;
    /*background-color: #e48000;/*#527a00;*//*#286628;*/
    /*transition: all 0.2s;*/
    top: 5px;
}
.col-fifth {
    width: 20%;
    padding: 0 10px;
    float: left;
}
.col-xs-10-10 {
	width: 100%;
}
#contacts h3 {
	line-height:20px;
}
@media only screen and (max-width : 992px) {
    .col-fifth {
        width: 33.3333%;
    }
}
@media only screen and (max-width : 768px) {
    .col-fifth {
        width: 50%;
    }
    h1, h2, h3, h4 {
        font-size: 24px;
        font-weight: 300;
        line-height: 24px;
        margin: 0;
    }
    h1 {
        margin-bottom: 10px;
    }
    h2 {
        font-size: 22px;
        line-height: 22px;
    }
    h3 {
        font-size: 20px;
        line-height: 20px;
    }
    h4 {
        font-size: 18px;
        line-height: 18px;
    }
    li {
        margin: 0;
    }
    .preview {
        min-height:200px;
        height: auto;
    }
    .preview.img {
        min-height:200px;
        height: 200px;
    }
}
@media only screen and (max-width : 480px) {
    .col-fifth {
        width: 50%;
    }
    h1, h2, h3, h4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 20px;
        margin: 0;
    }
    h2 {
        font-size: 18px;
        line-height: 18px;
    }
    h3 {
        font-size: 16px;
        line-height: 18px;
    }
    h4 {
        font-size: 14px;
        line-height: 14px;
    }
    li {
        margin: 0;
    }
    .preview {
        min-height:170px;
        height: auto;
    }
    .preview.img {
        min-height:170px;
        height: 170px;
    }
}
@media (min-width:750px) {
	.col-sm-5-10 {
		width: 50%;
	}
	section h1.paragraph-h1 {
		font-weight: 300;
		font-size: 40px;
		line-height: 40px;
	}
}
@media (min-width:970px) {
	.col-md-2-10 {
		width: 20%;
	}
	section h1.paragraph-h1 {
		font-weight: 300;
		font-size: 45px;
		line-height: 45px;
	}
	
}
@media (max-width:750px) {
	#reviews .h2 {
        font-size: 18px;
        line-height: 20px;
	}
}

footer .container {
    color: white;
}
.top-footer {
    background-color: #1e1933;/*#191A33;*//*#192133*/
}
.bottom-footer {
    background-color: #1A162D;
}
@media (min-width: 500px){
    #col-md-2 {
        width: 12.666667%;
    }
}
