@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
article {
    width: 90%;
    margin: auto;
}
blockquote,
div,
h1 {
    text-align: center;
    
}
blockquote {
    font-size: 1.2rem;
}


button {
background: none;
border: none;
cursor: pointer;
height: 48px;
outline: none;
padding: 0;
width: 55px;
}
.center {
	display: block;
	margin-left:auto;
	margin-right: auto;
  }

html {
font-size: 16pt;
font-family: crimson text;
}
#play {
	background-image: url(play.svg);
}
#play.played {
	background-image: url(play1.svg);
}
#pause {
	background-image: url(pause.svg);
}
#pause.paused {
	background-image: url(pause1.svg);
}
#stop {
    background-image: url(stop.svg);
}
#stop.stopped {
    background-image: url(stop1.svg);
}
@media (max-width: 700px) {
    html {
        font-size: 14pt;
    }
    article {
        width: 100%;
    }
}
.forecast {
    margin: 0;
    padding: .3rem;
    background-color: #eee;
    font: 1rem 'Fira Sans', sans-serif;
}
.forecast > h1,
.day-forecast {
    margin: .5rem;
    padding: .3rem;
    font-size: 1.2rem;
}
.day-forecast {
    background: right/contain content-box border-box no-repeat
        url('/media/examples/rain.svg') white;
}
.day-forecast > h2,
.day-forecast > p {
    margin: .2rem;
    font-size: 1rem;
}
header{
    color:white;
    size: 24px;
}
    footer{
    color:white;
    size: 24px;
    background-color:rgb(68, 9, 9)}
    
       header{
    color:white;
    size: 24px;
    background-color:#e7ccdc}
    footer{
    color:white;
    size: 24px;
    background-color:#e7ccdc}
    form  { display: table;   }
p     { display: table-row;  }
label { display: table-cell;  }
input { display: table-cell; border: 1px solid #999;}

.vid{
    bottom:100px;
    right:0;
    position:fixed;
    overflow: hidden;
    
}
.asl{
   bottom:220px;
    right:15px;
    position:fixed;
    overflow: hidden;
    color:#fff;
}
.french{
    width:650px;
}
    .button {
        background-color: #d6550a; /* Green */
        border: none;
        color: white;
        padding: 15px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 4px 2px;
        cursor: pointer;
       }
       .btn {
        width:500px;
        height:30px;
        background-color: rgb(99 27 70);
        border: 1px solid #d5d5d5;
        color: #ffffff;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; 
        font-size: .5rem;
        font-weight: bold;
        padding: 4px 6px 4px 6px;
        text-decoration: none;
        text-shadow: 0 1px 0 #fff;
        font-size: 16px;
}
       fieldset{
                       width: 1400px;
                       border-color: #e7ccdc;
  border-style: solid;
       }
       .button1 {border-radius: 50%;}
       video {
        max-width: 60%;
        border: 1px solid;
      }
      
      .hidden {
        display: none;
      }
      body {
        font-family: "Lato", sans-serif;
      }
      .sidenav {
        height: 100%;
        width: 150px;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: #5072A7;
        overflow-x: hidden;
        padding-top: 20px;
      }
      .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 13px;
        color: 	#FFFFFF;
        display: block;
      }
      .sidenav a:hover {
        color: #f1f1f1;
      }
      .main {
        margin-left: 160px; /* Same as the width of the sidenav */
        font-size: 28px; /* Increased text to enable scrolling */
        padding: 0px 10px;
      }
      @media screen and (max-height: 450px) {
        .sidenav {padding-top: 15px;}
        .sidenav a {font-size: 18px;}
      }
              .button {
                  width:160px;
                height:30px;
                  background-color: #4CAF50; /* Green */
                  border: none;
                  color: white;
                  padding:4px 16px 24px 18px;
                  text-align: center;
                  text-decoration: none;
                  display: block;
                  margin: 2px 2px;
                  cursor: pointer;
                  border-radius: 0px;
                  border-bottom-right-radius: 10px;
                  border-bottom-left-radius: 10px;
                  border-top-right-radius: 10px;
                  border-top-left-radius: 10px;
                  font-size: 20px;
              }
.button:active{
	              background-color:salmon;
}
.button:hover{
	background-color: rgb(247 147 29);
	opacity: 1;
	
}
                  
              }
              .button1 {font-size: 20px;}
                 table, th, td {
                  border: 1px solid grey;
                  padding: 3px;
              }
              table {
                  border-spacing: 10px;
              }
         
              BODY {
                  width: 1500PX;
              }
              #chart-container {
                  width: 100%;
                  height: auto;
                  align-self: center;
              }