/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
.bg-green-xlight {
    background-color: #ECF0ED;
}
.background-ourbetterselves { /* Adds Background Image */
	background-image: url('/ourbetterselves/images/homepage_backing.png');
	width: auto;
    height: 281px;
	background-size: cover;
}
h1 { /* Removes Distance between both texts */
	margin-bottom: 1px;
	font-size: 40px;
}

.header-text-1 { /* Removes Distance between both texts */
	margin-top: 1px;
}
.ourbetterselves-title { /* Changes Font Size */
	font-size: 32px;
}
/*hiding image on mobile*/
.position-image-2 {
    display: none;
}

.padding-30 {
    padding: 30px 0;
}


[data-uvu-section="2"] {
	padding-bottom: 0;
}
[data-uvu-section="3"] {
	padding-top: 0;
}


/*LISTS*/
.checklist, .iconlist {
    margin-left: 4em !important;
}
.checklist .fa-li, .iconlist .fa-li {
    color: #77B130;
    font-size: 40px;
    left: -1.5em;
    top: -10px;
    width: unset;
}
.iconlist .fa-li {
	color: #185C33;
	top: -15px;
}
.checklist li {
	padding-bottom: 10px;
}
.iconlist li {
	padding-bottom: 30px;
}
.iconlist li ul li {
    padding-bottom: 0;
}
.checklist h3 {
    color: #000;
    font-weight: bold;
    font-size: 26px;
}

/********NEW CSS 1/5********/
blockquote {
    border: none;
}
.bevel-right img {
    border-radius: 100px 100px 0px 100px;
}


/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {
	.position-image-2 {
		display: block;
	}
	.padding-30 {
		padding: 30px;
	}
	.second-image {
		top: 1px;
	}
	
	.second-text {
		top: 1px;
	}
	
	[data-uvu-section="2"] {
		padding-top: 0;
		padding-bottom: 40px;
		margin-top: -105px;
	}
	[data-uvu-section="2"] [data-uvu-region="1"] {
		margin-top: -40px;
	}
	
}

/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {
	
	h1 {
		font-size: 48px;
	}
	.ourbetterselves-title { 
		font-size: 36px;
	}
	/*SPACING CHANGES*/
	[data-uvu-section="2"] {
		margin-top: -138px;
	}
	[data-uvu-section="5"] [data-uvu-region="2"] {
		margin-top: 30px;
	}
	
	/*LISTS*/
	.iconlist .fa-li  {
		font-size: 45px;
	}
	.checklist .fa-li {
		top: -13px;
	}
	
	
	
}

/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {
	[data-uvu-section="3"] {
		padding-bottom: 100px;
	}
	
	.position-text-1 {
		top: 57px;
		left: 619px;
		width: 524px;
		height: 304px;
	}
	
	.position-image-1 {
        top: 45px;
        left: 500px;
        width: 600px;
        opacity: 1;
        position: absolute;
        z-index: 1;
    }
	
	.position-image-2 {
                bottom: 0px;
        left: 40px;
        width: 600px;
        height: 340px;
        opacity: 1;
        position: absolute;
        z-index: 1;
    }
	
}

/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/