html, body {
	height: 100%;
}

body {
	font-family: "Raleway", sans-serif;
	color: #fff;
}

img {
	max-width: 100%;
	margin-bottom: 30px;
}
@media only screen and (min-width: 1199px) {
	img {
		max-width: 500px;
		margin-bottom: 40px;
	}
}

h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.2;
}

@media only screen and (max-width: 320px) {
	h1 {
		font-size: 35px;
	}
}

@media only screen and (max-height: 320px) {
	h1 {
		font-size: 35px;
	}
}

p {
	opacity: 0.8;
	line-height: 20px;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.margin10 {
	margin: 10px;
}

.button {
    display: inline-block;
    color: #000;
    border: solid 2px #fff;
    background: #fff;
    text-decoration: none;
    border-radius: 1.1875rem;
    padding: 10px 30px;
    line-height: 1.4rem;
    font-size: 15px;
    min-width: 140px;
    outline: none;
}

.button {
	border: 2px solid #e5326f;
	background: #e5326f;
	color: #fff
}

.button:hover, .button:active {
    color: #000;
    border: 2px solid #e5326f;
    background: #fff;
}

.button.bordered {
    background: rgba(255, 255, 255, 0.0);
    border: 2px solid #fff;
    color: #fff;
}

.button.bordered:hover, .button.bordered:active, .button.bordered:focus {

    color: #000;
    border: 2px solid #e5326f;
    background: #fff;

}

.opacity-90 {
	opacity: .9;
}

.background-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
}

.overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    background: url('../images/overlay.png');
    content: '';
    width: 100%;
    height: 100%;
}

#gradient {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	z-index: -2;
}

#gradient2 {
	position: absolute;
	top: 0;
    left: 0;
    right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	z-index: -3;
	background: -webkit-radial-gradient(80% 10%, circle, rgb(27,186,135), transparent), 
				-webkit-radial-gradient(80% 50%, circle, rgb(58,164,178), transparent), 
				-webkit-radial-gradient(20% 80%, 40em 40em, rgb(14,4,56), transparent), 
				-webkit-radial-gradient(10% 10%, circle, rgb(68,242,215), transparent);
	background: radial-gradient(80% 10%, circle, rgb(27,186,135), transparent), 
				radial-gradient(80% 50%, circle, rgb(58,164,178), transparent), 
				radial-gradient(20% 80%, 40em 40em, rgb(14,4,56), transparent), 
				radial-gradient(10% 10%, circle, rgb(68,242,215), transparent);
}
.social {
	margin-top:50px;
}

.social a {
	display:inline-block;
	color:#fff;
	margin-right:5px;
	width:35px;
	line-height:35px;
	font-size:20px;
	text-align:center;	
}

.social a:hover {
	color: #e5326f;
}