@font-face {
 font-family: "Montserrat-Bold";
 src: url("/font/Montserrat-Bold.ttf");
}

@font-face {
 font-family: "Montserrat-Medium";
 src: url("/font/Montserrat-Medium.ttf");
}

@font-face {
 font-family: "Montserrat-Regular";
 src: url("/font/Montserrat-Regular.ttf");
}

html, body{
	margin: 0;
	padding: 0;
	background: #fbfbfb;
	font-family: "Montserrat-Regular";
}

h1,h2,h3,h4{
	margin: 20px 0;
}

* {
	margin: 0;
	padding: 0;
}
html,
body {
	height: 100%;
}
.wrapper {
	position: relative;
	min-height: 100%;
}
.content {
	padding-bottom: 90px;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
}

.container{
	max-width: 1250px;
	width: 95%;
	margin: 0 auto;
}

img{
	max-width: 100%;
}

.logo{
	height: 50px;
	margin-top: 10px;
}

footer{
	background: #610d83 !important;
    border-top: 1px solid #e5a4ff !important;
    padding: 15px 0;
    margin-top: 20px;
}

footer a{
	color: aliceblue;
}

.maser{
	margin-top: 20%;
}

.menu a{
	color: aliceblue;
	text-decoration: none;
	padding-right: 30px;
}

.menu {
    background: #610d83 !important;
    border-top: 1px solid #e5a4ff !important;
    border-bottom: 1px solid #e5a4ff !important;
    padding: 15px 0;
    margin-top: 10px;
}

.logi{
	height: 80px;
}

@media(max-width:600px){
	.menu a{
		padding-right: 5px;
	}
	h1{
		font-size: 20px;
	}
	h2{
		font-size: 18px;
	}
	.maser{
		color: white;
	}
	.maser {
    	margin-top: 30%;
	}
}