@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300');

@font-face {
    font-family: myriad;
    src: url('/fonts/myriad.ttf');
    src: url('/fonts/myriad.eot');
    src: url('/fonts/myriad.otf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
}

body {
    background-color: black;
    color: white;
    font-family: myriad;
    min-height: 100%;
}

.logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

header {
    min-height: 15em;
}

.site {
    font-size: 25px;
}

.my-map {
    padding-left: 0;
    padding-right: 0;
}

.main {
    margin-top: 60px;
}

a {
    color: #fff;
}

a:hover {
    color: #E0F7FA;
}

a:focus {
    color: #E0F7FA;
}


/*-----------bg-------------------*/

.bg {
    position: absolute;
    z-index: -2;
}