* {padding:0px;margin:0px;}

a {text-decoration: none!important;color:#fff!important;}

a:hover,h2:hover {color:#888;
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */}

body {font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
	background-color: #eb7b40;
	color:#fff;
	/*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../images/bg.jpg) no-repeat center top fixed; */
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;color:#fff;}

a {color:#ccc!important;text-decoration: underline;outline: none!important}

.dw-logo {max-width: 300px;width:100%;}

h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', sans-serif;font-size: 44px;font-weight: bold;color:#ccc;}

.wrapper {text-align: center;}
.container {height: 100vh;width: 100vw;vertical-align:middle;display: table-cell;}
