@font-face {
  font-family: "Roboto";
  src: url(Roboto-Regular.ttf)
}
@font-face {
  font-family: "Roboto-Light";
  src: url(Roboto-Light.ttf)
}
@font-face {
  font-family: "Roboto-Medium";
  src: url(Roboto-Medium.ttf)
}
body,html{
  height: 100%;
  font-family: "Roboto";
}
.csoon h1{
  font-size: 60px;
  letter-spacing: 32px;
  font-family: "Roboto-Light";
}
.logo{
  margin: auto;
  width:50%;
  padding-bottom: 100px;
}
.my-social svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0;
}
.line{
  height: 4px;
  width: 65%;
  background-color: black;
  margin: auto;
}
.phone a{
  font-size: 30px;
  text-decoration: none;
  color: black;  
  letter-spacing: 2px;
  font-family: "Roboto-Light";
}
.phone a:last-child{
  margin-left: 53px;
}
.phone img{
  width: 35px;
  margin-right: 3px;
}
.phone img:last-child{
  width: 30px !important;
}















/* Responsive code here ________________________________*/


@media (max-width: 1399.98px) {
  .line{
    width: 70%;
  }
  .csoon h1{
    font-size: 55px;
    letter-spacing: 27px;
  }
  .phone a{
    font-size: 25px;
  }
  .my-social svg {
    width: 30px;
    min-width: 30px;
  }
  .phone a:last-child {
    margin-left: 35px;
  }
}

@media (max-width: 1199.98px) { 
  .line{
    width: 80%;
  }
}

@media (max-width: 991.98px) {
  .line{
    width: 90%;
  }
  .csoon h1{
    font-size: 40px;
    letter-spacing: 27px;
  }
  .phone a{
    font-size: 20px;
  }
  .my-social svg {
    width: 20px;
    min-width: 20px;
  }
  .phone a:last-child {
    margin-left: 34px;
  }
  .phone img{
    width: 25px;
    margin-right: 3px;
  }
  .phone img:last-child{
    width: 20px !important;
  }

}

@media (max-width: 767.98px) {
  .csoon h1{
    font-size: 30px;
    letter-spacing: 20px;
  }
  .phone a{
    font-size: 15px;
  }
  .phone a:last-child {
    margin-left: 15px;
  }
}

@media (max-width: 575.98px) {
  .csoon h1{
    font-size: 30px;
    letter-spacing: 10px;
  }
  .phone a{
    font-size: 15px;
  }
  .phone a:last-child {
    margin-left: 15px;
  }
  .logo {
    width: 70%;
    padding-bottom: 25px;
  }
}

@media (max-width: 399.98px) {
  .csoon h1{
    font-size: 25px;
    letter-spacing: 8px;
  }
  .phone a{
    font-size: 12px;
  }
  .phone a:last-child {
    margin-left: 4px;
  }
}
