﻿body {
    font-family:'Century Gothic';
    background-color: black;
}

img {
    vertical-align:central;
    max-width:100%;
    height:50%;
}

.naslov {
    font-family: 'Amatic SC', cursive;
    color: lightsteelblue;
    font-size: 100px;
    padding-top:50px;
    padding-bottom:0px;
}

.social {
    padding: 0px 20px;
    font-size: 25px;
    color: lightsteelblue;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    display: inline;
}

    .social a {
        padding:0px 15px;
        color: lightsteelblue;
        text-decoration: none;
    }

.social a.active {
    color:white;
}

#overlay1 {
    position: fixed; 
    display: none; 
    width: 100%;
    height: 100%; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 20;
    cursor: pointer;
    vertical-align:central;
    text-align:center;
    color:antiquewhite;
}

#closeBtn {
    position:fixed;
    top:5px;
    right:5px;
}

#zene {
    position: fixed;
    margin-top: 10%;
    margin-left: 25%;
    width: 50%;
    height: 65%;
    background-color: black;
    overflow-y: scroll;
}

.tab {
    margin-left: 25%;
    overflow: hidden;
    text-align: center;
    align-content: center;
}

    .tab button {
        background-color: inherit;
        color: antiquewhite;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: cornflowerblue;
            color:black;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: steelblue;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 20px;
    border-top: none;
    color:antiquewhite;
}

.bgimg {
    background-color:black;
    height: 50%;
    width:50%;
    position: relative;
    color: navajowhite;
    font-size: 25px;
}

.topleft {
    position: absolute;
    top: 0;
    left: 16px;
}

.topright {
    position: absolute;
    top: 0;
    right: 16px;
    color:#404040;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    width:80%;
}

.the_bod {
    background-image: url("gif.gif");
    background-size:cover;
    background-attachment:fixed;
    margin-top:20px;
    margin-left: 25px;
    margin-right: 20px;
    padding-top: 40px;
}

    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .icon-bar a {
            display: block;
            text-align: center;
            padding: 5px;
            transition: all 0.3s ease;
            color: #404040;
        }

.icon-bar a:hover {
        color: white;
}
.icon-bar a:active {
    color:white;
}

.dotnav {
    position: fixed;
    top:40%;
    right:0px;
}

    .dotnav a {
        display: block;
        text-align: center;
        padding: 5px;
        transition: all 0.3s ease;
        color: #404040;
    }

        .dotnav a:hover {
            color: white;
        }

    .topnav {
        position:fixed;
        width:100%;
        top:0;
        padding:0px;
        background-color: #000;
        overflow: hidden;
        margin: 0;
        z-index:10;
    }


    .topnav a {
        float: right;
        display: block;
        color: #fff;
        text-align: center;
        padding: 8px 25px;
        text-decoration: none;
        font-size: 17px;
    }
    .topnav a:hover {
            background-color: cornflowerblue;
            color: black;
        }

    .active {
        color: white;
    }

    .topnav .icon {
        display: none;
    }

.sticky {
        position: fixed;
        top: 0;
        width: 100%
    }

.content {
    padding:16px;
}

    #home, #intro, #list {
        vertical-align:central;
        text-align:center;
    }

    #contact {
        vertical-align:central;
        text-align:center;
        padding-bottom:150px;
    }

#overlay {
    background-image:url("overlay.png");
}

.text {
    vertical-align: top;
    text-align: justify;
    width:50%;
    padding:350px;
    padding-top: 0;
    padding-bottom:150px;
    color: white;
}

.text p{
	color: white;
}

    .spisak {
        color:white;
        list-style-type:none;
        column-count:2;
    }

.spisak ul{
    column-span:all;
}

.spisak b {
    font-size: 30px;
}

.spisak a {
    color:lightsteelblue;
    text-decoration:none;
}

    .spisak a.active {
        color: white;
    }

