/* Fonts */
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://fonts.googleapis.com/css?family=Roboto+Flex);
@import url(https://fonts.googleapis.com/css?family=Raleway);

.txt {
    white-space:nowrap;
}
.hor {
    transform: rotate(-90deg);
    position: absolute;
    color: #ccff00;
}
.pre {
    position: absolute;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: .3px;
    -webkit-text-stroke-color: #ccff00;
    user-select: none;
    line-height: normal;
}
.imTile {
    padding: 8px !important;
}

body,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato", sans-serif;
}

body,
html {
    height: 100%;
    line-height: 1.8;
}

.backOra {
    background-color: #008080;
    opacity: 95%;
}

.colory {
    margin-left: 5%;
    background-color: cornflowerblue;
    opacity: 60%;
}

/* Create a Parallax Effect */
.bgimg-1,
.bgimg-2,
.bgimg-3 {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* First image (Logo. Full height) */
.bgimg-1 {
    background-image: url('img/Global-Trade.jpg');
    min-height: 100% !important;
}

/* Second image (Portfolio) */
.bgimg-2 {
    background-image: url("img/truckContainer.jpg");
    min-height: 400px;
}

/* Third image (Contact) */
.bgimg-3 {
    background-image: url("img/containerLoad.jpg");
    min-height: 400px;
}

.w3-wide {
    letter-spacing: 10px;
}

.w3-hover-opacity {
    cursor: pointer;
}

@media only screen and (max-device-width: 1600px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3 {
        min-height: 400px;
    }
}
/* Hide Big */
@media (max-width: 450px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3 {
        background-attachment: fixed !important;
    }
    .horEx {
        bottom: 320px;
        left: -160px;
        font-size: 80px;
    }
    .preEx{
        bottom: 40px;
        margin-left: 25px;
        font-size: 55px;
    }
    /* English */
    .horEn{
        bottom: 350px !important;
        left: -282px !important;
        font-size: 110px !important;
    }
    .preEn {
        font-size: 100px;
        bottom: 10px;
        left: 25px;
    }
}
/* Hide small */
@media (min-width: 455px) {
    .horEx {
        bottom: 320px;
        left: -320px;
        font-size: 150px;
    }
    .preEx{
        bottom: 40px;
        left: 180px;
        font-size: 120px;
    }
    /* English */
    .horEn{
        font-size: 130px !important;
    }
    .preEn {
        font-size: 160px;
        bottom: 10px;
        left: 150px;
    }
}