body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #f7f7f7 !important;
}

body i {
    color: #0d8c8c;
}

body a {
    color: #0d8c8c;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.jumbotron {
    padding-bottom: 1rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.navbar {
    margin-left: 1rem;
    margin-right: 1rem;
}

.dmpro-footer {
}

.dmpro-foreground {
    color: #ffffff !important;
}

.dmpro-background {
    background-color: #0d8c8c !important;
}

.text-light {
    color: #ffe5e8 !important;
  }

  a.text-light:hover, a.text-light:focus {
    color: #ffe5e8 !important;
  }

.dmpro-background-alt {
    background-color: #bde4e4 !important;
}

.dmpro-background-light {
    background-color: #f7f7f7 !important;
}

.dmpro-background-light-alt {
    background-color: #ebe9e7 !important;
}

.dmpro-secondary {
    background-color: #407DD9 !important;
}

.dmpro-fieldset {
    border: 2px solid #ecf0f1;
    border-radius: 6px;
}

.dmpro-links {
    color: #ffe5e8 !important;
    text-decoration: underline;
}

.carousel-caption {
    position: relative;
    left: auto;
    right: auto;
}

.pricing-table-1 h3 {
    background-color: #0d8c8c;
}

.price-footer {
    background-color: #0d8c8c !important;
}

body {
    min-height: 100vh;
    position: relative;
    margin: 0;
    padding-top: 80px;
}

footer {
    position: relative;
    bottom: 0;
}

.carousel {
    align-items: center;
}

a.dmpro-anchor {
    display: block;
    position: relative;
    top: -86px;
    visibility: hidden;
}

.dmpro-hero {
    background: url('duet/test%20images/test-hero.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0 500px 0;
    height: auto;
}

.dmpro-hero h1 {
    margin-top: 100px;
    font-weight: 600;
    color: #31152B;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}


/* Footer styling */

#footer i {
    color: #ffe5e8 !important;
}
#footer {
    background: #0d8c8c !important;
    padding: 60px 0;
    margin-left: 2rem;
    margin-right: 2rem;
}
#footer .section-title {
    text-align: center;
    color: #0d8c8c;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer h5{
	padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffe5e8;
}
#footer a {
    color: #ffe5e8;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
	padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
	font-size:25px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.social li:hover a i {
	font-size:30px;
	margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
	color:#ffe5e8;
}
#footer ul.social li a:hover{
	color:#eeeeee;
}
#footer ul.quick-links li{
    padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#footer ul.quick-links li:hover{
	padding: 3px 0;
	margin-left:5px;
	font-weight:700;
}
#footer ul.quick-links li a i{
	margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.ytcontainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width:767px){
	#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}
