/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 24, 2022, 12:56:14 AM
    Author     : John
*/

/*body{
   
    background-image: url("../img/beach_background.jpg");
    
   
    
}*/


/*body{
   
  
   background-image: url("../img/beach_background.jpg") ;
    
 
 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}*/

@media only screen and (max-width: 600px) {
  body {
    background-image: url("../img/beach_background.jpg") ;
    
  }
}

@media only screen and (max-width: 20000px) {
  body {
    background-image: url("../img/beach_background.jpg") ;
    
  }
}


.centered {
  position: fixed;
  top: 25%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.ip_font{
    font-family: 'Montserrat', sans-serif;
    color: #0096FF;
    font-size:5rem;
}