@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
header.masthead {
    text-align: center;
    background-image: url(/images/header.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center bottom;
    background-size: cover;
}

header.masthead {
    background-image: url(/images/header.png);
}

header h1 {
    color: #e888ff;
}

.header1 {
    padding-top: 150px;
    padding-bottom: 150px;
    color: #fde5f7;
}

.header2 {
    padding-top: 250px;
    padding-bottom: 200px;
    color: #fde5f7;
}

.navbar {
    background-color: rgb(16, 2, 63) !important;
    position: fixed;
}

.navbar img {
    height: 50px;
    width: 50px;
}

.pics {
    transition: transform 1s;
    transform: scale(0.9, 0.9);
}

.pics:hover {
    -ms-transform: scale(1.3, 1.3);
    /* IE 9 */
    -webkit-transform: scale(1.3, 1.3);
    /* Safari */
    transform: scale(1.3, 1.3);
    transition: transform 0.2s;
    transform: translateY(-20px);
}

.shadow3 {
    -webkit-box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75), 10px 10px 25px -14px rgba(109, 17, 100, 0.7);
    transition: box-shadow 1s;
}

.shadow3:hover {
    -webkit-box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 87px -14px rgba(0, 0, 0, 0.75), 0px 64px 124px -17px rgb(64, 17, 109);
    transition: box-shadow 1s;
}

.ime {
    color: rgb(133, 10, 112);
    font-size: 1.2rem;
    background-color: rgb(242, 239, 255);
    padding: 10px;
}

#gallery img {
    border-radius: 3px 3px 0px 0px;
    filter: grayscale(20%);
    width: 100%;
}

img:hover {
    border-radius: 5px 5px 0px 0px;
    filter: none;
    transition: filter 0.2s;
}

body {
    background-color: #f9faff;
    background-color: rgb(24, 2, 99);
}

.progress {
    background-color: #e5e9eb;
    height: 0.45em;
    position: relative;
    background-image: linear-gradient(to right, rgb(0, 58, 145), rgb(56, 1, 143), rgb(133, 8, 120), #6D1164);
    border-radius: 0;
}

.btn-primary {
    padding: 15px 30px 15px 30px;
    color: #e888ff;
    background-color: #190267;
    border-color: #e888ff;
    border-radius: 50px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: rgb(236, 236, 255) !important;
    border-color: #5a00f1 !important;
    color: #5a00f1;
}

.btn-primary:active,
.btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(173, 15, 152, 0.5) !important;
    box-shadow: 0 0 0 0.2rem rgba(173, 15, 152, 0.5) !important;
}

.boja {
    background-color: rgb(16, 2, 63) !important;
    transition: transform 2s;
}

.color-lj {
    background-color: #5a00f1;
    background-color: transparent;
}

footer {
    color: white;
    background-color: rgb(16, 2, 63);
}

.adamap {
    padding-top: 15px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #023e8a;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    min-height: 50px;
    border: 2px #ccc solid;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

.radno-vrijeme {
    padding-top: 2%;
    font-size: medium;
}

.card {
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 50px;
    color: white;
    background-color: #023e8a;
    border-radius: 100%;
    border-radius: 110px 0px 110px 0px;
    -moz-border-radius: 110px 0px 110px 0px;
    -webkit-border-radius: 110px 0px 110px 0px;
    font-weight: bold;
}

.gallery img {
    transition: 1s;
}

.gallery img:hover {
    filter: grayscale(100%);
    transform: scale(1.1);
}

.r-vrijeme {
    font-weight: lighter;
}

img {
    width: 500px;
    height: 400px;
    float: left;
    /*margin-right: 20px;*/
}

.p_text {
    text-align: justify;
    margin: 2px;
    color: white;
}

.profile-page {
    text-align: justify;
    background-color: white;
    margin-top: 50px;
}

.info_table {
    width: 100%;
    font-size: large;
}

.info_table i {
    font-size: larger;
    vertical-align: middle;
}

.info_table td:nth-child(even) {
    padding-left: 15%;
    text-align: left;
    white-space: nowrap;
}

.info_table td:nth-child(odd) {
    padding-left: 10%;
    text-align: center;
}

.info_table td {
    padding-top: 10px;
}

.info_table a {
    color: black;
}