#home{
	background-image: url("background.jpg");
	display: table;
	height: 100vh;
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
}
.landing-text {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: white;
}
.landing-text h1{
	font-size: 500%;
	font-weight: 700; 
}
.landing-text h2{
	margin-top: 2%;
}
#button{
	padding:10px 20px;
	border-radius: 25px;
	width: 35%;
	margin-top: 2%;
	color: white;
	font-weight: 500;
	background-color: transperent;
	font-size: 15pt;
	border: solid white;
	border-width: 3px;
}
#button:hover{
	padding:10px 20px;
	border-radius: 25px;
	width: 35%;
	margin-top: 2%;
	color: black;
	font-weight: 500;
	background-color: white;
	font-size: 15pt;
	border: solid white;
	border-width: 2.5px;
}
#center{
	vertical-align: center;
	text-align: center;
}
.img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: center;
}
#load{
	height: 35rem;
	width: 35rem;
	text-align: center;
	position: fixed;
	margin-top: -13%;
}

@media (max-width:1200px){
        #load{
            display: none;
        }