@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background: #f5f5f5;
}

label {
    font-family: 'Roboto', sans-serif;
}

#main {
    width: 50vw;
    min-height: 80vh;
    margin: 10vh 25vw;
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    box-sizing: border-box;
}

h1 {
    font-weight: 300;
    text-align: center;
}

h3 {
    font-weight: 400;
}

h2 {
    font-weight: 300;
}

#check {

}

.container {
    width: 40vw;
    padding: 5vh 5vw;
}

#light {
    width: 100%;
    background: #fff;
}

#dark {
    width: 100%;
    background: #1a1c1d;
    color: #bfbfbf;
}

#darkTheme {
    color: #fff;
}

.eventName {
    font-size: 1.1em;
}

.eventDescription {
    font-size: 1em;
    margin-left: 5%;
    font-style: italic;
    font-weight: 300;
    color: #797979;
}
