@charset "utf-8";

/***  Master Sheet  ***/

@import url(sheets/header.css);
@import url(sheets/nav.css);
@import url(sheets/page.css);
@import url(sheets/contact.css);
@import url(sheets/homepage.css);
@import url(sheets/portfolio.css);
@import url(sheets/error.css);
@import url(sheets/footer.css);
@import url(sheets/animations.css);
@import url(sheets/maintenance.css);
@import url(sheets/alert.css);
@import url(queries.css);

@font-face {
    font-family: 'Geosans';
    src: url("https://wallsaviation.com/fonts/GeosansLight.eot");
    src: local('â˜º'), url("https://460designs.com/fonts/GeosansLight.woff") format('woff'), url("https://wallsaviation.com/fonts/GeosansLight.ttf") format('truetype'), url("https://wallsaviation.com/fonts/GeosansLight.svg") format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Bebas';
    src: url('https://wallsaviation.com/fonts/Bebas-Regular.eot');
    src: url('https://wallsaviation.com/fonts/Bebas-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://wallsaviation.com/fonts/Bebas-Regular.woff2') format('woff2'),
        url('https://wallsaviation.com/fonts/Bebas-Regular.woff') format('woff'),
        url('https://wallsaviation.com/fonts/Bebas-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {

    color: #fff;

    background: #506C99

}



::selection {

    color: #fff;

    background: #506C99

}



a {

    outline: 0!important

}



body {

    margin: 0!important;

    padding: 0!important;

    width: 100%

}



h2 {

    margin: 0;

    padding: 0

}




.no-spacing {

    letter-spacing: 0

}


.close,

h1,

h2,

h3,

h4,

h5,

h6 {

    font-weight: 400

}



.contactformNav a,

.main-banner a,

.phone a,

.service-text a,

.sidenav a {

    text-decoration: none

}



.modal,

body {

    animation: fadein 1s

}



.design-portfolio-buttons .disabled,

.portfolio-buttons .disabled {

    pointer-events: none

}

