/* styles */
/* called by your view template */

* {
  box-sizing: border-box;
}

body {
  /*   font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif; */
  font-family: 'Comfortaa', cursive;
  margin: 2em;
/*   background: #50A6E5; */
  background: #F9C534;
}

h1 {
/*   font-style: italic; */
/*   color: #373fff; */
/*   color: white; */
}

.welcome {
  color: white;
}

.videoheight {
  height: 950px;
}

.site-header a {
  color: #fff;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #999;
  text-decoration: none;
}

.profile-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.profile-header a:hover {
  color: blue;
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

p {
  max-width: 600px;
}

form {
  margin-bottom: 25px;
  padding: 15px;
  background-color: cyan;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  border-radius: 3px;
}

input {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 3px;
  font-size: 16px;
}

button {
  font-size: 16px;
  border-radius: 3px;
  background-color: lightgrey;
  border: 1px solid grey;
  box-shadow: 2px 2px teal;
  cursor: pointer;
}

button:hover {
  background-color: yellow;
}

button:active {
  box-shadow: none;
}

li {
  margin-bottom: 5px;
}

footer {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px solid lightgrey;
}

.video__box{width:910px; margin:0 auto; overflow:hidden;}
.video__main{ width:810px; height:607px;float:left }
.video__list{ width:200px; height:607px; float:left;}
.video__item{ width:200px; height:174px; hei background:url(/img/icon_live.png) center center no-repeat; }
