@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hammersmith+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mitr:wght@500&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    /*width:100%;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#f5f5f5;*/
}

.card-body small {
    display: block;
}

.card-body a:hover {
    color: #666;
}

.pageTitle {
    position: elative;
    border-bottom: 2px solid orange;
    padding-bottom: 5px;
}

#row {
    margin-top: 15px;
}

.menuBar {
    display: none;
}

.menu {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu a {
    margin-right: 15px;
    margin-left: 15px;
}

.col-md-3 a:hover {
    color: orange;
}

.col-md-6 a:hover {
    color: orange;
}

.col-md-3 a {
    font-size: 20px;
}

button:focus,
a:focus {
    outline: none !important;
}

footer {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    background: #444;
    color: #fff;
}

header {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url('../../frontend/images/back.jpg');
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed
}

.content strong {
    font-family: 'Anton', sans-serif;
    color: orange;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    text-shadow: 2px 1px #d5d5d5;
}

.headBck {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1
}

.header {
    height: auto;
    background: #fff;
}

.main {
    width: 100%;
    margin: auto;
    display: flex;
}

.logo img {
    width: auto;
}

.logo {
    text-align: center;
    display: block;
    margin-bottom: 15px;
    background: url('../../frontend/images/navis-logo.png');
    background-size: cover;
}

.cols {
    flex: 0 0 33%;
}

.cols:last-child {
    text-align: right;
}

body a {
    text-decoration: none;
    color: #555;
}

#search {
    width: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
    padding: 7px;
    border-radius: 30px;
    outline: none;
    margin-top: 10px;
    background: none;
    color: #fff;
    font-size: 16px;
}

.content h2 {
    font-size: 5rem;
    font-family: 'Hammersmith One', sans-serif;
    font-weight: bold;
}

.content h5 {
    font-size: 2rem;
    font-family: 'Mitr', sans-serif;
    font-weight: bold;
}

.content p {
    font-size: 22px;
    font-family: 'Open Sans';
    font-weight: bold;
}

.cols a:hover {
    color: #fff;
}

.content {
    width: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 9;
}

.contact {
    min-height: 100vh;
    text-align: center;
}

.contact span {
    display: block;
}

.cols {
    position: relative;
}

.cols a {
    margin-right: 15px;
    color: #fff;
}

.cols button {
    background: none;
    border: none;
    position: absolute;
    margin: 16px;
    right: -9px;
    color: #fff;
    outline: none;
    cursor: pointer;
}

@media only screen and (max-width:1000px) {
    .main {
        width: 100%;
        flex-direction: column-reverse;
    }
    .cols:last-child {
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 14px;
    }
    .logo {
        margin-bottom: 15px;
        background: url('../../frontend/images/navis-logo.png');
        background-repeat: repeat;
        background-size: auto;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        margin: 0 auto;
    }
    .logo img {
        width: auto;
    }
    .content {
        width: 100%;
        top: 40%;
    }
    .content h5 {
        font-size: 20px;
    }
    .content p {
        font-size: 16px;
    }
    header {
        background-position: unset;
        background-attachment: unset;
        height: 120vh;
        padding-bottom: 5px;
    }
    .content h2 {
        margin-top: 35px;
    }
    .col-md-4 {
        margin-bottom: 50px;
    }
    .col-md-3 {
        text-align: center;
    }
    .menuBar {
        display: block;
        padding: 15px;
        cursor: pointer;
        padding-bottom: 0;
    }
    .list {
        display: none;
    }
    .list a {
        display: block;
        line-height: 46px;
        margin: 0;
    }
}