@charset "UTF-8";

html, body {
	height: 850px;
}



body {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	font-style: normal;
	color: #fff;
	background-image:  url("/img/taking-tempature_cropped.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

p {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 10px 0;
	color: #fff;
}

.jumbotron {
	height: 100%;
}

h1 {
	font-family: "montserrat", sans-serif;
	font-weight: 600;
	color: #fff;
	font-style: normal;
	font-size: 3.2rem;
	margin-bottom: 40px;
}

.logo {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20%;
}

.socials {
	position: absolute;
	  left: 0;
	  right: 0;
	  margin-left: auto;
	  margin-right: auto;
	  width: 200px; /* Need a specific value to work */
	bottom: 20px;
}

.socials i, .socials a  {
	color: #fff;
	text-decoration: none;
	font-size: 3rem;
	margin-left: 2px;
	margin-right: 2px;
	cursor: pointer;
}

.socials i {
	border: 1px solid #fff;
	border-radius: 15px;
	padding: 7px 5px;
	width: 65px;

}

.socials i:hover, .socials a:hover  {
	opacity: 0.6;
}





a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ff7269;
	text-decoration: underline;
}





@media(min-width:300px) and (max-width:767px){
	.logo {
		position: absolute;
		top: 15px;
		left: 20%;
		width: 60%;
	}
	h1 {
		font-size: 2.4rem;
	}
	.jumbotron {
		min-height: 550px;
	}
	.socials {
		position: relative;
		width: 200px; /* Need a specific value to work */
		margin-top: 55px;

	}

}
@media(min-width:768px) and (max-width:991px){
	.logo {
		position: absolute;
		top: 15px;
		left: 30%;
		width: 40%;
	}

	.jumbotron {
		min-height: 475px;
	}

	h1 {
		font-size: 2.4rem;
	}

	.socials {
		position: relative;
		width: 200px; /* Need a specific value to work */
		margin-top: 55px;

	}


}
@media(min-width:768px){}
@media(min-width:992px){
	body {
		background-image:  url("/img/taking-tempature.jpg");
	}
	html, body {
		height: 100vh;
	}
}
@media(min-width:1200px){
	.logo {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 25%;
	}
}
@media(min-width:1600px){
	.logo {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 20%;
	}
}