html, body {
  padding: 0; margin: 0; background: #fff; width: 100%; text-align: center;
  font-family:"brandon-grotesque","Helvetica Neue","Helvetica",Arial,sans-serif; font-weight:300; font-size: 14px; color: #000;
}

* { outline:none; }
a { color: #a3a3a3; text-decoration: none; }
a:hover { color: #555; }
.clear { clear: both; }
hr { border: 0; border-top: 1px solid #e5e5e5; margin: 30px 0px; padding: 0; }
img { border: 0; }




h1, h2, div.dups-slogan {font-family:"brandon-grotesque","Helvetica Neue","Helvetica",Arial,sans-serif; font-weight:700; letter-spacing:.1em;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */
#container {
  position: relative;
  background: #4b98ff;
}

.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #4b98ff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.dot {
  border: 10px solid #fff601;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 3s ease-out;
  -moz-animation: pulse 3s ease-out;
  animation: pulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

body, html {background:#1a1e25;}

h1 {text-align:center; color:#fff; width:100%; font-size:55px; margin-top:120px; font-weight:100; float:left; text-align:center;}
.designups {width:100%; height:auto; min-height:500px;}
.designups img {width:350px; height:auto; margin-top:50px;}
.dotter {width:20px; margin:0px auto;}
p { color:#fff; float:left; text-align:center; width:100%; font-size:20px; color:#777; margin-bottom:40px; font-weight:300; margin-top:40px;}


/* Mobile */
@media only screen and (max-width:680px) { 
.designups img {
width: 250px;
height: auto;
margin-top: 20px;
}
h1 {text-align:center; color:#fff;font-size:35px; margin-top:50px;}
p {}

}