/* HEADINGS */
#journal h4 {
font-size: 1.2rem;
border-bottom: 4px double #814d9d;
color: #814d9d;
}

#journal h3 {
font-size: 1.5rem;
}

/* BANNER */
.banner__overlay {
background-color: black;
background: linear-gradient(to bottom, rgba(255,255,255,0) 55%, rgba(0,0,0,1) 100%);
}

.banner__title {
text-shadow: none !important;
color: white !important;
text-transform: uppercase;
font-weight: 100;
}


/* LOGO */
.journal-logo {
margin: 0;
width: 35%;
}

/*ICONS*/
.gradient-icon {
  background-image: linear-gradient(to bottom right, black 10%, #492365 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: 3rem;
  display: inline-block; /* Required for clipping to work correctly */
}

/* LISTS */
#journal ul li {
margin-bottom: 1rem;    
}

/*PADDING*/
.--padding-yt-none {
padding-top: 0px !important;
}

.--padding-yb-none {
padding-bottom: 0px !important;
}

.--padding-yt-more {
padding-top: 1rem !important;
}

.--padding-yb-more {
padding-bottom: 1rem !important;
}

.--padding-yt-most {
padding-top: 2rem !important;
}

.--padding-yb-most {
padding-bottom: 2rem !important;
}

/*MARGINS*/
.--margin-yt-none {
margin-top: 0px !important;
}

.--margin-yb-none {
margin-bottom: 0px !important;
}

.--margin-yt-more {
margin-top: 1rem !important;
}

.--margin-yb-more {
margin-bottom: 1rem !important;
}

.--margin-yt-most {
margin-top: 2rem !important;
}

.--margin-yb-most {
margin-bottom: 2rem !important;
}

/* FOOTER */
.journal-footer {
background: url("https://www.weber.edu/wsuimages/weber-journal/images/grey-stacked-peaks.svg") center  -20px /  cover no-repeat; 
height: 150px;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-transform: uppercase;
color: #4a494d;
}

.journal-footer img {
max-height: 1.3rem;
padding-left: 8px;
padding-right: 8px;
}


/* MEDIA QUERIES */
@media (min-width: 640px) {

.banner__overlay {
background: linear-gradient(to bottom, rgba(255,255,255,0) 30%, rgba(0,0,0,1) 100%);
}

.banner__title {
font-size: 20px !important;
}

.banner__subtitle {
font-size: 16px !important;
}

.journal-logo {
width: 15%;
}
}


@media (min-width: 768px) {

.banner__overlay {
background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, rgba(0,0,0,1) 100%);
}

.banner__title {
font-size: 24px !important;
}

.banner__subtitle {
font-size: 16px !important;
}

.journal-logo {
width: 18%;
}

.journal-footer {
background-position: center -30px;
height: 200px;
}
}

@media (min-width: 1024px) {

.banner__title {
font-size: 32px !important;
width: 75%;
}

.banner__subtitle {
font-size: 20px !important;
}

.journal-logo {
width: 18%;
}

.journal-footer {
/*background: url("https://www.weber.edu/wsuimages/weber-journal/images/grey-stacked-peaks.svg") center  -70px /  cover no-repeat;*/
background-position: center -50px;
height: 200px;
}
}

@media (min-width: 1280px) {

.banner__title {
font-size: 36px !important;
width: 75%;
}

.banner__subtitle {
font-size: 20px !important;
}

.journal-logo {
width: 16%;
}

.journal-footer {
/*background: url("https://www.weber.edu/wsuimages/weber-journal/images/grey-stacked-peaks.svg") center  -70px /  cover no-repeat;*/
background-position: center -70px;
height: 200px;
}
}


@media (min-width: 1536px) {

.banner__title {
font-size: 45px !important;
width: 75%;
}

.banner__subtitle {
font-size: 24px !important;
}

.journal-footer {
/*background: url("https://www.weber.edu/wsuimages/weber-journal/images/grey-stacked-peaks.svg") center -90px  /  cover no-repeat;*/
background-position: center -90px;
height: 350px;
}

}
