body {
    background-color: #f7f7f7;
    width: 100%;
}

.container {
    background-color: white !important;
    width: 70%;
}

.burger {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 1%;
    float: right;
}

.burgerrow {
    background-color: #f7f7f7 !important;
}

.potpis {
    height: auto;
    background-image: url(../images/signature.jpg);
    background-size: cover;
}

.potpis1 {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 60%;
}

.portret1 {
    display: block;
    margin: 0 auto;
    height: auto;
    width: 60%;
}

.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: rgb(17, 17, 17, 0.95);; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu lnks */
.sidenav a {
    padding: 30px 8px 8px 8px;
    text-decoration: none;
    font-size: 25px;
    font-family: Raleway;
    color: #818181;
    display: block;
    transition: 0.3s;
    text-align: center;
}

.main {
    background-color: #f7f7f7;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: -37px;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.potpis {
    background-image: url(../images/signature.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    height: 220px;
    margin: 0 auto;
    margin-top: -25px;

}

.portret {
    background-color: white;
    background-image: url(../images/bio.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 60%;
    height: 400px;
    margin: 0 auto;
    margin-top: -25px;
}

.biotext {
    background-color: white;
    width: 75%;
    margin: 0 auto;
    margin-top: -72px;
}

.biotext p {
    font-size: 13px;
    line-height: 25px;
    color: black;
    text-align: center;
}

.biotext h2 {
    font-family: Raleway;
    text-align: center;
}

.biotext ul li {
    font-family: Raleway;
    font-size: 13px;
    line-height: 25px;
    color: black;
    text-align: center;
}

#myBtnContainer {
    text-align: center;
    margin: 0 auto;
}

footer {
    height: 40px;
    background-color: #f5f5f5;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

footer p {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: black;
}

footer a {
    color: black;
    text-decoration: underline;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    font-family: Raleway;
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */
    border: none;
    border-bottom: 1px solid #ccc; /* Gray border */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=checkbox], select {
    font-family: Raleway;

}

#subject {
    border: 1px solid #ccc !important;
    border-radius: 1px;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    float: right;
    background-color: burlywood;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #45a049;
}

/* Add a background color and some padding around the form */
.forma {
    width: 80%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.forma p {
    color: burlywood;
    text-align: center;
    font-family: Raleway;
    margin: 0 auto;
    display: block;
}

@font-face {
    font-family: Raleway;
    src: url(../fonts/Raleway-Light.ttf);
}

.touch h1, p, h2 {
    text-align: center;
    font-family: Raleway;
}

.touch p {
    font-size: 13px;
    color: black;
}

.touch button {
    background-color: burlywood;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.touch a {
    text-decoration: none;
}

.touch a:hover {
    color: burlywood;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 50%;
    display: none; /* Hide all elements by default */
}

.brown-link {
    color: burlywood;
}

.brown-link:visited {
    color: burlywood;
}

@media screen and (max-width: 767px) {
    .column {
        width: 100%;
    }

    .potpis1 {
        width: 90%;
    }

    .container {
        width: 90%;
    }
}

/* Clear floats after rows */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Content */
.content {
    background-color: white;
    padding: 10px;
    font-family: Raleway;
    text-align: center;
}

.content h4 {
    margin-top: 10px;
}

.naslov h1 {
    font-family: Raleway;
    text-align: center;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: white;
    cursor: pointer;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: #666;
    color: white;
}

/* Cookies pop-up */
.cookie {
    display: none;
}

.cookie-consent-banner {
    background-color: red;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 100%;
    height: auto px;

    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 12px 0;
}

.cookie-consent-banner__header {
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    line-height: 42px;
    float: left;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;

    border-radius: 2px;

    background-color: burlywood;

    color: black;
    text-decoration: none;
    text-align: center;
    font-family: Raleway;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-left: 16px;
}

.cookie-consent-banner__cta:hover {
    background-color: gray;
    color: white;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;

    background-color: lightslategray;

    color: white;
}


.photo-holder {
    background-color: white;
    width: 100%;
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.grecaptcha-badge {
    visibility: hidden;
}

.field-error {
    border: 1px red solid !important;
}
.field-error-text {
    color: red !important;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 100px;
    text-align: center;
    padding-top: 100px;
}