@font-face {
  font-family: 'Basic Title';
  src: url(basictitlefont.ttf);
}
@media (min-width: 991px){ 
body{
background:url('back2.jpg') no-repeat top center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
font-family:'Basic Title';
color:#d1d3d4;
font-size:80px;
margin-left:35vw;
margin-top:80px;
position:absolute;
float:left;
}
.logo{
width:25%;
margin-left:3%;
padding-bottom:80px;
}
.btn-orange{
position:absolute;
background:#f7941e;
color:#000;
font-weight:600;
border-top-left-radius: 20px 20px;
border-bottom-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
margin-left:35%;
bottom:10px;
}
ul{
margin:25px 0 0 5%;
}
li{
color:#f7941e;
}
.lista{}
}
@media (max-width: 990px){ 
body{
background:url('back2.jpg') no-repeat top left fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
font-family:'Basic Title';
color:#d1d3d4;
font-size:60px;
margin:10px 15%;
position:absolute;
}
.logo{
width:90%;
margin-left:5%;
}
.btn-orange{
position:absolute;
background:#f7941e;
color:#000;
font-weight:600;
border-top-left-radius: 20px 20px;
border-bottom-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
margin-left:30%;
top:50px;
}
.lista{
margin-top:70px;
}
ul{
margin:10px 0 0 10%;
}
li{
color:#f7941e;
}
}

@media (max-width: 374px){ 
body{
background:url('back2.jpg') no-repeat top left fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
font-family:'Basic Title';
color:#d1d3d4;
font-size:50px;
margin:5px 15%;
position:absolute;
}
.logo{
width:90%;
margin-left:5%;
}
.btn-orange{
position:absolute;
background:#f7941e;
color:#000;
font-weight:600;
border-top-left-radius: 20px 20px;
border-bottom-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
margin-left:30%;
top:50px;
}
.lista{
margin-top:70px;
}
ul{
margin:10px 0 0 10%;
}
li{
color:#f7941e;
}
}