/* 
    Created on : Mar 21, 2024, 12:47:17 AM
    Author     : stipica
*/

#wrapper > section > header h1::before, #wrapper > section > header h2::before {
    display: none;    
}

#wrapper > section > header h1::after, #wrapper > section > header h2::after {
    display: none;
}

#wrapper > section  > header::before {
    display: none;
}

.pjesma {
    margin-bottom: 5vh;    
    
}

div.pjesme hr {
    width: 50%;    
}

hr.separator {
    background-color: #CEB25F;
    width: 100%;
}

html body div#wrapper section div.content div.izreke div.izreka {
    margin-top: 16px;
}

/* maknit one crte od kojih misliš da je puko ekran*/
#wrapper::before {
    background-image: none;
}

/* youtube embed */


.video-wrapper {
    position: relative; 
    padding-bottom: 56.25%; /* 16:9 */  
    padding-top: 0px;
    margin-bottom: 2em;
}
.video-wrapper iframe {
    position: absolute; 
    top: 0; left: 0; 
    width: 100%; 
    height: 100%;
}


.menu-box {



    display: block;
    position: fixed;
    z-index: 2001;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 6em;
    background-color: white;
    opacity: 1;
    padding: 0.4em;    

}

.menu-items ul  {
    display: flex;    
    flex-flow: wrap;       
    
}
.menu-items li {
    margin-right: 5px;
}
.menu-items a {
    color:red;
    font-size: 1.35em;
    
}

.izreke > hr {
    margin: 2em 0;
}


ul.icons li .icon:before {
    vertical-align: middle;

}

ul.icons li .icon {
    display: inline list-item;
    border-radius: 0;
}

span.icon-label {
    margin-left: 5px;
    vertical-align: middle;
}

/* forma */


input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			border-color: navajowhite;
		}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    box-shadow: inset 0 0 0 2px navajowhite;
    color: white !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
    background-color: navajowhite;
    box-shadow: inset 0 0 0 2px navajowhite;
    color: black !important;
}

#btn_send_message {
    background-color: #ceb25f;
    color: black;
}
#btn_send_message:hover,#btn_send_message:active {
    color: white;
}
