*, *::before, *::after {
  box-sizing: border-box;
}

.entre_news_portal_container {
    max-width: 1800px;
    borderz: 1px solid red;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 10px 30px;
}

.entre_news_portal_mast_container {
    borderz: 1px solid yellow;
    background-color: #ff6720;
    paddingz: 70px 10px 70px;
    border-top: 20px solid #222;
    border-top-stylez: double;
}

.entre_news_portal_mast_container img {
    max-widthz: 750px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
}

.entre_news_portal_subtitle {
    color: #f1f1f1;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    paddingz: 0px 10px 70px;
    padding: 20px;
    background: #222;
    border-bottom: 8px solid #222;
}

.entre_news_header_wrapper {
    height: 300px;
    background: #bbb;
    border: 1px solid blue;
}


.entre_news_banner {
    position: relative;
    overflow: hidden;
    margin-topz: 30px;
}


.entre_news_banner::before {
    content: '';
    position: absolute;
    inset: 0;
    filter: saturate(20%); /* decreases saturation */
    background-imagez: url('https://www.wpunj.edu/dA/12c922063e/banner_1.jpg?language_id=1');
    background-imagez: url('https://www.wpunj.edu/dA/ac4cc0d9f6/grunge_bg_1.png?language_id=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;

}

/* semitransparent overlay on the section for the image */
.entre_news_banner::after {
  content: '';
  position: absolute;
  inset: 0;
  background-colorz: rgba(0,0,0,0.5); /* overlay */
  z-index: 1;
}

.entre_news_banner_content {
    position: relative;
    z-index: 3;
}
.entre_news_banner_content h2 {
    color: #ff6720;
    font-family: 'Bree Serif', 'Georgia', 'Times New Roman', Times, serif;
    font-size: clamp(20px, 5vw, 32px);
    padding-top: 20px;
    padding-left: 30px;
}

.entre_news_banner_content h3 {
    color: #888;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif, Times, serif;
    font-size: clamp(18px, 3vw, 26px);
    padding-bottom: 10px;
    padding-left: 30px;
}

.entre_news_banner_content h4 {
    color: #ff6720;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif, Times, serif;
    font-size: clamp(18px, 3vw, 26px);
    padding: 10px 20px;
    margin-left: 30px;
    margin-bottomz: 20px;
    border: 2px solid #ff6720;
    border-radius: 4px;
    background-color: #fff;
    display: inline-block;
}

.entre_news_banner_content a {
    text-decoration: none;
    color: #ff6720;
}

.entre_news_banner_content a:hover {
    color: #fff;
}

.entre_news_banner_content h4:hover {
    color: #ddd;
        border: 2px solid #ff6720;
    background-color: #ff6720;
    cursor: pointer;
}

.entre_news_banner_subscribe_buttonz {
    border: 2px solid #ff6720;
    border-radius: 4px;
    background-color: #ff6720;
    display: inline-block;
}


.entre_news_section_header_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-topz: 50px;
    margin-bottom: 30px;
    padding: 10px 15px;
}

.entre_news_section_header {
    background: #ff6720;
    color: #fff;
    padding: 5px 15px;
    width: 125px;
    flex-shrink: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif, Times, serif;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    font-weight: 500;
}

.entre_news_section_filler {
    background: #ddd;
    color: #ddd;
    flex-shrink: 1;
    width: 100%;
}

.entre_news_section_outer_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    max-width: 1800px;
    margin: 10px auto;
    padding: 10px 15px 30px;
}

.entre_news_item_wrapper {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 320px;
    height: 450px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

.entre_news_item_banner {
    height: 220px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-imagez: url('https://www.wpunj.edu/dA/30f93ad6c6/networking_social_1.jpg?language_id=1');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.entre_news_item_content {
    height: 180px;
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
}

.entre_news_item_content a {
    text-decoration: none;
    color: #ff6720;
}

.entre_news_item_content a:hover {
    text-decoration: none;
    color: #cc8a00;
}

.entre_news_item_content h2 {
    color: #ff6720;
    text-align: left;
    font-size: 20px;
    font-family: 'Bree Serif', 'Georgia', 'Times New Roman', Times, serif;
    line-height: 1.2;
}

.entre_news_item_content h2:hover {
    color: #cc8a00;
}

.entre_news_item_content h3 {
    color: #666;
    text-align: left;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif, Times, serif;
    font-weight: normal;
    line-height: 1.2;
}


.entre_read_link {
  margin-top: auto;         /* Pushes it to the bottom */
  align-selfz: flex-start;     /* Aligns it to the right */
  color: #FF6720;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, Arial, sans-serif, Times, serif;
  padding-left: 15px;
  height: 30px;
}

.entre_read_link:hover {
  color: #cc8a00;           /* Hover color */
  text-decoration: none;
}

.entre_read_link a {
  color: #FF6720;           /* Hover color */
  text-decoration: none;
}

.entre_read_link a:hover {
  color: #cc8a00;           /* Hover color */
  text-decoration: none;
}

.ent_img_entrepioneers {
    background-image: url('https://www.wpunj.edu/dA/d9a3204133/entrepioneers_news_item_2.png?language_id=1');
}

.ent_img_meetup {
    background-image: url('https://www.wpunj.edu/dA/30f93ad6c6/networking_social_1.jpg?language_id=1');
}

.ent_img_carlosm {
    background-image: url('https://www.wpunj.edu/dA/42126de49d/carlos_m_lopez_4.png?language_id=1');
}

.ent_img_sarbjeet {
    background-image: url('https://www.wpunj.edu/dA/22134b0e83/sarbjeet_rayat_300x200.png?language_id=1');
}

.ent_img_club_launch {
    background-image: url('https://www.wpunj.edu/dA/f55c131079/club_launch_2.png?language_id=1');
}

.ent_ai_challenge_coming {
    background-image: url('https://www.wpunj.edu/ccob/csrei/images/ai_challenge_coming_soon_2.png?language_id=1');
}

.ent_img_club_kickoff {
    background-image: url('https://www.wpunj.edu/ccob/csrei/images/students-cheering-1.jpg?language_id=1');
}


@media (min-width: 481px) and (max-width: 767px) {
.entre_news_banner_content h1 {
    padding-top: 40px;
    padding-left: 20px;
    line-height: 26px !important;
}

.entre_news_banner_content h2 {
    padding-bottom: 30px;
    padding-left: 20px;
}
}


@media (min-width: 768px) and (max-width: 1024px) {
.entre_news_banner_content h1 {
    padding-top: 60px;
    padding-left: 30px;
    line-height: 26px !important;
}

.entre_news_banner_content h2 {
    padding-bottom: 40px;
    padding-left: 30px;
}
}



@media (min-width: 1201px) {
.entre_news_banner_content h1 {
    line-height: 26px !important;
}
}
