html{
	height:100%;
}
body{
	background-color: black;
	background-image: url('../images/mason_bg.jpg');
	background-size: cover;
	background-position: center right;
	background-repeat: no-repeat;
	height:100%;
}


.antonio{
  font-family: "Antonio", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.shrikhand {
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}

h1.shrikhand{
	color: #99e6e0;
	font-size: 100px;
}

h1{
	color: white;
	font-size: 140px;
}

a{
	text-decoration: none;
	color: white;
}

.links a{
	font-size: 60px;
	display: inline-block;
	margin-right: 40px;
}

.links a:hover{
	color: #99e6e0;
}

.outlined-text {
  -webkit-text-stroke: 1px #99e6e0;
  color: transparent;
}

sup{
	font-size: 20px;
}

.socials a{
	font-size: 40px;
	color: #99e6e0;
}

.socials a:hover{
	color: white;
}

.modal-content{
	background-color: black;
	color: white;
}

.modal-header, .modal-footer{
	background-color: #002c29
}

@media screen and (max-width: 1101px) {
	
	h1{
		font-size: 100px;
	}
	
	.links a{
		font-size: 44px;
		margin-right: 25px;
	}
	
}

@media screen and (max-width: 801px) {
	
	h1{
		font-size: 80px;
	}
	
	.links a{
		font-size: 44px;
		margin-right: 25px;
	}
	
	div.socials{
		text-align: center;
	}
	
	body{
		background-image: url('../images/mason_bg_mobile.jpg');
		background-size: cover;
		background-position: center center;
	}
	
}