You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

70 lines
845 B
CSS

@font-face {
font-family: "Book";
src: url("./media/fonts/standard-book-webfont.woff");
}
@font-face {
font-family: "Book";
src: url("./media/fonts/standard-book-italic-webfont.woff");
font-style: italic;
}
* {
font-family: Book ;
}
#wrapper {
width: 90%;
margin: auto;
}
header {
padding-top: 10px;
line-height: .9em;
5 years ago
font-size: 14px;
text-align: center;
}
ul {
width: 80%;
margin: auto;
list-style: none;
5 years ago
font-size: 15px;
padding: 0px;
5 years ago
line-height: 19px;
}
#video {
width: 55%;
margin: auto;
}
.pdfs {
width: 100%;
margin: auto;
height: 100%
}
#poster {
width: 100%;
height: 61vh;
}
@media only screen and (max-width: 600px) {
header {
font-size: 13px;
}
section {
width: 100%;
margin: auto;
}
}