/*BROWN - #613b0c;*/ /*GOLD - #d5ad4d;*/ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: font2; color: #613b0c; } @font-face { font-family: font1; src: url(fonts/Satisfy-Regular.ttf); } @font-face { font-family: font2; src: url(fonts/Roboto-Regular.ttf); } a { text-decoration: none; } #cover { background: url(images/bg.jpg) top left no-repeat ; background-size: cover; min-height: 650px; background-attachment: fixed; } header { height: 100px; background: linear-gradient(to bottom, black, rgba(0,0,0,0)); text-align: center; display: flex; align-items: center; justify-content: space-around ; } header h1 a { font-family: font1; font-size: 42px; font-weight: normal; color: white; margin-top: 20px; float: none; } header nav { font-family: font1; display: flex; justify-content: space-between; gap: 25px; } header nav a { color: white; font-weight: normal; font-size: 24px; padding: 10px 0; display: block; } #info { padding-top: 250px; } #info p { color: white; font-size: 34px; font-weight: normal; text-align: center; text-transform: uppercase; line-height: 50px; border-top: 1px solid white; border-bottom: 1px solid white; padding: 50px 0 40px 0; background-color: rgba(0,0,0,0.3); font-family: font1; font-size: 70px; font-weight: normal; text-transform: none; } #info p span { font-size: 30px; color: #d5ad4d; } #jedan, #dva, #tri { text-align: center; padding-top: 100px; } #jedan h2, #dva h2, #tri h2, #cetiri h2 { font-family: font1; font-size: 40px; color: #613b0c; padding-bottom: 20px; margin-left: 10%; margin-right: 10%; text-align: center; } #jedan span.gold { color: #d5ad4d; } #jedan p, #tri p { margin: 0 20%; font-family: font2; padding-bottom: 50px; line-height: 24px; } #jedan img { padding-bottom: 100px; } #dva { background-color: #d5ad4d; padding-bottom: 100px; } .articles { display: flex; flex-wrap: wrap; justify-content: center; gap: 5%; } #dva article { flex: 0 0 30%; color: white; font-family: font1; font-size: 32px; margin-bottom: 50px; } #dva img { border-radius: 50%; } #dva h2, #cetiri h2 { color: white; font-weight: normal; padding-bottom: 50px; } #dva, #tri, #cetiri { overflow: auto; } #tri{ display: flex; } #tri article { padding-bottom: 100px; } #tri p { margin: 0 10%; } #tri button { background-color: white; border: 1px solid #d5ad4d; color: #d5ad4d; padding: 10px; border-radius: 10px; } #tri button:hover { background-color: #d5ad4d; color: white; cursor: pointer; transition: 0.5s; } #cetiri { background-color: #d5ad4d; padding-top: 100px; } .forma { width: 80%; margin: 0 auto; text-align: center; } .forma form { text-align: left; } .forma label, .forma input { display: block; width: 100%; padding: 10px; border-radius: 7px; border: none; margin-bottom: 10px; } #city { width: 100%; padding: 10px; border-radius: 7px; border: none; margin-bottom: 10px; } .forma button { display: block; margin: 0 auto; background-color: #613b0c; color: white; padding: 20px 10px; border: none; border-radius: 7px; cursor: pointer; margin-top: 40px; margin-bottom: 60px; } .forma button:hover { background-color: #583000; color: white; } .forma label { font-size: 34px; color: white; font-family: font1; text-align: center; padding-bottom: 10px; } .forma input[type="text"]:focus, .forma input[type="date"]:focus, .forma input[type="time"]:focus, .forma select:focus { background-color: #613b0c; color: white; } footer { background-color: #613b0c; color: white; text-align: center; font-family: font1; height: 80px; padding-top: 30px; } @media screen and (min-width:200px) { #tri{ flex-direction: column; } header nav { gap: 17px; } } @media screen and (max-width:450px) { header { padding-top: 20px; flex-direction: column; } } @media screen and (max-width:768px) { #dva article { flex: 0 0 45%; } }