
@media only screen and (max-width: 1200px) {

html {
  background: url(../images/background_image.png) no-repeat center center fixed;
  background-size: cover;
  height: 100%;
  overflow: hidden;
}
/*
@font-face {
  font-family:'forza-medium';
  src: url("../font-awesome/font/Forza-Medium.ttf");
}

@font-face {
  font-family:'forza-black';
  src: url("../font-awesome/font/Forza-Black.ttf");
}
body {
 /* font-size: 40px;
  background: url("../images/background_image.png") no-repeat;
  flex-wrap: wrap;
  width: 100%;
  background: url(../images/background_image.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 40px;*/
  

.header-container{
  display: flex;
  justify-content: center;
}

.header-container {
  display: flex;
  justify-content: center;
}

.welcome-header_1 {
  font-family: 'forza-medium';
  color: #42474C;
  padding: 0px 18px;
}


.welcome-header_2 {
  font-family: 'forza-black';
  color: #42474C;
  
}

.header-middle-container {
  display: flex;
  justify-content: center;
  font-family: 'forza-black';
}

.welcome-header_3 {
  font-family: 'forza-black';
  color: #0987eb;
  padding: 0px 18px;
  margin: -95px 0px 0px 0px;
}


.welcome-header_4 {
  font-family: 'forza-black';
  color: red;
  margin: -75px 0px 0px 0px;
}




.header-bottom-container {
  display: flex;
  justify-content: center;
  font-family: 'forza-black';
  color: #42474C;
  margin: -75px 0px 0px 0px;
}


.dev-links_1 {
  display:flex;
  justify-content: space-between;
  padding: 88px 46px;
}

.dev-links_2 {
  display: flex;
  justify-content: space-between;
  padding: 88px 46px;
}

.autotrader_logo{
  display: flex;
  justify-content: center;
}

}



@media only screen and (max-width: 868px) {

  body{
    background: url(../images/background_image.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    scale: 1.05;
  }



  .header-container{
    display: flex;
    justify-content: center;
    width: auto;
    scale: 0.5;
    margin: -38px 0px;
  }

  .dev-links_1 {
    display:flex;
    justify-content: space-between;
    padding: 0px 0px;
    margin: -175px 0px;
    scale: 0.7;
  }
  
  .dev-links_2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    margin: -175px 0px;
    scale: 0.7;
  }
  
  .autotrader_logo{
    display: flex;
    justify-content: center;
    margin: 0px 26px;
    scale: 0.6;
  }

  .icons-link {
    scale:0.8;
  }


}

@media only screen and (min-width: 768px) {

  body{
    background: url(../images/background_image.png) no-repeat center center fixed;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    scale: 1.05;
  }



  .header-container{
    display: flex;
    justify-content: center;
    width: auto;
    scale: 0.5;
    margin: -38px 0px;
  }

  .dev-links_1 {
    display:flex;
    justify-content: space-between;
    padding: 0px 0px;
    margin: -175px 0px;
    scale: 0.7;
  }
  
  .dev-links_2 {
    display: flex;
    justify-content: space-between;
    padding: 0px 0px;
    margin: -175px 0px;
    scale: 0.7;
  }
  
  .autotrader_logo{
    display: flex;
    justify-content: center;
    margin: 0px 26px;
    scale: 0.6;
  }

  .icons-link {
    scale:0.8;
  }


}
