/*------------Defaul values -----------*/ /* Fonts: Barlow Colors: #E29D69, #000, #fff; */ * { box-sizing: border-box; } body { background-color: #000; margin: auto; width: 960px; } h1 { color: #e29d69; font-family: "Barlow"; font-size: 30px; margin-bottom: 50px; margin-top: 40px; text-align: center; text-transform: uppercase; } a { color: #fff; text-transform: uppercase; } nav { text-transform: uppercase; background-color: #000; text-align: center; } nav a { color: #fff; font-size: 12px; margin-right: 40px; text-decoration: none; } nav a:hover { color: #e29d69; } .active { text-decoration: underline; color: #e29d69; text-underline-offset: 30px; text-decoration-thickness: 4px; } .header-image { background-image: url(Images/Banner.jpg); width: 960px; height: 420px; margin-bottom: 80px; } .header-image p { color: #fff; padding-left: 65px; padding-top: 120px; font-size: 35px; font-family: "Barlow"; } h2 { color: #e29d69; font-size: 25px; margin-bottom: 60px; margin-top: 80px; font-family: "Barlow"; text-align: center; text-transform: uppercase; } section { width: 960px; margin-top: 60px; } article { height: 400px; width: 300px; font-size: 12px; border: 5px solid gray; float: left; text-align: center; color: #fff; margin-bottom: 100px; } article:nth-child(2) { margin: 0px 30px; text-align: center; } article h3 { padding: 20px 35px; } article p { padding: 0 35px; padding-bottom: 20px; } h3 { text-transform: uppercase; } .tips { color: #e29d69; margin-top: 60px; } .single { float: left; text-align: center; max-width: 73px; } .single:not(:last-child) { margin-right: 145px; } .single img { margin-bottom: 30px; } footer { background-color: #e29d69; display: inline-block; width: 960px; margin-top: 100px; text-transform: uppercase; text-align: center; } footer p { padding: 35px 0; } footer a { text-decoration: none; }