html, body {
	font-family: 'Montserrat', sans-serif;
	color: white;
	background-color: white;
	margin: 0;
}
li {
	list-style-type: none;
	margin: 0;
}
a {
	text-decoration: none;
	color: white;
}
a:hover {
	color: rgba(255,255,255,0.5);
}
a:visited {
	color: white;
}

h1 {
	font-size: 72px;
}

h2 {
	font-size: 64px;
	text-align: center;
	padding-top: 10px;
}

ul {
	display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 0;
}

p {
	margin-left: 10%;
	margin-right: 10%;
}

hr {
	width: 75%;
}

.lp {
	height: 100vh;
	width: 100%;
	background-image: url(img/xa.jpg);
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
	align-items: flex-start;
	align-content: space-around;
	flex-wrap: wrap;
	align-self: start;
}

nav {
	display: block;
	border-bottom: 1px solid grey;
	justify-content: space-around;
	width: 70vw;
	flex: none;
	top: 10;
}

.text-lp {
	text-align: center;
}

footer {
	background-color: #000000;
	text-align: center;
}

.box {
	width: 25%;
	height: 25vw;
	float: left;
	display: flex;
	justify-content: center;
	align-content: center;
}

.box1 {

	background-image: url(img/box1.jpg);
	background-position: center;
    background-repeat: no-repeat;
}

.box2 {

	background-image: url(img/box2.jpg);
	background-position: center;
    background-repeat: no-repeat;
}

.box3 {
	background-image: url(img/box3.jpg);
	background-position: center;
    background-repeat: no-repeat;
}

.box4 {
	background-image: url(img/box4.jpg);
	background-position: center;
    background-repeat: no-repeat;
}

.mod {
	text-align: center;

}

.btn {
	width: 15%;
	margin-left: 40%;
	margin-right: 40%;
	background-color: rgb(255,153,142);
	color: white;
	border-radius: 50px;
	border: none;
	padding: 15px 32px;
	text-align: center;
    text-decoration: none;
    position: relative;
}

.btn:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.btn:after,
.btn:before {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px solid rgb(255,153,142);
  top: 50%;
  width: 50%;
}

.btn:after {
	left: 100%;
	margin-right: 15px;
}

.btn:before {
	right: 100%;
	margin-left: 15px;
}

.about {
	width: 100%;
	height: 25vw;
}

#contact {
	color: black;
	clear: both;
	display: block;
}

@media only screen and (max-width: 850px) {
	.box {
	width: 100%;
	height: 25vh;
	float: none;
	}

	.btn {
		display: none;
	}

	.about {
	width: 100%;
	height: 100vh;
}
}

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

	h2 {
		font-size: 24px;
	}
}
