#footer{
  padding: 20px;
  background: #000;
  height: 200px;
  width: 100%;
}

#footer p{
  color: #FFF;
}

#footer ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer ul li{
  margin-bottom: 20px;
}

#footer a{
  color: #FFF;
  text-decoration: none;
  font-family: "BrandFont";
}
@font-face {
  font-family: "BrandFont";
  src: url(/assets/BebasNeue-Regular-0e2479d0404310997f18bcec64fe82734fc9387c2533cc8d4bd07adea0c0466c.ttf);
}

body{
  margin:0!important;
  padding:0!important;
}

p, h1{
  margin: 0;
	padding: 0;
	border: 0;
	/* font-size: 100%; */

  /* font-family: "BrandFont";
  font-weight: thin;
  color: red; */
}

#header{
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  background: #000;
  width: 100%;
}

#header h1{
  font-family: 'BrandFont';
  color: #FFF;
  font-size: 40px;
}

#header p{
  font-family: 'BrandFont';
  color: #FFF;
  font-size: 18px;
}
#home{
  padding-top: 130px;
}

#blocks{
  background: #FFF;
  width: 100%;
  height: 700px;
  margin: 0;
}

.block{
  width: calc((100% / 3) - 2px);
  height: 400px;
  background: #CCC;
  float: left;
  display: block;
}

.block.apps{
  background: url(/assets/apps_opt-ef1c3860632e3b689d4ed15100467d57f60f5ff0d9e9e6d227d98bf19cb65f3d.jpg) no-repeat;
  background-size: cover;
}

.block.games{
  margin: 0px 1px 0px 1px;
  background: url(/assets/games_opt-76d812521579ce2a1e95f956e59ceb35c6a0503b9af8de2cc27ef7cf8fc004b1.jpg) no-repeat;
  background-size: cover;
}

.block.gadgets{
  background: url(/assets/electronics_opt-c700f7719a2c8a2941312fe2bcae9a4ff358e1574958d87a32db5f06078636d6.jpg) no-repeat;
  background-size: cover;
}
#privacy{
  padding: 150px 40px 150px 40px;
  font-family: arial;
}

#privacy h2{
  font-family: 'BrandFont';
}

#privacy h1{
  font-family: 'BrandFont';
}

#privacy p{
  margin-bottom: 15px;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
