* {
    margin: 0;
    padding: 0;
/*    font-size: 10px;*/
    text-decoration: none;
    box-sizing: border-box;
}

body {
    width: 100%;
    height: 100%;
    position: absolute;
}

@font-face {
    font-family: 'TitiliumRegular';
    src: url('fonts/Titillium-LightUpright.otf');
}

@font-face {
    font-family: 'Titilium-Semibold';
    src: url('fonts/Titillium-Semibold.otf');
}

.main-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.left-container {
    width: 20%;
    height: 100%;
    left: 0;
    min-width: 20%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.left-container::before {
    content: "";
    position: fixed;
    background: url('imgs/background-left.png');
    width: 20%;
    height: 100%;
}

.cont {
    margin: 10% 10% 0% 10%;
    position: relative;
    width: 80%;
    height: auto;
}

.left-container hr {
    width: 20%;
    border: none;
    border-bottom: 4px solid white;
}

.left-container h1 {
    font-size: 2.6vw;
    text-transform: uppercase;
    padding-top: 5%;
    line-height: 150%;
    font-family: 'TitiliumRegular';
    color: white;
}

.left-container img {
    position: fixed;
    bottom: 0;
    width: 20%;
}

.left-container .logoFE {
}

.left-container .logoFE img {
    position: relative;
    width: 100%;
    height: auto;
}

.right-container {
    height: 100%;
    width: 80%;
    right: 0;
    top: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.right-container .smeri {
    width: 98%;
    height: 98%;
    margin: 0 auto;
    display: grid;
	align-items: center;
    /*grid-gap: 3% 0%;
    grid-template-columns: repeat(2, 1fr);*/
    max-width: 1200px;
}

.right-container .predmetnikIframe {
    width: 98%;
    height: 98%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

#predmetnik_elun_id {
    display: none;
}
#predmetnik_elvs_id {
    display: none;
}
#predmetnik_mmun_id {
    display: none;
}

.cont_2 {
    margin: 0 auto;
    display: block;
    grid-template-columns: repeat(1, 1fr);
    max-width: 1200px;
    position: relative;
    bottom: 0;
    padding-bottom: 10%;
}

.cont_2 img {
    position: relative;
}

.virtualni_sprehod_2 h2, .predmetnik h2 {
    color: white !important;
}

/*.predmetnik .ozadje {
    background-color: #cd3438;
    width: 95%;
    height: 110%;
    position: absolute;
    margin: 0 2.5% 0 2.5%;
    bottom: -5%;
    border-radius: 10px;
    z-index: -1;
}*/

.INSTA {
    background-color: #ef8f1f;
}
.YT {
    background-color: #cb0000;
}
.FB {
    background-color: #0077ad;
}
.LI {
    background-color: #106fce;
}
.onas {
    background-image: linear-gradient(to bottom right, #93bd32 , #008a3b);
}

.FB, .YT, .INSTA, .LI, .onas {
    cursor: pointer;
    border: none;
    margin: 0;
    text-align: center;
    border-radius: 8px;
    padding: 1% 0; 
    width: 100%;
}

.smeri > div {
    margin-top: 2%;
    position: relative;
    text-align: center;
}

.cont_2 > div {
    margin: 10% 6% 0px 6%;
    position: relative;
    text-align: center;
}

.smer {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.smer img, .virtualni_sprehod_2 img {
    width: 50%;
}

.smer h2, .virtualni_sprehod_2 h2, .predmetnik h2 {
    font-size: 3vw;
    font-family: 'Titilium-Semibold';
    color: black;
    padding-top: 2%;
}

#closeButton {
    background-color: #ed1c24;
    cursor: pointer;
    border: none;
    margin: 10px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    height: 30px;
    width: 60px;
    font-size: 12pt;
    font-family: 'Titilium-Semibold';
    color: white;
    padding-top: 3px;
}

@media (min-width: 768px) {
    .smer img, .virtualni_sprehod_2 img {
        width: 70%;
    }

    .smer h2, .virtualni_sprehod_2 h2, .predmetnik h2 {
        font-size: 2.3vw;
        font-family: 'Titilium-Semibold';
        color: black;
    }

	.right-container .smeri {
		width: 98%;
		height: 98%;
		margin: 0 auto;
		display: grid;
		align-items: center;
		/*grid-gap: 3% 0%;
		grid-template-columns: repeat(3, 1fr);*/
    }	

    .FB, .YT, .INSTA, .LI, .onas {
        width: 94%;
        margin: 0 3% 0 3%;
        bottom: -5%;
        border-radius: 8px;
	    padding: 1% 0;
    }

    #closeButton {
        height: 40px;
        width: 70px;
        font-size: 15pt;
    }
}

@media (min-width: 992px) {
    .smer img, .virtualni_sprehod_2 img {
        width: 60%;
    }

    .smer h2, .virtualni_sprehod_2 h2, .predmetnik h2 {
        font-size: 2vw;    
        font-family: 'Titilium-Semibold';
        color: black;
    }

    .right-container .smeri {
        width: 98%;
        height: 98%;
        margin: 0 auto;
        display: grid;
        align-items: center;
        /*grid-gap: 3% 0%;
        grid-template-columns: repeat(3, 1fr);*/
    }   

    .FB, .YT, .INSTA, .LI, .onas {
        width: 95%;
        margin: 0 2.5% 0 2.5%;
        bottom: -8%;
        border-radius: 8px;
        padding: 2% 0;
    }

    .cont_2 > div {
        margin: 7% 3% 0px 3%;
    }

    #closeButton {
        height: 40px;
        width: 70px;
        font-size: 15pt;
    }
}

@media (min-width: 1200px) {
    .smer img, .virtualni_sprehod_2 img {
        width: 50%;
    }

    .smer h2, .virtualni_sprehod_2 h2, .predmetnik h2 {
        font-size: 1.6vw;
        font-family: 'Titilium-Semibold';
        color: black;
    }

    .right-container .smeri {
        width: 98%;
        height: 98%;
        margin: 0 auto;
        display: grid;
        align-items: center;
        /*grid-gap: 3% 0%;
        grid-template-columns: repeat(3, 1fr);*/
    }   

    .FB, .YT, .INSTA, .LI, .onas {
        width: 80%;
        margin: 0 10% 0 10%;
        bottom: -7%;
	border-radius: 8px;
        padding-bottom: 3%; 
    }

    .cont_2 > div {
        margin: 5% 3% 0px 3%;
    }

    #closeButton {
        height: 45px;
        width: 80px;
        font-size: 17pt;
    }
}

ul.krogec {
	position: relative;
	top: -3%;
	left: 33.5%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 33%;
	width: 33%;
}
li.krogec-li {
    position: absolute;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    transition: all 1s linear;
}
li.krogec-li img {
    width: 100%;
}


