/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
      background:#fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: light;
    font-size:15px;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/**
.border {
  border:10px solid #fed75e;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}
**/




.container.about, .container.contact, .container.clients {width:800px;
margin:30px auto 0 auto;
}

p {margin-bottom:1.3em;}

.container.home {width:800px;position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content {
    width:800px;position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align:center;
}

.content ul {
    list-style:none;
    padding:0;
}


.content ul li {
    margin:0;
    padding:0;
}

.headimg {width:100%;margin-bottom:80px;}

.container.about .headimg, .container.clients .headimg, .container.contact .headimg {
    width:40%;
    margin:0 auto 50px auto;
}


        a {color:#000;}

.footer {
    width:800px;position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align:center;
}

.footer p {
    font-size:11px;
}

ul.homenav {
	list-style: none;
	padding:0;
	width:600px;
	margin:0 auto;
}

ul.footernav {
	list-style: none;
	padding:0;
	width:500px;
	margin:0 auto;
}

.homenav li {
	display:block;
	float:left;
	text-align:center;
	width:33%;
}

.footernav li {
    	display:block;
	float:left;
	text-align:center;
	width:33%;
}

ul.clients li {
    line-height:2.2;
}

.c-left {
width:50%;
float:left;
}
.c-right {
width:50%;
float:right;
}

@media only screen and (max-width: 800px) {
    .container.home {width:100%;}
    .container {width:100%;}
    ul.homenav {width:90%;}
    ul.footernav {width:90%;}
    .headimg {width:80%;margin:0 auto 60px auto;}
    .footer {width:100%;bottom:20px;}
    .container.about, .container.contact, .container.clients {width:100%;margin:40px auto 0 auto;}
.container.about .headimg, .container.clients .headimg, .container.contact .headimg {width:60%;margin:0 auto 30px auto;}
.content {width:90%;}
}
