@font-face {
    font-family: 'SDMSerifDisplay-Regular';
    src: url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
}

@font-face {
    font-family: 'ScopeOne-Regular';
    src: url('../fonts/ScopeOne-Regular.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
}

body {
    color: #232f3e;
}

h1,
h2,
h3,
h4 {
    font-family: 'DMSerifDisplay-Regular';
    text-transform: uppercase;
}

p {
    text-align: justify;
    font-family: 'ScopeOne-Regular';
}

button {
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

/* HEADER SECTION */

header {
    height: 740px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url("../img/Usergroups-background_1.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

header h1 {
    font-size: 3em;
    letter-spacing: 1px;
    text-align: center;
    color: #ffff;
    padding: 20px 0;
}

header h2{
    font-size: 2.4em;
    color: #ff9900;
    font-weight: bold;
    letter-spacing: 1.5px;
    padding: 10px 0;
}

header h3{
    font-size: 2em;
    color: #ff9900;
    letter-spacing: 1.5px;
}

header button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #a166ff;
    box-shadow: 0 0 5px 3px rgba(161, 102, 255, 0.7);
    padding: 15px 30px;
    margin: 30px 0;
}

header button:hover {
    background-color: #fddd52;
    color: #000;
    border: 1px solid #fddd52;
    box-shadow: none;
}

.usergroupsIcons {
    display: flex;
    flex-direction: row;
}

.usergroupsIcons img {
    width: 170px;
    padding: 0 10px;
}

/* END OF HEADER SECTION */

/* INFORMATION SECTION */

.informationSection,
.upcomingEvent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
}

.informationSection {
    margin-top: 60px;
    text-align: center;
}

.upcomingEvent {
    width: 900px;
}

.upcomingEvent h2 {
    font-size: 2em;
    letter-spacing: 1px;
    margin: 10px 0;
}

.upcomingEvent h3 {
    font-size: 2.5em;
    letter-spacing: 2px;
    margin: 10px 0;
}

.upcomingEvent h4 {
    font-family: 'ScopeOne-Regular'; 
    font-size: 1.2em;
    margin: 10px 0;
}

.upcomingEvent p,
.informations ul {
    font-size: 1.1em;
    margin: 10px 0;
}

.informations {
    width: 820px;
    margin-top: 10px;
    padding: 20px 20px 20px 40px;
    border: 1px solid #232f3e;
    background-color: #f6f6f6;
}

mark {
    background-color: #ff9900;
}

.upcomingEvent button {
    background-color: #d45b07;
    border: 1px solid #d45b07;
    color: #fff;
    padding: 10px 30px;
    margin: 30px 0;
}

.upcomingEvent button:hover {
    background-color: #ff9900;
    border: 1px solid #ff9900;
    box-shadow: none;
}

.informations h4, 
.informations ul {
    text-align: left;
}

.informations h4{
    text-transform: none;
    font-size: 1.5em;
    font-weight: initial;
    letter-spacing: 1.2px;
}

.informations ul{   
    font-family: 'ScopeOne-Regular'; 
    list-style-type: circle;
    }

/* END OF INFORMATION SECTION */


/* MAP SECTION */

.mapSection {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#map {
    height: 500px;
    width: 800px;
}

#map h1 {
    font-family: 'ScopeOne-Regular';
    font-size: 1em;
}

/* END OF MAP SECTION */


/* AGENDA SECTION */

.agendaSection {
    height: 600px;
    background-color: #2d2562;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.agendaSection h2 {
    width: 900px;
    font-size: 2em;
    letter-spacing: 1px;
    color: #fff;
    padding: 50px 0 30px 0;
}

.parts {
    width: 900px;
    display: flex;
    border-top: 1px solid #fff;
    padding: 30px 0 50px 0;
}

.parts h3{
    color: #ff9900;
    font-family: 'ScopeOne-Regular';
    font-size: 1.1em; 
    width: 150px;
}

.parts p {
    color: #fff;
    width: 750px;
}

/* END OF AGENDA SECTION */

/* WRAPPER SECTION */

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.wrapper h2 {
    font-size: 2em;
    letter-spacing: 1px;
    text-align: center;
}

.speakers,
.sponsors,
.partners {
    display: flex;
    flex-direction: row;  
    margin: 20px 0 50px 0;
}

.speakers h4 {
    font-family: 'ScopeOne-Regular';
    font-size: 0.9em;
    text-align: center;
    color: #f0a303; 
}

.speakers p {
    font-family: 'ScopeOne-Regular';
    font-size: 0.8em;
    text-align: center;
    color: #fff;
}

.speaker {
    position: relative;
    margin: 10px;
}

.speaker img {
    width: 200px;
    height: 240px;
    object-fit: cover;
}

span {
    background: rgba(80, 80, 80, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 100px;
}

.icons {
    margin-top: 5px;
}

.icons i{
    color: #f0a303;
}

.icons i:hover {
    color: #fddd52;
}

.sponsors img,
.partners img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 10px;
}

/* END OF WRAPPER SECTION */
