* { box-sizing: border-box; } html { font-family: 'Open Sans', arial; } body { background-color: #111725; } a { color: white; font-size: 20px; /*text-shadow: 1px 1px 1px #aaa;*/ } p { color: white; font-size: 20px; padding: 10px; } .gallerystrip img { height: auto; margin: 0px; border: 6px solid #484c55; } div.gallerystrip { width: 100%; margin: auto; margin-top: 15px; box-shadow: 7px 7px 8px #000000; } div.profile { background-color: #041617; height: auto; margin-top: 10px; border: 8px solid #1a2324; border-radius: 6px; box-shadow: 7px 7px 8px #000000; } div.profile img { border-radius: 50%; display: block; margin-top: 10px; margin-left: auto; margin-right: auto; margin-bottom: 10px; border: 8px solid #404c4d; box-shadow: 2px 6px 2px #888888; } h1.title { color: white; font-size: 14vw; font-family: 'Megrim', arial; text-shadow: 2px 2px 2px #aaa; background-color: #070c1a; padding: 0px; width: 45vw; height: 18vw; text-align: center; margin: auto; box-shadow: 4px 4px 8px #000000; } ul.navbar { list-style-type: none; border-radius: 5px 15px; box-shadow: 5px 5px grey; margin: 10px; padding: 0; overflow: hidden; background-color: #1e2028; } ul.navbar li { float: left; position: -webkit-sticky; position: sticky; top: 0; } ul.navbar li a { display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; -webkit-transition: background-color 0.4s; transition: background-color 0.4s; } ul.navbar a:hover { background-color: #00030a; } ul.navbar li.right {float: right;} @media only screen and (max-width: 550px) { ul.navbar li.right, ul.navbar li {float: none;} } [class*="col-"] { float: left; width: 100%; } @media only screen and (min-width: 768px) { /* For desktop: */ .col-1 {width: 8.33%;} .col-2 {width: 16.66%;} .col-3 {width: 25%;} .col-4 {width: 33.33%;} .col-5 {width: 41.66%;} .col-6 {width: 50%;} .col-7 {width: 58.33%;} .col-8 {width: 66.66%;} .col-9 {width: 75%;} .col-10 {width: 83.33%;} .col-11 {width: 91.66%;} .col-12 {width: 100%;} } .row::after { content: ""; clear: both; display: table; }