@charset "utf-8"; a { text-decoration: none; color: inherit; } ul { list-style: none; } body { font-family: Futura, sans-serif } header { padding: 2% 5%; } header a { display: inline; font-size: 22px; color: rgb(13, 22, 87); padding-right: 10px; } header nav { float: right; } header ul li { display: inline-block; margin-left: 40px; font-size: 22px; } header ul li:hover { color: rgb(255, 191, 0); } .section1 { margin: 50px 0; background-color: beige; } .section1 .picture1 { height: 700px; /* background-color: rgb(254, 244, 225); */ background-image: url(../images/5.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center top ; } .section1 p { float: right; } .section2 { margin-top: 50px; height: 500px; /* background-color: antiquewhite; */ } .section2 .about { max-width: 1300px; margin: 30px auto 0 ; } .section2 .about img { float: left; vertical-align: middle; width: 38.4%; /* border: 0.1px solid black; */ } .section2 .about .text { /* background-color: aquamarine; */ width: 55%; float: right; margin-right: 2.5%; } .section2 .about .text h2 { text-align: center; font-size: 45px; color: rgb(152, 189, 110); margin-bottom: 40px; /* background-color: brown; */ } .section2 .about .text p { font-size: 19px; /* background-color: rgb(199, 255, 255); */