﻿@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap');
/* Tablet Landscape */
@media screen and (max-width: 1200px) {
    #primary {
        width: 67%;
    }

    #secondary {
        width: 30%;
        margin-left: 3%;
    }
}
/* Tabled Portrait */
@media screen and (max-width: 1200px) {
    #primary {
        width: 100%;
    }

    #secondary {
        width: 100%;
        margin: 0;
        border: none;
    }
}

img {
    max-width: 100%;
}

html {
    font-size: 100%;
}

@media (min-width: 640px) {
    body {
        font-size: 1rem;
    }
}

@media (min-width:960px) {
    body {
        font-size: 1.2rem;
    }
}

@media (min-width:1100px) {
    body {
        font-size: 1.5rem;
    }
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 5px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-family: 'Didact Gothic', sans-serif;
    color: #2d2d2d;
}

body {
    background: url("../Images/pHuFe1.jpg") no-repeat top center;
    background-size: cover;
    height: 100vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; /* <------ */
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.homes {
    opacity: 0;
}

.title {
    font-weight: bold;
}

.navbar-custom {
    color: #a9d0e1;
}

.text {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    border-radius: 4px;
    font-size: 15px;
    margin: 0;
    outline: 0;
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #e2e5ec;
    color: #2d2d2d;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}

    .text:focus {
        background-color: #a9d0e1;
    }

.table1x {
    margin-left: 350px;
    text-align: left;
}

.table2x {
    margin-left: 25px;
    margin-top: 20px;
}

.table1 {
    border-collapse: separate;
    border-spacing: 10px 0;
    font-size: 17px;
}

.table2 {
    border-collapse: separate;
    border-spacing: 5px 0;
    font-size: 17px;
}

.modal1 {
    max-width: 1200px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    position: center;
}

td {
    padding: 3px 0;
}

tr {
    padding: 0 4px;
}

.buttonsx {
    background: #a9d0e1;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2d2d2d;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
    height: 40px;
    width: 75px;
    font-weight: bold;
}

    .buttonsx:hover {
        background: #75b1cb;
        -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    }

.buttons12 {
    background: #dedede;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2d2d2d;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
    height: 25px;
    width: 60px;
    font-weight: bold;
}

    .buttons12:hover {
        background: #b5b5b5;
        -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    }

.finaltable {
    margin-left: 228px;
    margin-top: -18px;
    border-collapse: separate;
    border-spacing: 38px 0;
    padding: 3px 0;
}

.llogarit2 {
    margin-left: -178px;
    border-collapse: separate;
    border-spacing: 40px 0;
    padding: 3px 0;
}

.modal1x {
    max-width: 1200px;
    background-color: rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
}

.modal2x {
    max-width: 1200px;
    background-color: rgba(0,0,0,0.15);
    border-radius: 5px;
    padding: 15px 5px 15px 5px;
    position: center;
    margin-top: 15px;
}

.table2m {
    margin-left: 200px;
}

.button-gr {
    margin-left: 190px;
    padding-bottom: 10px;
}

.buttonsx2 {
    background: #a9d0e1;
    padding: 8px 8px 8px 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #2d2d2d;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17);
    border: 1px solid #257C9E;
    font-size: 15px;
    height: 40px;
    width: 75px;
    font-weight: bold;
    margin-left: 15px;
}

    .buttonsx2:hover {
        background: #75b1cb;
        -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
        box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28);
    }

.paragraf {
    font-weight: bold;
    position: center;
    margin-left: 450px;
    margin-top: -200px;
}

.row1 {
    font-weight: bold;
    position: center;
    margin-left: 660px;
    margin-bottom: 3px;
    margin-top: 0px;
    font-style: italic;
}

.verejtje {
    margin-left: 50px;
    font-weight: bold;
    font-style: italic;
}
