@viewport {
    width: device-width;
    zoom: 1;
}

html {
    font-family: "Times New Roman", Times, serif;
}

head {
    height: 1%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #ebe7e0;
}

.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.header {
    bottom: 0;
    padding: 0;
    margin: 0;
    column-count: 2;
    background-image: url("../images/banner.jpg");
    background-position-x: 50%;
    background-position-y: 70%;
    background-size: 100%;
    background-repeat: no-repeat;
    justify-content: space-between;
}

.logo {
    vertical-align: center;
    padding:0;
    margin:0;
    order: 2;
    width: 20%;
}
.imglogo {
    padding:0;
    margin:0;
    display: flex;
    vertical-align: center;
    width: 50%;
}

.btn {
    align-content: center;
    float: right;
}

.button {
    vertical-align: center;
    height: 50px;
    margin-top: 8%;
    font-family:'Times New Roman', Times, serif;
    font-size: 1.1em;
}

.numbers {
    order: 2;
    float: right;
    position: relative;
    font-weight: bold;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black ;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-right: 10px;
}

.numbers ul {
    float: right;
    list-style-type: none;
}

.numbers li {
    display: block;
    padding: 20px;
    margin: 0;
    padding: 0;
    font-size: 2em;
    color: white;
    position: relative;
}

.numbers li:first-child {
    padding-left: 0;
    margin-left: 0;
}

.numbers li:last-child {
    padding-left: 0;
    margin-left: 0;
}

.nav {
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav ul {
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    flex: 1;
    overflow: auto;
    list-style-type: none;
    background-color: black;
    color: white;
    text-decoration: none;
}

.nav li {
    float: left;
    border-right: 1px solid #bbb;
    background-color: black;
}

.nav li a{
    display: inline-block;
    padding: 10px;
    font-size: 2em;
    text-decoration: none;
    color: white;
}

.nav li a:hover {
    background-color: rgb(40,40,40);
}

.active {
    background-color: rgb(30,30,150);
}

h1 {
    text-align: center;
}

.list {
    margin: 2%;
    margin-top: 0;
}

.carousel-container {
    top: 0;
    background-color: rgba(200,200,200,200,0.5);
    max-width: 800px;
    height: 450px;
    position: relative fixed;
    margin: auto;
    overflow: hidden;
}

.slides {
    text-align: center;
    margin-top: 2%;
    overflow: hidden;
}

/* .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
} */

.prev:hover, .next:hover {
    background-color: rgba(150,150,150,0.8);
    overflow: hidden;
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 1s ease;
    overflow: hidden;
}

.activeSlide{
    position: relative fixed;
    background-color: #717171;
    overflow: hidden;
}

#fade {
    position: relative fixed;
    animation-name: fade;
    animation-duration: 1.6s;
    overflow: hidden;
}

@keyframes fade {
    from {
        overflow: hidden;
        position: relative fixed;
        opacity: 0.1;
    }
    to {
        overflow: hidden;
        position: relative fixed;
        opacity: 1;
    }
}

h2 {
    text-decoration: underline;
    color: #44749D;
    text-align: center;
}

.container {
    display: flex;
    width: 100%;
    flex: 1 33.33%;
    text-align: center;
    justify-content: space-between;
}

.euro {
    width: 33.33%;
    padding-left: 5%;
    padding-right: 5%;
}

.column-container {
    justify-content: space-between;
    display: flex;
    flex: 1 50%;
}

.euro ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.column1 {
    width: 50%;
    padding: 0;
    margin: 0;
    top: 0;
    flex: 1 100%;
    float: left;
    padding-right: 5%;
}

.column2{
    width: 50%;
    padding: 0;
    margin: 0;
    top: 0;
    flex: 2 100%;
    float: right;
    padding-left: 5%;
}

.asian {
    width: 33.33%;
    padding-left: 5%;
    padding-right: 5%;
}

.asian ul {
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

.domestic {
    width: 33.33%;
    padding-left: 5%;
    padding-right: 5%;
}

.domestic ul {
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

.services {
    height: 100%;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    margin-top: 2%;
}

.serviceList {
    font-size: 1.1em;
}

.serviceList, .serviceList li {
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    flex: 1 50%;
}

.tinyText {
    vertical-align: sub;
    text-decoration: none;
    font-weight: lighter;
    font-size: 0.5em;
}

footer {
    position: bottom;
    width: 100%;
    border-top: 5px solid black;
    height: 50px;
    bottom: 0;
    align-items: center;
    background-color: rgb(100,100,100);
}

.tags {
    font-size: 1em;
    height: 50%;
    padding: 10px;
    float: right;
}

/*Mobile Screens*/
@media only screen
  and (max-device-width: 666px)
  and (-webkit-min-device-pixel-ratio: 2) {

    html {
        height: 150%;
        width: fit content;
    }
    
    head, body {
        height: 50%;
    }
    
    .header {
        height: 50%;
    }
    
    .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    
    .logo {
        width: 50%;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
    }

    .numbers {
        position: center;
        margin-left: auto;
        margin-right: auto;
    }

    .numbers ul {
        display: block;
        margin: 0;
        padding: 0;
    }
    
    .numbers li {
        margin: 0;
        padding: 10px;
        font-size: 2em;
        font-family: "Times New Roman", Times, serif;
    }

  }