@charset "utf-8";

body {
    background: #2a3385;
    color: #2a3385;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
    height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    position: relative;
}

a, .main-content {
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

img {
    height: auto;
    max-width: 100%;
}

.side-bar {
    background: #2a3385 url(ull-pattern.png) center center repeat-y;
    background-size: cover;
    height: 100%;
    left: 0;
    padding: 0 20px;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 2;
}

.side-bar-inner {
    color: #fff;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-bar-inner h4 {
    font-weight: 600;
    margin-bottom: 30px;
}

.locale-links {
    list-style: none;
    padding: 0;
}

.locale-links li {
    margin-bottom: 10px;
    vertical-align: middle;
}

.locale-links li > a > img {
    display: inline-block;
    margin-right: 10px;
    max-width: 30px;
    vertical-align: top;
}

.locale-links li > a {
    color: #fff;
    text-decoration: none;
}

.main-content {
    height: 100%;
    background: url(union-logistics-1920x900.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    padding: 0 0 0 300px;
    position: relative;
}

.main-content-inner  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 0 0 50px;
}

.main-content-inner-width {
    max-width: 500px;
}

.main-content-inner img {
    display: block;
    margin-bottom: 30px;
    max-width: 350px;
}

.main-content-inner h1 {
    font-weight: 700;
}

.main-content-inner p {
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.icons {
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.icons li {
    display: inline-block;
    padding-right: 20px;
}

.icons li > img {
    max-width: 50px;
}

.colophon {
    bottom: 10px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    z-index: 2;
}

@media only screen and (max-width:1439px) and (min-width:1280px) {
    .main-content {
        background-position: 30% center;
    }
}

@media only screen and (max-width:1279px) and (min-width:1024px) {
    .main-content {
        background-position: 20% center;
    }
}

@media only screen and (max-width:1023px) {
    .main-content {
        background-position: 0 center;
    }
}

@media only screen and (max-width:767px) {
    .side-bar {
        position: relative;
        text-align: center;
        width: 100%;
    }
    
    .side-bar-inner {
        left: 0;
        margin: auto;
        right: 0;
    }
    
    .main-content {
        display: none;
    }
    
    .colophon {
        left: 0;
        margin: auto;
        right: 0;
        text-align: center;
    }
}