@charset "UTF-8";
/* CSS Document */

.cursive{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

.sail-regular {
  font-family: "Sail", system-ui;
  font-weight: 300;
  font-style: normal;
}


.comingsoon{
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 3rem;
    text-align: center;
    font-weight: 400;
}

.spb-links a{
    color: #004282;
    text-decoration: none;
}

.spb-links a:hover{
    color:#869FD2;
    text-decoration:underline;
}

.spb-links a:active{
    color:#B11217;
    text-decoration:underline;
}

a{
    color: #004282;
    text-decoration: none;
}

a:hover{
    color:#869FD2;
    text-decoration:underline;
}

a:active{
    color:#B11217;
    text-decoration:underline;
}



/*************************************/
/*************************************/
      /****** MEDIA QUERIES ******/
/*************************************/
/*************************************/
	
	
	
/****** TABLET ******/

@media (max-width:1023px) and (min-width:768px){

.comingsoon{
    font-size: 2rem;

}
    
}


	
/****** MEDIUM ******/


@media (max-width:768px) and (min-width:376px){
	
.comingsoon{
    font-size: 2rem;

}

    
}


/****** MOBILE ******/

@media (max-width:576px) and (min-width:490px){

.comingsoon{
    font-size: 2rem;

}
    
}

/****** EXTRA SMALL ******/

@media (max-width:490px) and (min-width:50px){

.comingsoon{
    font-size: 2rem;

}

}



