
@media only screen and (max-width:480px){
  p.sub-text{
   font-size: 20px;
    line-height: 30px;
    margin-top:10px;
}
  
  h1.come-text {
    margin-top: 20px;
    margin-bottom:0px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width:481px){
p.sub-text{
   font-size: 27px;
    line-height: 40px;
    margin-top:10px;
}
  
  h1.come-text {
    margin-top: 20px;
    margin-bottom:0px;
    font-size: 50px;
    line-height: 60px;
  }
}
html,
body,
.wrapper, .wrapper1 {
  height: 100%;
}

html,
body {
  padding: 0;
  margin: 0;
}
.logo-img img {   
 width: 400px;
}

body {
   font-family: "Times New Roman", Times, serif;
   background: url(cover_image_darker-1.jpg) no-repeat center center / cover;
}
.wrapper{
      display: flex;
    align-items: center;
    justify-content: center;
}

.content,
 {
  position: absolute;
}

.row {
    max-width: 1100px;
    margin: 0 auto;
}
.content, .mobile-content {
      
    padding-right: 30px;
    padding-left: 30px;
 /* position: absolute;
  top: 50%;
  left: 50%;
   transform: translate(-50%, -50%);*/
  text-align: center;
  color: #fff;
 
}









  
 
  
 



  
 
  
 