/* - variables- */
:root {
--main-color:#062456;
}
/*code I added */
/*HEADER*/
/*Modify the header background for all catalog pages.*/
#app-header {
padding: 0;
height: 160px;
background-color: #fff;
}
/* Modify the layout of the header contents*/
#app-header .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px
padding-right: 15px
}
/*Modify the account logo in the header*/
/*any header logo uploaded in a catalog will override this option*/
#app-header .logo a {
background-image:
url(https://s3.amazonaws.com/tr-learncanvas/code/catalog/logo-eduonline.png);
background-size: 212px 29px;
background-position: center center;
background-repeat: no-repeat;
margin-top: 20px;
width: 212px;
height: 53px;
}
/*HOME PAGE*/
/*Modify the home page account info/shopping cart to be higher on the page*/
.AccountDropdown--margin-top {
margin-top:12px;
}
#home-page .feature-region {
height: 300px;
background-image: url(https://articulateusercontent.com/rise/courses/6EaTKuOUQeQUMhBKzkkOdR7xX7C41FUR/f3Jk29adAd8WBFpP.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
position: relative;
}
/*Modify the layout for the contents of the feature area background*/
#home-page #feature div {
max-width: 100%;
color: #fff;
position: relative;
}
/*Adjusting font for different screen sizes*/
@media only screen and (max-width: 650px){
#home-page #feature div h1{
color: #fff;
font-size: 1.4em;
margin-top: 4.9em;
font-weight: 700;
line-height: 1;
position: absolute;
padding-bottom: 1.1em;
border-bottom: 3px solid #fff;
margin-bottom: 0.2em;
}
#home-page #feature div h2{
color: #fff;
font-size: 1.1em;
margin-top: 10em;
line-height: 1.3;
position: absolute;
}
}
@media only screen and (min-width: 650px){
#home-page #feature div h1{
color: #fff;
font-size: 1.8em;
margin-top: 3.4em;
font-weight: 900;
line-height: 1;
position: absolute;
padding-bottom: 1.1em;
border-bottom: 3px solid #fff;
margin-bottom: 0.2em;
}
#home-page #feature div h2{
color: #fff;
font-size: 1.4em;
margin-top: 8.5em;
line-height: 1.3;
position: absolute;
}
}
@media only screen and (min-width: 715px){
#home-page #feature div h1{
color: #fff;
font-size: 2.0em;
margin-top: 3.0em;
font-weight: 900;
line-height: 1;
position: absolute;
padding-bottom: 1.1em;
border-bottom: 3px solid #fff;
margin-bottom: 0.2em;
}
#home-page #feature div h2{
color: #fff;
font-size: 1.6em;
margin-top: 7.7em;
line-height: 1.3;
position: absolute;
}
}
@media only screen and (min-width: 1005px){
#home-page #feature div h1{
color: #fff;
font-size: 2.4em;
margin-top: 3.1em;
font-weight: 900;
line-height: 1;
position: absolute;
padding-bottom: 1.1em;
border-bottom: 3px solid #fff;
margin-bottom: 0.2em;
}
#home-page #feature div h2{
color: #fff;
font-size: 1.7em;
margin-top: 8.3em;
line-height: 1.3;
position: absolute;
}
}
@media only screen and (min-width: 1220px){
#home-page #feature div h1{
color: #fff;
font-size: 2.6em;
margin-top: 2.1em;
font-weight: 900;
line-height: 1;
position: absolute;
padding-bottom: 1.1em;
border-bottom: 3px solid #fff;
margin-bottom: 0.2em;
}
#home-page #feature div h2{
color: #fff;
font-size: 1.8em;
margin-top: 7.3em;
line-height: 1.3;
position: absolute;
}
}
#user-nav > a {
color: #062456;
}
.piped-list>li {
display: inline-block;
padding-left: 7px;
padding-right: 5px;
padding-top: 8px;
}
.piped-list>li>a {
color:#ffffff;
}
/* End of Code I added */
#user-nav {
padding-top: 25px;
}
#page-links {
display: inline-block;
}
#page-links a {
display: inline-block;
padding: 5px 10px 5px 0;
font-size: 14px;
}
button#accountDropdown {
padding: 5px 10px 5px 0;
}
/* - button/icon background - */
.btn-info, .Icon__CircleWrap--info, .product-flag.product-flag-free, .ProductIcon__LargeC
ircle--course, .ProductIcon__SmallCircle--course {
background: var(--main-color);
}
.search-refine-button__contents {
color: #333333;
}
#app-header {
/*background-color: #062456;*/
background-color: #fff;
}
ul.nav {
color: #062456;
}
span.Dropdown__ToggleIcon--header.icon-right {
color: #062456;
}
span.Dropdown__ToggleText {
color: #062456;
}
/* - button :hover - */
.btn-info:hover, .btn-info:focus, .ProductIcon__LargeCircle--course:focus {
background: var(--main-color);
filter: brightness(85%);
}
.product-results .product-tile:hover {
box-shadow: inset 0px -5px 0px var(--main-color);
}
/* - feature-search - */
.feature-region {
background-image: inherit;
}
#search-form .search-form-container {
border-top: 5px solid #e16700;
background-color: #232d4b;
}
.search-refine-button__text {
color: #fff;
}
.icon.search-refine-button__icon.icon-circle-down {
color: #fff;
}
.icon.search-refine-button__icon.icon-circle-up {
color: #fff;
}
#page-links a {
display:inline-block;
padding:5px 10px;
font-size:14px;
color:#ffffff;
}
#page-links .piped-list>li:after {
content:"|";
color:#ffffff;
}
#user-nav {
padding-top: 25px;
}
#page-links {
display: inline-block;
}
#page-links a {
display: inline-block;
padding: 5px 10px 5px 0;
font-size: 14px;
}
button#accountDropdown {
padding: 5px 10px 5px 0;
}
.product-tile .product-footer {
color: #062456;
}