/*
 * Globals
 */

@font-face {
    font-family: bebas;
    src: url(../font/BebasNeue Regular.otf);
}

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #221f1f;
}
body {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
	font-family: 'Montserrat', sans-serif;
}

/*
 * Custom stuff
 */
h1 {
	font-size: 30px;
	font-family: 'bebas', sans-serif;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 25px;
}

.container.top{
	min-height: 80%;
	height: 80%;
	width: 100%;
	min-width: 100%;
}
@media (max-width: 768px) {
  .container.top {
    min-height: 90%;
    height: 90%;
    width: 100%;
		min-width: 100%;
  }
}

.container.bottom{
	position: fixed;
	bottom: 0px;
	min-height: 20%;
	height: 20%;
	width: 100%;
	min-width: 100%;
}
@media (max-width: 768px) {
  .container.bottom {
    min-height: 10%;
    height: 10%;
    width: 100%;
		min-width: 100%;
  }
}
.fill {
	height: 100%;
	min-height: 100%;
}

.dots-bg {
	background: url(../img/dots.jpg);
	background-repeat: repeat;
}
.lines-bg {
	background: url(../img/lines.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.logo {
	margin: 60px;
}

.logo {
	float: left;
	margin-top: 60px;
	margin-left: 68px;
}

.padded {
	padding-left: 60px;
	padding-right: 60px;
	margin-bottom: 80px;
}

.padded > * {
	padding-top: 2rem;
}

span {
	margin-right: 15px;
	font-size: 16px;
}
p {
	margin-right: 15px;
	font-size: 16px;
}
a {
	display: block;
}

.mail::before {
	content: "";
	margin-right: 1rem;
	height: 14px;
	width: 18px;
	background-image: url(../img/mail.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.phone::before{
	content: "";
	margin-right: 1rem;
	height: 17px;
	width: 17px;
	background-size: cover;
	background-image: url(../img/phone.png);
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}