html, body {min-height:100%;margin:0;}

body {
	font-family: 'Poiret One', cursive;
	font-weight: 300;
	background: -webkit-linear-gradient(right top, #107BCC 50%, #00adfe 100%);
    background: linear-gradient(to left bottom, #107BCC 50%, #00adfe 100%);
}

p {
    font-size: 18px;
}

h1 {
    font-size: 65px;
}

strong {
	font-weight: 700;
}

.jumbotron {
	position: relative;
	background: transparent;
	color: #fff;
	padding: 0;	
}

.jumbotron a {
	color: #fff;
	text-decoration: none;
}

.phone {
	display:inline-block;
}


#particles-js{
  width: 100%;
  height: 100%;
  position:absolute;
  z-index:-1;
  background: transparent;
  overflow:hidden;
}


.modal-body p.intro {
    font-weight: 700;
}

.modal-header, .modal-footer {
	border: 0 none;
}


footer {
	color: #fff;
	padding: 60px 0;
}