<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  height: 100%
}

h1, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.44;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

h5 {
  font-size:1.15rem;
}

h6 {
  font-size:.9rem;
}

.navbar {
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  height: 4em;
  box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.intro {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #111;
  min-height: 600px;
  padding: 0;
  background-image: url('/src/images/bw.jpg');
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-attachment: fixed;
}

.intro h1,.intro h2,.intro h3,.intro p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.intro p {
  font-size: 1.35rem;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  z-index: 2;
  opacity: 0.6;
}

.content{
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.italic {
  font-style: italic;
}

#logo{
  margin-left: 5em;
}

#nav {
  position: absolute;
  right: 0.5em;
  top: 0;
  height: 4em;
  font-size: 15pt;
}

#nav ul {
  margin: 0;
}

#nav ul li {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.9em;
}

#nav ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 3.5em;
  line-height: 3.5em;
  padding: 0 0.5em 0 0.5em; 
  outline: 0;
}

#about, #whatido, #contact,  #skills, #mywork, #gallery{
  padding: 150px 0;
}

#whatido .icon {
  font-size: 50px;
  color: #262626;
  margin-bottom: 10px;
}

.heading{
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.44;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 2.5rem;
}
.heading:after {
  content: " ";
  display: block;
  width: 100px;
  height: 1px;
  margin: 20px 0 20px;
  background: #555;
}

#whatido .box {
  margin-top: 20px;
}
#gallery .box{
  margin-bottom: 30px;
}
p.social {
  text-align: center;
  margin-top: 20px;
}
p.social a{
  margin: 0 10px 0 0;
    display: inline-block;
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 19px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: bottom;
}
.social a{
  background-color: #333;
}
footer{
  padding: 20px 0;  
}
.copyright{
  margin-top: 40px;
  margin-bottom: 40px;
  color: #eee;
  font-style: italic;
}

.progress-main {
  background: #eee;
  width: 100%;
  height: 4px;
  margin: 0 auto 30px;
}
.progress-bar {
  background: #111;
  height: 100%;
  width: 0;
}

.form input, .form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid grey;
  background: #f7f7f7;
  margin-bottom: 30px;
}

#form_message {
  resize: none;
}
@media screen and (max-device-width: 800px){
    #nav {
      display: none;
    }
    #logo {
      margin: auto;
    }
}</pre></body></html>