@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap');
* {
  margin: 0;
  padding: 0;
  }

  #backgroundVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
	}
  
  
html {
  background: url('../../img/bg.jpg') no-repeat center center fixed;
  background-size: cover;
  }

*::-webkit-input-placeholder {
  opacity: 0.3;
  }
  

.total-container {
  height: 93.2vh;
  width: 100%;
  opacity: 1;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  }

p, li, a {
  color: white;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  }

.container {
  height: 340px;
  width: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  }

.favorites {
  width: 90%;
  margin: 10px auto 0 auto;
  text-align: center;
  }

.favorites p { 
  border-bottom: 1px solid;
  color: #b48ead; /*Underline Colour*/
  padding-right: 100%;
  }

.list {
  display: inline-block;
  width: 20%;
  margin: 0 15px;
  vertical-align: text-top;
  }

.list ul {
  list-style-type: none;
  }

a {
  text-decoration: none;
  display: block;
  padding: 3px; }
  a:hover {
    color: #eceff4;
    background: grey;
	}

.googles {
  width: 90%;
  margin: 25px auto;
  text-align: center;
  }

.googles p {
  display: inline-block;
  width: 25%;
  margin: 10px 10px;
  border: 1px solid gold;
  }

form {
	width: 90%;
	margin: auto;
	padding: 5px;
	text-align: center;
	position: relative;
	}

.search {
	font-size: 24px;
	padding: 7px;
	height: 20px;
	outline: none;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #b48ead; /*Search Underline Colour*/
	color: #d8dee9; /*Search Text Colour*/
	background-color: rgba(0, 0, 0, .0);
	opacity: 1;
	max-width: 1200px;
	width: 100%;
	text-align: center;
	}
   
   
.go { /*Okay so apparently ive forgotten what this entire block does but im too fucking scared to remove it because i know for a fact its gonan break something. fuck you, future self. you gotta deal with it.*/
  height: 27px;
  width: 40px;
  background: #a3be8c; /*Useless apparently? i kina forgot what this colour tag was for*/
  color: #a3be8c; /*Useless apparently? i kina forgot what this colour tag was for*/
  border: 1px solid #a3be8c; }
  .go:hover {
    background: #a3be8c; /*Useless apparently? i kina forgot what this colour tag was for*/
    color: #a3be8c; /*Useless apparently? i kina forgot what this colour tag was for*/
    cursor: pointer; }
  .go:focus {
    outline: none;
	}
