@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
.container {
    max-width: 85%;
}
html,body{
	margin: 0;
	padding: 0;
	background-color: transparent;
}
html{
	width: 100vw;
	height: 100vh;
	background: url(../img/bg.png),linear-gradient(to right,#31668e,#4e9dc6, #3e7eac);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.bg-image img{
	width: 100%;
	position: fixed;
}
h1 {
  font-size: 5rem;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: 700;
    line-height: .9;
  text-align: left;
}
h1 span {
  font-size: 3rem;
  font-family: "Roboto";
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-align: left;
}
input.form-control.email-input {
    background-color: rgb(255,255,255,0.8) !important;
    padding: 25px 15px;
    font-size: 18px;
    color: #000;
}
button.btn {
    border: 1px solid #fff;
    padding: 10px 20px;
    margin: 20px 10px;
    font-size: 14px;
    font-weight: 500;
}
button.btn.btn-work {
    background: #f4b41a;
    color: #000;

}
button.btn.btn-hire {
    background: #143d59;
    color: #fff;
}
.return-message p {
   /* background: #fff;
    margin: 0;
    padding: 15px 10px;
    box-shadow: inset 0 0 3px 3px #125b8a;*/
    margin: 0;
    display: inline-block;
    padding: 5px;
}
.social-link{
    width:32px;
    height:32px;
    background-image:url(../img/social-links.png);
    display:inline-block;
    vertical-align: middle;
    margin: 0 5px;
    transition-duration: 500ms;
}
.social-link.twitter {
    background-position: -32px;
}
.social-link.linkedin {
    background-position: -64px;
}
.social-link.instagram {
    background-position: -96px;
}
.social-link:hover {
    filter: invert(1);
}
@media screen and (max-width: 768px){
	html{
	background: linear-gradient(to right,#31668e,#4e9dc6, #3e7eac);
     height:100%;
}
button.btn {
   
    margin: 20px 5px;
    
}
p.copy-right{
    font-size:13px;
    text-align:center;
    line-height:1.5;
}
}
