#body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

/* ---------------------------------------------------------- */
/* TEXT STYLES */

.header {
    font-family: calibri;
    font-size: 1.5vh;
    font-weight: regular;
    line-height: 1.15;
    color: white;
    text-shadow: 2px 2px 5px #222222;
    text-align: center;
    text-decoration: none;
/*    background-color: #222;*/
    padding: 0.2vh;
    margin: 1% auto;
    border-radius: 0.5vh;
}

@media screen and (max-width: 1024px) {.header {
    font-family: calibri;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.15;
    width: 80%;
    left: 10%;
    color: white;
    text-shadow: 2px 2px 5px #222222;
    text-align: center;
    text-decoration: none;
    background-color: #222;
    padding: 5px;
    border-radius: 10px;
    }}

.title {
    font-family: verdana;
    font-size: 0.8vw;
    color: white;
    text-align: center;
}


.footer {
    font-size: 0.5vw;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: regular;
    color: #888888;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {.footer {
    font-size: 8px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: regular;
    color: #888888;
    text-decoration: none;
    }}

.menucurrent {
    display: inline-block;
    position: relative;
    float: left;
    left: 10%;
    color: red;
    width: 2.3vw;
    height: auto;
    text-align: center;
    filter: drop-shadow(0px 0px 2px black);
    margin: auto 7%;
    padding: 0px 0px;
    transition: 0.5s ease;
}

.menucurrent a:visited {
    color: inherit;
}

.menu {
    display: inline-block;
    position: relative;
    float: left;
    left: 10%;
    color: grey;
    width: auto;
    height: auto;
    text-align: center;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px black);
    margin: auto 7.5%;
    z-index: 2;
    transition: 0.5s ease;
}

@media screen and (max-width: 800px) {.menu {
    display: block;
    position: relative;
    float: left;
    left: 0%;
    text-align: center;
    width: 25%;
    height: 100%;
    margin: 0% 0%;
    padding: 0% 2%;
    z-index: 50;
    transition: 0.5s ease;
    }
}
.menu a:visited {
    color: inherit;
}

.menu:hover {
    color: red;
    /*    transform: scale(0.9);*/
    padding-top: 0.1vw;
}

.menu a:visited {
    color: inherit;
}

p1 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    font-family: verdana;
    font-weight: bold;
    font-size: 0.8vw;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

@media screen and (max-width: 800px) {p1 {
    position: absolute;
    float: left;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin: 0% 0px;
    padding: 0px 0px;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    white-space: normal;
    line-height: 1;
/*    border: 1px solid white;*/
    }
}

.txt {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {.txt {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    }}

.imgtxt {
    width: 95%;
    height: 80%;
    margin: auto auto;
    padding-top: 25%;
    background-image: url(../images/video.svg);
    background-size: 12% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 1.5vw;
    color: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 10px black;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}
@media screen and (max-width: 1024px) {.imgtxt {
    width: 85%;
    height: 80%;
    margin: auto auto;
    padding-top: 20%;
    background-image: url(../images/video.svg);
    background-size: 12% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    font-size: 16px;
    white-space: normal;
    color: whitesmoke;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 5px black;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    }}


.a {
    color: rgba(247, 148, 30, 1);
}

.b {
    color: rgba(141, 198, 63, 1);

}

.c {
    color: rgba(62, 82, 100, 1);

}

.d {
    color: rgba(0, 74, 128, 1);

}


.button {
    font-family: Verdana;
    font-size: 1.2vw;
    font-weight: Bold;
    color: white;
    width: auto;
    margin: 1vw auto;
    text-align: center;
}

@media screen and (max-width: 1024px) {.button {
    font-family: Verdana;
    font-size: 14px;
    font-weight: Bold;
    color: white;
    width: auto;
    margin: 1vw auto;
    text-align: center;
    }}


.style1 {
    font-family: Verdana;
    font-size: 1vw;
    font-weight: Bold;
    color: red;
    height: 2vw;
    text-shadow: 1px 1px 4px #222222;
    text-align: center;
    line-height: 1.5;
    background-image: linear-gradient(#555, #222);
    border-radius: 0.3vw;
    box-shadow: 0px 0px 1px 0px black;
    margin-top: 0px;
    padding: 0.3vw;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {.style1 {
    font-size: 14px;
    height: 25px;
    }}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/* ---------------------------------------------------------- */
/* ANIMATION GENERAL */

.ease {
    transition: all .3s linear;
}

.zoom:hover {
    transform: scale(1.5);
}

.zoom2:hover {
    transform: scale(1.2);
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-decoration: none;
}

/* ---------------------------------------------------------- */
/* SLIDESHOW STYLE */

.contact {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    font-size: 0.9vw;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
    line-height: 1.75;
    text-align: left;
    text-decoration: none;
    padding: 0px 50px;
    text-shadow: 0px 0px 2px black;
/*    background-color: #333;*/
}

.contact a:any-link {
    color: inherit;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {.contact {
    display: block;
    position: relative;
    float: left;
    width: 80%;
    left: 10%;
    font-size: 14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2;
    text-align: left;
    white-space: nowrap;
    text-decoration: none;
    height: auto;
    padding: 5px 40px;
    text-shadow: 0px 0px 2px black;
    }}



* {
    box-sizing: border-box
}

.slideshow-container {
    position: relative;
    max-width: 98%;
    margin: auto auto;
    margin-top: 1vw;
    transform: scaleY(1.00);
    z-index: 0;
    user-select: none;
}

@media screen and (max-width: 600px) {.slideshow-container {
   position: relative;
    max-width: 98%;
/*    margin: auto auto;
/*    margin-top: 12%;*/
/*    transform: scale(2);*/
    z-index: 0;
    user-select: none;
    }}


.mySlides {
    display: none;
}

.prev,
.next {
    display: inline;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0%,-50%);
    width: 5vh;
    height: auto;
    padding: 8% 8px;
/*    margin-left: 1.2%;*/
    color: white;
    text-shadow: 1px 1px 5px grey;
    font-weight: bold;
    font-size: 4vh;
    text-align: center;
    vertical-align: center;
    transition: 0.6s ease;
    border-radius: 10px;
    user-select: none;
}
@media screen and (max-width: 800px) {.prev,.next {
    cursor: pointer;
    position: absolute;
    display: inline;
    z-index: 1;
/*    top: 150px;*/
/*    transform: translate(0%,-25%);*/
    width: 50px;
    height: auto;
    color: white;
    text-shadow: 1px 1px 5px grey;
    font-weight: bold;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    transition: 0.6s ease;
    user-select: none;
    }}

.next {
    right: 0%;
    border-radius: 10px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.textcap {
    color: white;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 10px black;
    border-radius: 10px;
    padding: 5px 5px 5px 5px;
    bottom: 30px;
    position: absolute;
    width: 100%
}

.numbertext {
    color: #f2f2f2;
    text-shadow: 3px 3px 3px black;
    font-size: 1.5vw;
    font-weight: bold;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.numbertextslide {
    display: none;
    position: absolute;
    color: #f2f2f2;
    text-shadow: 3px 3px 3px black;
    font-size: 18px;
    font-weight: bold;
    top: 0%;
    padding: 20px;

}

.dot {
    cursor: pointer;
    position: relative;
    height: 0.8vw;
    width: 0.8vw;
    margin: 0vw 0.4vw;
    margin-bottom: 0.5vh;
    margin-top: 0vh;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

@media screen and (max-width: 800px) {.dot {
    cursor: pointer;
    position: relative;
    height: 10px;
    width: 10px;
    margin: 10px 7px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    }}


.active_dot,
.dot:hover {
    background-color: #717171;
}

.fade {

    -webkit-animation-name: fade 3s 2 alternate;
    animation-name: fade;
    animation-duration: 3s;
    animation-iteration-count: 2;
    animation-direction: alternate;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* ---------------------------------------------------------- */
/* CV DOWNLOAD STYLE */

.containerX {
    position: relative;
/*    width: 40%;*/
/*    margin: auto auto;*/
}

.image {
    display: inline-block;
    position: relative;
    width: 250px;
    left: 50%;
    transform: translate(-50%,0%);
    margin: 3% 0%;
    transition: all 1s ease;
}

@media screen and (max-width: 1024px) {.image {
    display: inline-block;
    position: relative;
    width: 250px;
    left: 50%;
    transform: translate(-50%,0%);
    margin: 2% auto;
    transition: all 1s ease;
    }}

.middle {

    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.image:hover {
    transform: translate(-50%,0%) scale(1.1);
}

.containerX:hover .middle {
    opacity: 1;
    transition: all 1s linear;
}

.box {
    background-color: #FF0000;
    display: table-cell;
    vertical-align: middle;
    padding: 1.5vh;
    border-radius: 1vh;
}


/* ---------------------------------------------------------- */
/* CATEGORY TABS */

body,
html {
    /* Set height of body and the document to 100% to enable "full page tabs" */

    height: 100%;
    margin: 0;
    font-family: Arial;
    background-image: url(../images/bg-web.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

}


.tablink {
    /* Style tab links */
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 0;
    background-color: #333;
    color: white;
    border: none;
    outline: 1px solid black;
    box-shadow: 0px -5px 10px 3px #333;
    padding: 0vw 2vw;
    font-family: verdana;
    font-size: 0.8vw;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    text-shadow: 0px 0px 4px black;
    width: 25%;
    height: 3vw;
    transition: 0.3s ease;
}

@media screen and (max-width: 1024px) {.tablink {
    position: relative;
    cursor: pointer;
    float: left;
    z-index: 0;
    background-color: #333;
    color: white;
    border: none;
    outline: 1px solid black;
    box-shadow: 0px -1px 10px 3px #333;
    padding: 0vw 2vw;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0px 0px 4px black;
    width: 100%;
    white-space: normal;
    height: 40px;
    transition: 0.3s ease;
    }}


.tablink:hover {
    background-color: #777;
}

.tabcontent {
    /* Style the tab content (and add height:100% for full page content) */

    color: white;
    display: none;
    padding: 3vw 0vw;
    height: auto;
}

#a {
    background-color: rgba(247, 148, 30, 0.3);
}

#b {
    background-color: rgba(141, 198, 63, 0.3);
}

#c {
    background-color: rgba(62, 82, 100, 0.3);
}

#d {
    background-color: rgba(51, 116, 219, 0.3);
}


/* ---------------------------------------------------------- */
/* PROJECTS GALLERY STYLES (GRID + MODAL) */

.row > .column {
    width: 21%;
    padding: 1vw 0vw;
    margin: 0.5vw 1.5vw;
    left: 2%;
    top: 1vw;
}

@media screen and (max-width: 1024px) {.row > .column {
    display: block;
    width: 49%;
    padding: 10px 10px;
    margin: auto auto;
    left: 1%;
    top: 0%;
    }}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    position: relative;
    float: left;
    text-align: center;
    width: 25%;

}


.noselect {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.centered {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */

}

.modal {
    /* Modal BG */
    display: none;
    position: fixed;
    text-align: center;
    z-index: 100;
    margin: auto auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.85);
}


.modal-content {
    position: absolute;
    background-color: black;
    text-decoration: none;
    outline: 0.5vh solid gray;
    width: 70vw;
    height: 45vw;
    left: 15%;
    top: 5%;
}


/* Next & previous buttons */
.prev_a,
.next_a {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: 5vh;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    margin-left: -35%;
    color: white;
    text-shadow: 1px 1px 5px grey;
    font-weight: bold;
    font-size: 4vh;
    text-align: center;
    vertical-align: center;
    transition: 0.6s ease;
    border-radius: 1vh;
    user-select: none;
}

/* Position the "next button" to the right */
.next_a {
    right: 15%;
    border-radius: 1vh;
}

/* On hover, add a black background color with a little bit see-through */
.prev_a:hover,
.next_a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}



.close {
    position: fixed;
    width: 3vw;
    height: 3vw;
    color: white;
    background-color: #222;
    right: 5.5vw;
    margin: auto auto;
    font-size: 2vh;
    font-family: verdana, sans-serif, arial;
    font-weight: regular;
    line-height: 0;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    z-index: 5;
    opacity: 0.4;
    transition: 0.3s ease-in-out;
}


.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}


.mySlides {
    display: none;
}


img.demo {
    width: 100%;
    opacity: 0.6;
}

.active_dot,
.demo:hover {
    opacity: 1;
}

.pic-hover-shadow:hover {
    box-shadow: 0px 0px 0px 3px white, 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-filter: grayscale(0);
    transition: 0.3s;
}

.myImg {
    width: 100%;
    min-width: 20vw;
    text-align: center;
    cursor: pointer;
    border: 0.1vh solid gray;
    border-radius: 2vw;
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.3s;
}

.myImg:hover {
    box-shadow: 0px 0px 0px 3px white, 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-filter: grayscale(0);
}

.myImg2 {
    width: 85%;
    min-width: 12vw;
    text-align: center;
    cursor: pointer;
    border: 0.1vw solid gray;
    border-radius: 2vw;
    filter: gray;
    -webkit-filter: grayscale(1);
    transition: 0.3s;
}

.modal-content,
.next_a,
.prev_a,
#caption {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* ---------------------------------------------------------- */
/* TOOLTIPS */

.tooltip {
    display: inline-block;
    width: 100%;
}

.tooltip .tooltiptext {
    position: absolute;
    visibility: hidden;
    width: 25vh;
    max-width: 30vh;
    background-image: linear-gradient(#222222, #444444);
    background-color: black;
    border-radius: 1vw;
    box-shadow: 0px 0px 0px 3px #444444;
    box-shadow: 0px 0px 20px 0px black;
    margin: auto auto;
    z-index: 99;
    bottom: 95%;
    left: 50%;
    opacity: 0;
    font-family: calibri;
    font-size: 1.5vh;
    font-weight: regular;
    line-height: 1.15;
    color: white;
    text-shadow: 2px 2px 5px #222222;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1vh;
    border-radius: 1vh;
    transform: translate(-50%, 0%);
    transition: all 0.5s linear;
}

@media screen and (max-width:1024px) {.tooltip .tooltiptext{
    position: absolute;
    visibility: hidden;
    width: 25vh;
    max-width: 30vh;
    background-image: linear-gradient(#222222, #444444);
    background-color: black;
    border-radius: 1vw;
    box-shadow: 0px 0px 0px 3px #444444;
    box-shadow: 0px 0px 20px 0px black;
    margin: auto auto;
    z-index: 99;
    bottom: 95%;
    left: 50%;
    opacity: 0;
    font-family: calibri;
    font-size: 2.2vh;
    font-weight: regular;
    line-height: 1.15;
    color: white;
    text-shadow: 2px 2px 5px #222222;
    text-align: center;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1vh;
    border-radius: 1vh;
    transform: translate(-50%, 0%);
    transition: all 0.5s linear;
    }}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    pointer-events: none;
    margin-left: auto;
    border-width: 1.5vw;
    border-style: solid;
    border-color: #444444 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    bottom: 100%;
}




/* ---------------------------------------------------------- */
/* BACK TO TOP BUTTON */

#myBtn {
    display: none;
    position: fixed;
    cursor: pointer;
    color: white;
    filter: drop-shadow(0px 0px 5px black);
    width: 5vh;
    height: 5vh;
    bottom: 6vh;
    right: 3vh;
    z-index: 5;
    border: 0;
    outline: 0;
    transition: 0.3s ease;
}

#myBtn:hover {
    color: red;
    transform: scale(1.2);
}

.social {
    display: inline;
    float: left;
    position: relative;
    cursor: pointer;
    color: white;
    text-decoration: none;
    width: 1.7vw;
    max-width: 1.7vw;
    height: auto;
    margin: 0 0.3vw;
    filter: drop-shadow(0px 0px 4px black);
    transition: 0.3s ease;
}

@media screen and (max-width: 800px) {.social {
    display: inline;
    float: left;
    position: relative;
    top: 0%;
    cursor: pointer;
    color: white;
    text-decoration: none;
    width: 20px;
    max-width: 20px;
    height: auto;
    margin: 1px 0px;
    filter: drop-shadow(0px 0px 1px black);
    transition: 0.3s ease;
    }}

.social:hover {
    transform: scale(1.2);
    color: red;
}

.social a:visited {
    color: inherit;
}

.socialbar {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 25%;
    right: 1%;
    z-index: 4;
}

@media screen and (max-width: 800px) {.socialbar {
    display: inline-block;
    position: absolute;
/*    position: absolute;*/
    width: 0;
/*    top: -110%;*/
    right: 30px;
    top: -190%;
    transform: translate(50%,-0%);
    opacity: 50%;
    z-index: 1;
    }}

.menubar {
    display: block;
    position: relative;
    width: 100%;
    height: 3.8vw;
    margin: auto auto;
    padding: 0.4vw 25%;
    background: url('../images/bar-bg.jpg');
    background-color: black;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 2;
}
@media screen and (max-width: 800px) {.menubar {
    display: block;
    position: relative;
    top: 0%;
    width: 100%;
    height: 50px;
    margin: auto auto;
    padding: 1% 0px;
    background: url('../images/bar-bg.jpg');
    background-color: black;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 2;
    }
}


.footerbar {
    display: block;
    position: relative;
    width: 100%;
    height: 1.5vw;
    margin: auto auto;
    margin-top: 10px;
    padding: 0.3vw 36%;
    vertical-align: middle;
    background: url('../images/bar-bg.jpg');
    background-color: black;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 1;
}

@media screen and (max-width: 600px) {.footerbar {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    margin: auto auto;
    margin-top: 10px;
    padding: 0.3vw 10%;
    vertical-align: middle;
    background: url('../images/bar-bg.jpg');
    background-color: black;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    background-position: center;
    box-shadow: 0px 0px 10px 0px black;
    z-index: 1;
    }}


.icon {
    display: block;
    float: left;
    content: "";
    position: relative;
    width: 2.5vw;
    height: auto;
    margin: auto auto;
    text-decoration: none;
}

.myvids {
    display: block;
    position: relative;
    width: 100%;
    height: 45vw;
    margin: auto auto;
    padding: 10px;
    border-radius: 0%;
    /*    background-color: black;*/
    z-index: 2;
}







.mail {
    font-size: 0.9vw;
    font-family: calibri, arial, verdana;
    font-weight: regular;
    text-shadow: 1px 1px 2px black;
    color: white;
    margin: auto auto;
    padding: 0.2vw;
    text-decoration: none;
    transition: 0.5s ease;

}

.mail:hover {
    color: red;
    background-color: #111;
    border-radius: 0.5vw;

}

.mail a:visited {
    color: inherit;
}

.logo {
    display: block;
    position: relative;
    float: left;
    left: 0%;
    height: 5.5vw;
    margin: 0.6vw 1vw;
    z-index: 50;
    transition: 0.5s ease;
}

@media screen and (max-width: 800px) {.logo {
    display: block;
    position: relative;
    width: auto;
    height: 40px;
    left: 2.5%;
    padding: 0% 0%;
    margin: 30px 0%;
    z-index: 50;
    transition: 0.5s ease;
    }
}

.logo:hover {
    transform: scale(1.1);
    filter: drop-shadow(0vh 0vh 2vh black);
}

.logotxt {
    display: block;
    position: relative;
    float: left;
    width: 24vw;
    margin: 0.5vw 0vw;
    z-index: 2;
    transition: 0.5s ease;
}

@media screen and (max-width: 800px) {.logotxt {
    display: block;
    position: relative;
    left: 5%;
    top: 0%;
    width: auto;
    height: 60px;
    margin: 20px 0%;
    z-index: 40;
    transition: 0s ease;
    }
}

.logotxt:hover {
    filter: drop-shadow(0vh 0vh 2vh black);
}

.logobg {
    width: 100%;
    height: 7vw;
    background-image: url(../images/bg_head.jpg);
    background-repeat: repeat -y;
    background-size: 100% auto;
}

@media screen and (max-width: 800px) {.logobg {
    width: 100%;
    height: 100px;
    background-image: url(../images/bg_head.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
}
       


.map {
    display: block;
    position: relative;
    z-index: 2;
    width: 19.5vw;
    height: 14.2vw;
    margin: auto auto;    
    border: 0.3vw solid gray;
}

@media screen and (max-width: 1024px) {.map {
     display: block;
    position: relative;
    z-index: 2;
    margin: 5% 10%;
    width: 80%;
    height: 300px;
    border: 5px solid gray;
    }}

.footertxt {
    display: table;
    position: relative;
    float: left;
    width: 25%;
    margin: auto auto;
    vertical-align: middle;
    text-align: center;
    font-family: calibri, arial;
    font-size: 0.8vw;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-left: 0.1vw solid black;
    border-right: 0.1vw solid black;
}
@media screen and (max-width: 600px) {.footertxt {
display: table;
    position: relative;
    float: left;
    top: 25%;
    width: 25%;
    margin: auto auto;
    vertical-align: middle;
    text-align: center;
    font-family: calibri, arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
    border-left: 0.1vw solid black;
    border-right: 0.1vw solid black;
    }}

.footertxt:hover {
    color: red;
    background-color: #222;
}

#current {
    color: red;
    text-decoration: none;
}

.download {
    display: inline-block;
    position: relative;
    margin: 5px 0;
    width: 150px;
    height: 50px;
    padding: 15px;
    left: 50%;
    transform: translate(-50%,0%);
    text-align: center;
    vertical-align: middle;
    background-image: linear-gradient(#444444, #777777);
    border: 0.1vw solid gray;
    border-radius: 10px;
    font-family: verdana;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: white;
    transition: 0.5s;
}

.download:hover {
    border: 0.1vw solid white;
    text-shadow: 0vw 0vw 0.5vw white;
}

.modal-body {
    position: relative;
    margin: auto auto;
    left: 0%;
}

.book {
    display: block;
    position: relative;
    width: 98%;
    height: 750px;
    left: 50%;
    padding: 20px;
    transform: translate(-50%,0%);
}

@media screen and (max-width: 800px) {.book {
    display: block;
    position: relative;
    width: 75%;
    height: 550px;
    left: 50%;
    padding-top: 10px;
    transform: translate(-50%,0%);
  }
}

.menusvg {
    width: 2.5vw;
}

@media screen and (max-width: 800px) {.menusvg {
    display: none;
    }}

.grid {
    display: grid;
    grid-template-columns: 32% 0% 32% 0% 32%;
    justify-content: space-around;
    grid-column-gap: 0%;
    padding: 0% 1%;
}

@media screen and (max-width: 1024px) {.grid {
    grid-template-columns: auto;
    }}

.block {
    width: 100%;
}

@media screen and (max-width: 1024px) {.block {
    width: 92%;
    margin: auto auto;
    top: 0%;
    }}

.button2 {
    text-align:center;
    font-size: 0.85vw;
    color: white;
    line-height: 1;
    text-shadow: 0px 0px 5px black;
}

@media screen and (max-width: 1024px) {.button2 {
    text-align:center;
    font-size: 12px;
    color: white;
    line-height: 1;
    text-shadow: 0px 0px 5px black;
}}

.sep {
    width: 3px;
    height: auto;
    transform: translate(-1.5px,0);
    margin-bottom: 0px;
    border-radius: 5px;
    background-color: #222;
}

@media screen and (max-width: 1024px) {.sep {
    display: none;
    }}

.grid2 {
    display: grid;
    grid-template-columns: 20% 0% 20%;
    justify-content: center;
    grid-column-gap: 1%;
    padding: 0% 1%;
}

@media screen and (max-width: 1024px) {.grid2 {
    display: grid;
    grid-template-columns: 100%;
/*    justify-content: center;*/
/*    grid-column-gap: 1%;*/
    padding: 0% 1%;
    }}
}

.contxt {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2;
    text-align: left;
    text-decoration: none;
}

@media screen and (max-width:1024px) {.contxt {
    display: block;
    position: relative;
    float: left;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: white;
    line-height: 2;
    text-decoration: none;
    }}

.contxt a:visited {
    color: inherit;
}

.consvg {
    position: absolute;
    float: center;
    left: 0%;
    margin: 0px 8px;
    width: 30px;
    text-align: left;
    padding: 4px 4px;
}

@media screen and (max-width:1024px) {.consvg {
    position: absolute;
    float: left;
    left: 0;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    margin: auto auto;
    padding: 4px 4px;
    }}
