/* STYLE FOR ULTIMEDIC

font-family: 'Lato', sans-serif;

*/

/* GEN POP */

body {
	font-family: 'Lato', sans-serif;
}
html {
  scroll-behavior: smooth;
}
p {
   font-size: 1.2rem;
   color: #383838;
}
a {
   color: #383838;
}
a:hover {
   text-decoration: none;
   color: #006838;
}

/* HEADINGS */

h1 {
	color: #006838;
	font-size: 1.5rem;
	margin: 0;
	font-weight: bold;
}

/* COLORS */

.white {
	color: #fff;
}
.green {
	color: #006838;
}

/* BACKGROUNDS */

.green-ribbon {
	background-color: #006838;
}
.bg-white {
	background-color: #fff;
}

/* BUTTONS */

.btn-green {
	background-color: #2bb673;
	border: 2px solid #2bb673;
	color: #fff;
	font-size: 1rem;
	border-radius: 0;
	padding: .2rem 2rem;
}
.btn-green:hover,
.btn-green:focus {
	background-color: transparent;
	color: #2bb673;
}

/* TYPO */

.lead {
    font-size: 1.8rem;
}
.credit {
	font-size: 12px;
}

/* POSITION */

.section {
   padding-top: 80px;
   padding-bottom: 80px;
}
.b-shadow {
	position: relative;
}
.b-shadow.bottom {
	box-shadow: 0px 18px 16px -15px #000;
}
.b-shadow.top {
	box-shadow: 0px -18px 16px -15px #111;
}

/* LISTS */

ul.values {
	padding-left: 0;
}
ul.values li {
	list-style-type: none;
	vertical-align: bottom;
	display: inline-block;
	width: 255px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 3rem;
}
ul.values li p {
	margin-top: 1rem;
	font-weight: bold;
	color: #006838;
}
ul.values.services li {
	width: 180px;
	vertical-align: top;
}
ul.values.services li p {
	color: #383838;
}

/* HEADER */

.navbar {
	padding: 0;
	background-color: #006838;
}
.navbar-brand {
	display: block;
    text-align: center;
    background: url('../img/triangle.png') no-repeat 100% 0 #fff;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
}
.navbar-expand-sm .navbar-nav {
	margin-left: 13rem;
}
.navbar-expand-sm .navbar-nav .nav-link {
	color: #fff;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 300;
	padding-top: 25px;
}
.navbar-expand-sm .navbar-nav .nav-item {
	margin-right: 1.2rem;
	margin-left: 1.2rem;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
	color: #eee !important;
	background: url('../img/plus.png') no-repeat 50% 0;
}

/* FOOTER */

footer {
	background: url('../img/ultimedic-footer.jpg') no-repeat 50% 0%;
	background-size: cover;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.form-control {
    height: 1.8rem;
    padding: .375rem .75rem;
    border: 1px solid #ccc;
    border-radius: 0;
}
.col-form-label {
	color: #636161;
	text-align: right;
	font-weight: bold;
}
.form-group {
    margin-bottom: 0.3rem;
}
footer p {
	font-size: 1.3rem;
}
footer a.social {
	color: #fff;
	font-size: 2rem;
	margin-right: 0.5rem;
}
footer a.social:hover,
footer a.social:focus {
	opacity: 0.6;
}

/* CONTENT */

.social-float {
	background: url('../img/menu-triangle.png') no-repeat 100% 0;
	width: 188px;
	text-align: center;
	padding-top: 2rem;
    padding-bottom: 3rem;
    padding-left: 4rem;
    position: absolute;
    right: 0;
    top: 0;
}
.social-float a {
	color: #fff;
	font-size: 1.4rem;
	margin-right: .3rem;
	margin-left: .3rem;
}