﻿#header-section {
    background-image: url('/Areas/Training/Resources/Images/Sections/Meetups/ECCouncil/header-meetup-hacker-breakfast.png');
}
#header-date{
    font-size: 20px;
}
.title-home-section{
    border-right: 4px solid white;
}
.title-home {
    font-size: 64px;
}
#agenda-section {
    background-color: #f2f2f2;
    padding: 10px;
}
.red-text {
    color: red;
    font-weight: 600;
}
.title-section {
    font-size: 24px;
    color: #02aef2;
}
#title-location {
    color: #dc0f23;
    font-size: 32px;
}
.cursor-pointer {
    cursor: pointer;
}
.important-section {
    background-color: #e9f5fb;
    border: 1px solid #e1e1e1;
    padding: 30px 20px;
}
.normal {
    font-weight: 400;
}

@media(max-width:480px) {
    .title-home-section {
        border-right: none;
    }
}
/*-----------------------------------------------
    Hacker Breakfast: PISHING
-------------------------------------------------*/

#header-section-phishing {
    background-image: url('/Areas/Training/Resources/Images/Sections/Breakfast/ECCouncil/header-hacker-breakfast-pishing.png');
    background-position: center;
}
.yellow-pishing {
    color: #FFD500;
}
.title-header-phishing {
    font-size: 74px;
}
.header-date-phishing {
    font-size: 34px;
    color: #FFD500;
    font-weight: 600;
}
.quote-description {
    margin-left: -28px;
}
@media (max-width: 992px) {
    .quote-description {
        margin-left: 0px;
    }
}
@media (max-width: 576px) {
    #header-section-phishing {
        background-image: url('/Areas/Training/Resources/Images/Sections/Breakfast/ECCouncil/header-hacker-breakfast-pishing-mobile.png');
    }
}