        body {
          font-family: "Lato", sans-serif; 
          color:white;
          background-color:black;
          }
        .Slides {
			display: none;
			margin-left: auto;
			margin-right: auto;
		}
		h1{color:grey;}
		h3{color:grey;}
        p{color:white;}
        .fa:hover {opacity: 0.7;}  
        .fa-facebook {background: #3B5998; color: white; padding: 20px;}
        .fa-twitter {background: #55ACEE; color: white; padding: 20px;}
        .fa-youtube {background: #bb0000; color: white; padding: 20px;}
        .fa-instagram {background: #125688; color: white; padding: 20px;}

        .video-container {
          position: relative;
          padding-bottom: 56.25%; /* padding-bottom: 56.25%; for 16:9 and 75% for 4:3*/
          padding-top: 35px;
          height: 0;
          overflow: hidden;
        }
        .video-container iframe {
          position: absolute;
          top:0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      .footer {
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          background-color: black;
          color: white;
          text-align: left;
        } 

      
        a:link {color: red;}
        a:visited {color: green;}
        a:hover {color: blue;}
        a:active {color: blue;}
        a:link {text-decoration: none;}
        a:visited {text-decoration: none;}
        a:hover {text-decoration: none;}
        a:active {text-decoration: none;}


