// Gehele website html { scroll-behavior: smooth; } * { box-sizing: border-box; } body { margin: 0; } h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,p,button { color: white; font-family: 'Urbanist', sans-serif; letter-spacing: 0px; } h2 { text-align: center; } // Menu .staticmenu { display: block; } .topheader { display: block; border: 0px solid blue; height: 30%; width: 100%; float: right; background-color: hsl(27, 72%, 45%); transition: 0.3s; } .footheader { display: block; border: 0px solid blue; height: 100px; width: 100%; float: right; transition: 0.3s; } .logoheader { display: inline-block; position: absolute; top: 0; width: 20%; height: 70%; border: 0px solid purple; padding: 20px 20px; background-color: white; background-image: url("https://wijthorbecke.nu/wtimgs/logo.png"); background-size: 90%; background-position: center; background-repeat: no-repeat; transition: 0.3s; border-radius: 6px; } .logoheader:hover { cursor: pointer; } .thbutton { border: 0px solid lime; height: 100%; width: 14%; float: right; font-size: 16px; color: white; transition: 0.3s; } .flowingbar { width: 80%; height: 100%; border: 0px solid lime; margin-left: auto; margin-right: auto; padding: 14px 16px; float: right; } .fhbutton { font-family: 'Urbanist', sans-serif; border: 0px solid red; height: 100%; padding: 0px 15px; font-weight: 300px; background-color: transparent; color: white; transition: 0.3s; letter-spacing: 1px; } .fhbutton { font-family: 'Urbanist', sans-serif; border: 0px solid red; height: 100%; padding: 0px 15px; font-weight: 300px; background-color: transparent; color: white; transition: 0.3s; letter-spacing: 1px; } .fhbutton:hover, .thbutton:hover { opacity: 0.7; } .Contactmenu { display: inline-block; border: 0px solid lime; width: auto; padding-top: 0; } .Contactmenu:hover .subbuts { display: block; } .subbuts { border: 0px solid blue; display: none; position:absolute; border: 0px solid red; padding-top: 0px; height: auto; width: 140px; padding-bottom: 10px; } .fhsubbutton { } .content { display: block; border: 0px solid red; width: 100%; height: 120%; } .trifoot { } .tricutimg { display: none; width: 100%; height: 100%; } .homepg { display: block; //background-image: url("https://investinholland.com/wp-content/uploads/2020/02/The-Hague-the-City-day.jpg"); //background-size: 100%; //background-color: hsl(27, 72%, 45%); //background-repeat: no-repeat; background: url("https://wijthorbecke.nu/wtimgs/driehoek.png") left bottom no-repeat, linear-gradient(hsl(27, 76%, 48%, 0.8), hsl(27, 76%, 48%, 0.8)) left top no-repeat, url("https://investinholland.com/wp-content/uploads/2020/02/The-Hague-the-City-day.jpg") left top no-repeat; background-size: 100% 10%, 100%, 100%; width: 100%; height: 120%; } .contentbox { display: block; border: 0px solid lime; padding: 2px; } button:hover { cursor: pointer; } .exitbut { display: block; position: absolute; background-color: transparent; border: 0px; right: 0; margin: 30px 55px; } .fa-close { color: white; font-size: 55px; } } .homebut:hover { background-color: hsl(27, 96%, 57%); } ul li { font-size: 20px; color: hsl(0, 0%, 14%); border: 0px solid lime; padding: 0; list-style-type: disc; text-align: left; font-family: calibri; } ul.bl { list-style-type: disc; margin-top: 0; display: inline-block; border: 0px solid blue; float: left; list-style-position: outside; } ol li { font-size: 20px; color: hsl(0, 0%, 14%); border: 0px solid lime; padding: 0; list-style-type: disc; text-align: left; font-family: calibri; } ul { display: block; list-style-type: none; padding-left: 0; text-align: center; width: 100%; border: 0px solid lime; margin-top: 55px; } ol { display: block; padding-left: 0; text-align: center; width: 100%; border: 0px solid lime; margin-top: 55px; } li { border: 0px solid yellow; padding: 16px; font-size: 55px; } .snavbut{ border: 0px; background-color: transparent; font-size: 35px; color: white; } .locationnote { color: black; display: none; } .subkop1 { border: 0px solid lime; display: inline-block; width: 100%: } .col1 { float: left; display: block; } .headertitle { color: hsl(27, 96%, 57%); font-weight: 600; font-size: 20px; font-family: calibri; } .Htext { color: hsl(0, 0%, 14%); font-size: 20px; font-family: calibri; } .footer { display: inline-block; width: 100%; background-color: hsl(27, 96%, 48%); padding: 40px 55px; } .footbutton { display: block; //margin-left: auto; //margin-right: auto; border: 1px solid white; background-color: white; font-weight: 500; } .scrollbutton { float: right; border-radius: 3px; font-size: 24px; padding: 14px 18px; transition: 0.1s; color: black; } .scrollbutton:hover { color: hsl(27, 96%, 57%); transition: 0.3s; } .socialbutton { margin: 4px; border-radius: 28px; float: left; font-size: 18px; color: hsl(27, 96%, 57%); }