/*
===============================================================
 # CUSTOM CSS
 - Please do not edit this file. this file is generated by server-side code
 - Every changes here will be overwritten
===============================================================*/

.ms-parent-id-1 > .master-slider{ background:#ffffff; }
.ms-info {
    max-width: 50%;
    margin: 0 auto;
    margin-top: 50px;
}

.ms-info h1 {
    font-size: 4.5em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 3px 3px 5px #545454;
  	text-decoration:none!important;
}
.ms-info h2 {
    color: white;
    font-weight: 800;
    text-shadow: 3px 3px 5px #545454;
  	background:none;
  font-size: 2em;
}
@media screen and (max-width: 1600px){

  .ms-info {
    max-width: 60%;
    margin: 0 auto;
    margin-top: 20px;
}
  
  
  .ms-info h1 {
    font-size: 3em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 4px #545454;
    text-decoration:none!important;
}
.ms-info h2 {
    color: white;
    font-weight: 800;
    text-shadow: 1px 1px 4px #545454;
  	background:none;
  font-size: 1.7em;

}
}
@media screen and (max-width: 1000px){
  .ms-info {
    max-width: 85%;
    margin: 0 auto;
    margin-top: 20px;
}
  
  
  
.ms-info h1 {
    font-size: 1.5em;
    color: white;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 4px #545454;
  	text-decoration:none!important;
}
.ms-info h2 {
    color: white;
    font-weight: 800;
    text-shadow: 1px 1px 4px #545454;
  	background:none;
  font-size: 1.3em;

}
}
  .ms-info a{
  background-color: #4b79a3;
    padding: 9px;
    color: white;
    border-radius: 4px;
}