@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Roboto-Medium.ttf);
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 600;
  src: url(fonts/Roboto-MediumItalic.ttf);
}

@font-face {
  font-family: 'RobotoMedium';
  font-style: normal;
  font-weight: 600;
  src: url(fonts/Roboto-Medium.ttf);
}

body {
    font-family: RobotoMedium;
    font-size: 64px;
    margin: 0px auto 64px auto;
    color: rgb(17. 17, 17);
    background-color: white;
    letter-spacing: -3%;
}

#page-wrapper {
    margin: 0px auto;
    width: 780px;
    padding: 0px;
}

div.lesson a {
    text-decoration: underline;
}

div.lesson img {
    width: 100%;
    height: auto;
}

div.lesson span.vocab {
    color: red;
    /* font-style: italic; */
}

div.lesson p.warning {
    color: red;
    font-style: italic;    
}

div#header {
    padding: 0px;
    margin: 52px 0px 40px 0px;
    line-height: 78px;    
    font-size: 78px;
    font-family: RobotoMedium;
    text-decoration: underline;
}

div.header {
    padding: 0px;
    margin: 52px 0px 40px 0px;
    line-height: 78px;    
    font-size: 78px;
    font-family: RobotoMedium;
    text-decoration: underline;
}

div.subheader {
    padding: 0px;
    margin: 52px 0px 40px 0px;
    line-height: 78px;    
    font-size: 71px;
    font-family: RobotoMedium;
    /* text-decoration: underline; */
}

div#section-heading {
    padding: 0px;
    margin: 52px 0px 40px 0px;
    line-height: 78px;    
    font-size: 78px;
    font-family: RobotoMedium;
    /* text-decoration: underline; */
}

div.menu-item {
    font-family: RobotoMedium;
    padding: 0px;
    margin: 0px 0px 24px 0px;
    height: 64px;
}

p {
    font-size: 48px;
    letter-spacing: 0px;
}

p.small {
    font-size: 24px;
}

a {
    text-decoration: none;
    color: black;
}

a:hover {
    text-decoration: underline;
}

video {
  /* override other styles to make responsive */
  width: 100%    !important;
  height: auto   !important;
}

div#footer-menu {
    font-family: RobotoMedium;
    width: 100%;
    padding: 0px;
}

.red {
    color: red;
}

div.video-outer-div {
    width: 100%;
}

div.video-inner-div {
    position: relative; 
    width: 100%; 
    overflow: hidden; 
    padding-top: 56.25%;
} 

div#video {
    height: 100%;
    width: 100% important!;
    position: relative;
    overflow: hidden;
}

#video iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
