/*
===============================================================
 # 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:#000000; }
.ms-container {
position: relative;
}

.ms-container::before {
    position: absolute;
    width: 100%;
    top: 25%;
    content: "Welcome to Jaymak";
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 1em;
    letter-spacing: -1px;
    color: #fff;
    z-index: 10;
    text-align: center;
    text-shadow: 0px 0px 30px #191919;
}

@media (max-width:527px) {
  .ms-container::before {
    font-size: 3.5rem;
    line-height:1;
    top: 20%;
}
}