body {
    font-family: 'Noto Serif KR', serif;
    margin: 0;
    text-align: left;
}

a {
    text-decoration: underline;
    color: #3EB1C8;
    font-weight: bold;
}

.header {
    text-align: center;
}

.header,
.outer {
    margin: 0 1em;
}

.header img {
    margin: 0;
}

/*nav styling*/
.follow {
    overflow: hidden;
    background-color: #000;
    width: 100%;
    max-height: 50px;
    font-family: 'Noto Sans TC', sans-serif;
}

/* Navbar links */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #000;
}

/*NavBar CSS*/
.memberDesktop {
    display: none;
}

.memberDesktop a,
.memberDesktop i {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.memberMobile i {
    color: #fff;
    font-weight: bold;
}

.rivardImg {
    float: left;
    padding-bottom: 1em;
    max-width: 150px;
    max-height: 150px;
}

.member {
    float: right;
    margin-right: 2em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.headerImg img {
    width: 100%;
    max-height: 450px;
}

img {
    width: 100%;
    height: auto;
}

.header i {
    font-size: 2em;
    color: #000;
    padding: .5em;

}

select {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 2px 5px 2px;
    margin-bottom: 25px;
    border-radius: 5px;
    background-color: #fff;
}

option {
    font-family: 'Noto Sans TC', sans-serif;
    font-size: 16px;
    font-weight: 700;
    border-bottom: solid 1px #B8B8B8;
}

.topOuter {
    border-bottom: solid 1px #b8b8b8;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.candidates {
    margin: 25px 0;
}

.allCandidates,
.options {
    border-bottom: solid 1px #878787;
    padding-bottom: 2em;
}
.coverage {
	text-align: center;
	border-bottom: solid 1px #878787;
}

.raceAnchors {
    margin: 0 auto;
    text-align: center;
}

div.options {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

div.card {
    margin: 25px 5px;
}

br {
    padding-bottom: 10px;
}

p.byline {
    font-size: 12px;
    font-style: italic;
}

p.timestamp {
    font-size: 12px;
    font-weight: 800;
    font-style: italic;
}

.hidden,
[v-cloak] {
    display: none;
}

.outer {
    margin: 0 .5em;
}

@media (min-width: 710px) {
    .memberMobile {
        display: none;
    }

    .memberDesktop {
        display: block;
    }

    .outer {
        margin: 2em 7em;
    }

    div.raceAnchors {
        display: flex;
        margin: 0 auto;
        width: 100%;
    }
    .anchorNames {
    	padding: .5em;
    	margin: 0 auto;
    }

    .anchorNames {
        justify-content: space-between;
    }
}

@media(min-width: 1000px) {
    .allCandidates {
        display: flex;
    }

    .basicInfo {
        min-width: 40%;
        max-width: 40%;
        margin-right: 2em;
    }

    .header h2 {
        margin-top: 0;
        padding-top: 2em;
    }
    .header p{
    	max-width: 70%;
    	margin: 0 auto;
    }

    .header img {
        max-height: 500px;
    }

    .header {
        padding-bottom: 1em;
    }
}

@media(min-width: 1600px) {
    body {
        background-color: #000;
    }

    .content {
        max-width: 80%;
        margin: 0 auto;
        background-color: #fff;
    }

    .follow {
        width: 100%;
    }

    .sticky {
        max-width: 80%;
    }
}