/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

@media only screen and (max-width : 768px) {
    .metro button{
        text-align: center;
        padding: 10px;
        font-weight: 600;
    }
    .footer_nav ul {
        display:none;
    }
}

@media only screen and (min-width : 768px) and (max-width: 992px) {
    .metro button{
        text-align: center;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

/* Override CSS for Close button on mobile*/

.modal-header .close {
    margin-top: -25px !important;
    font-size: 50px !important;
}

@media only screen and (max-device-width: 1366px) {
  .parallax {
    background-attachment: scroll;
  }
}