/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
    color: black;
}

body {
    font-family: 'Merriweather', serif;
    background-color: #faf7f3;
}

/* Press Release Starts */

.press-release {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

.press-release-title {
    font-size: 40px;
    font-weight: 500;
    color: #faf7f3;
    text-align: center;
    padding-bottom: 20px;
    background-color: purple;
    width: 300px;
    margin: 30px auto 0 auto;
    padding: 20px;
}

.press-release-title p {}

.press-cards {
    cursor: pointer;
    padding-bottom: 60px;
}

.press-cards img {
    height: 400px;
}

.press-cards-title {
    font-size: 32px;
    font-weight: 600;
    padding-bottom: 15px;
}

.press-cards-subtitle {
    color: #646363;
    font-size: 28px;
    padding-bottom: 5px;
}

.silicon-startUp {
    width: 55%;
    height: 400px !important;
}

/* press cards ends */


/* Coference Events Starts */
.con-events {
    width: 80%;
    margin: 0 auto;
}

.con-events-title {
    font-size: 40px;
    font-weight: 500;
    color: #faf7f3;
    background-color: purple;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    padding: 10px 20px;
}

.event-card-title {
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0px;
}

.event-card-images {
    width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 20px;
}

.event-card-images img {
    width: 400px;
}

/* Coference Events Ends */

/* August 15 Celebrations Events Starts */

.lifestyle-title{
    font-size: 40px;
    font-weight: 500;
    color: #faf7f3;
        background-color: purple;
        padding: 10px 15px;
        width: fit-content;
        margin: 0 auto 20px; 
}
.celebration-agu,
.celebration-birthday,
.nutrition-class {
    width: 80%;
    margin: 0 auto;
}

.celebration-agu-title,
.celebration-birthday-title,
.nutrition-class-title {
    font-size: 28px;
    font-weight: 600;
    width: max-content;
    padding: 10px 0px;

}

.celebration-agu-img,
.celebration-birthday-img,
.nutrition-class-img {
    width: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(auto);
    gap: 20px;
    padding-bottom: 30px;
}

.celebration-agu-img img,
.celebration-birthday-img img,
.nutrition-class-img img {
    width: 400px;
}

/* August 15 Celebrations Events Ends */


/* Mobile View Starts */

@media screen and (max-width: 768px) {

    .event-card-images {
gap: 10px;
    }
    .press-release-title {
        font-size: 20px;
        width: fit-content;
        padding: 10px 15px;
    }

    .press-cards-title {
        font-size: 18px;
        padding-top: 15px;
    }

    .press-cards-subtitle {
        font-size: 18px;
    }

    .silicon-startUp {
        width: 100%;
        height: 180px !important;
    }

    .press-cards img {
        height: 180px;
    }

    .lifestyle-title{
        font-size: 20px;
        font-weight: 500;
        color: #faf7f3;
        background-color: purple;
        padding: 10px 15px;
        width: fit-content;
        margin: 0 auto 20px; 

    }

    .celebration-agu-title,
    .con-events-title,
    .celebration-birthday-title,
    .nutrition-class-title {
        width: 280px;
        font-size: 16px;
        font-weight: 600;
    }

    .celebration-agu-img,
    .event-card-images,
    .celebration-birthday-img,
    .nutrition-class-img {
        width: 300px;
    }

    .celebration-agu-img img,
    .event-card-images img,
    .celebration-birthday-img img,
    .nutrition-class-img img {
        width: 135px;
    }
    .event-card-title {
        font-size: 16px;
    }



}