* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.navigation ul li a.active{
    color: #ff8000;

}

ul{
    display: inline-block;
}

nav{
    display: inline-block;
    padding: 20px 0 0px 230px;
}

.navigation li{
    display: inline-block;
    padding-right: 25px;
    padding-bottom: 15px;
    margin: 5px 0 10px 0;
}

.navigation h1 {
    display: inline-block;
    color: white;
    font-size: 45px;
    margin: 5px;
}

@keyframes Yes {
    0% {
        transform: translateX(120px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
    
}

.navigation img{
   width: 50px;
   height: auto;
}

.navigation a{
    font-size: 18px;
    text-decoration: none;
    color: white;
}

header{
    background-color: #4d3d00;
}

.words a:hover{
    color: #ff8000;
    transition-duration: 0.3s;
}

.words li:hover{
    color: #ff8000;
    transition-duration: 0.3s;
}

.words ul {
    display: none;
    background-color: white;
    position: absolute;
    top: 52px;
    right: 260px;
    margin-top: 15px;
    margin-left: -15px;
    width: 270px;
    height: auto;
    border: 2px black;
}

.words li:hover > .sub {

    display: inline-block;
    background-color: white;
    position: absolute;
    margin-top: 15px;
    margin-left: -15px;
    animation-name: Yes;
    animation-duration: 0.5s;
}

.words li:hover > .sub ul{
    display: block;
    position: absolute;


}

.words li:hover > ul li  {
    display: block;
    width: 260px;
    padding: 10px 0 10px 10px;
    margin: 0;
}

.words ul li a{
    color: black;
    border-bottom: 1px black;
    border-radius: 0;
    font-size: 16px;
}

.words ul li:hover{
    transition-duration: 0.3s;
    background: #f2f2f2;
    color: #ff8000;

}

.image img {
    width: 1300px;
    height: 700px;
    padding: 10px 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: black;
}

.image {
    background: black;
}

.name {
    background: white;
    border: black;
    border-radius: 40%;
    position: relative;
    top: 14px;
}


h2{
    width: 1000px;
    display: inline-block;
    padding: 40px 0 20px 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    border-bottom: 2px solid black;
}

.uvod div{
    text-align: center;
}

.main2 div{
    text-align: center;
}

.main1 div{
    text-align: center;
}

p {
    color: white;
    margin-top: 30px;
    display: inline-block;
    font-size: 24px;
    text-align: left;
    width: 700px;
    margin-left: 600px;
}

.main1 p { 
    color: white;
    margin-top: 30px;
    display: inline-block;
    font-size: 24px;
    text-align: left;
    width: 700px;
    margin-right: 600px;
    margin-left: 0;
}

.tri {
    margin-bottom: 30px;
}


.abzac1 img{
    display: inline-block;
    padding: 40px 0;
    width: 300px;
    height: 350px;
    position: absolute;
    top: 920px;
    left: 120px;
}

.abzac1{
    background: #4d3d00;
    padding-bottom: 170px;
    
}

.abzac2 img{
    display: inline-block;
    padding: 40px 0;
    width: 500px;
    height: auto;
    position: absolute;
    top: 1445px;
    right: 20px;
}

.abzac2{
    background: #4d3d00;
    padding-bottom: 70px;
    
}

.abzac3 img{
    display: inline-block;
    padding: 40px 0;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 1954px;
    left: 20px;
}

.abzac3{
    background: #4d3d00;
    padding-bottom: 50px;
    
}

.abzac4 img{
    display: inline-block;
    padding: 40px 0;
    width: 500px;
    height: auto;
    position: absolute;
    top: 2443px;
    right: 20px;
}

.abzac4{
    background: #4d3d00;
    margin-top: 70px;
    padding-bottom: 120px;
    margin-bottom: 40px;
    
}

main a{
    color: lightgray;
    text-decoration: underline;
    text-decoration-color: lightgray;
}

main a:hover{
    transition-duration: 0.5s;
    color: #ff8000;
    text-decoration: underline;
    text-decoration-color: #ff8000;
}


.gallery img{
    width: 350px;
    height: 300px;
    padding-left: 65px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.color {
    background: #4d3d00;
    margin-top: 70px;
}

.treasure div{
    text-align: center;
    background-color: #4d3d00;
    color: white;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}


.treasure div h2{
    width: 1000px;
    display: inline-block;
    padding: 13px 0;
    margin-bottom: 0px;
    text-align: center;
    font-size: 24px;
    border-bottom: transparent;
}

.treasure p{
    color: #262626;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    width: auto;
    margin-left: 80px;
    font-family: sans-serif;
    width: 500px;
}

.treasure ul{
    font-size: 16px;
    display:block;
    padding-left: 125px;
    list-style: circle;
    font-family: sans-serif;
    color: #262626;
    max-width: 400px
}

.treasure ul li{
    padding-top: 15px;
}



.TRimg1 img{
    width: 450px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 240px;
}

.TRimg2 img{
    width: 450px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 690px;
}

.TRimg3 img{
    width: 550px;
    height: 350px;
    position: absolute;
    right: 15px;
    top: 640px;
}

.TRimg4 img{
    width: 550px;
    height: auto;
    position: absolute;
    right: 15px;
    top: 640px;
}

.obichai{
    text-align: center;
}

.obichai p{
    color: black;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
    width: 1100px;
}


.obichai1 p { 
    color: white;
    margin-top: 30px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    width: 550px;
    margin-left: 40px;
}

.obichai1 p:nth-child(2){
    margin-top: 30px;
    margin-bottom: 30px;
}

.obichai1 img{
    position: absolute;
    top: 455px;
    right: 30px;
    width: 400px;
    height: auto;
}

.obichai1 {
    background: #4d3d00;
    margin-top: 120px;
}

.obichai2 p {
    color: black;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    width: 750px;
    margin-left: 590px;
}

.obichai2 img{
    position: absolute;
    top: 770px;
    left: 30px;
    width: 400px;
    height: auto;
}
.obichai2 {
    margin-top: 80px;
}


.obichai3 p { 
    color: white;
    margin-top: 80px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
    width: 550px;
    margin-left: 40px;
}

.obichai3 img{
    position: absolute;
    top: 1020px;
    right: 30px;
    width: 400px;
    height: auto;
}

.obichai3 {
    background: #4d3d00;
    margin-top: 120px;
    margin-bottom: 40px;
}

video{
    position: absolute;
    top: 550px;
    right: 250px;
	width: 500px;    
}