/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* END RESET */
body {
  background: #3c4f53;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6vw;
  margin: auto;
  max-width: 1440px;
  padding: 0;
  text-align: center;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a{
color: white;
text-decoration: none;
}
a:Hover{
text-decoration: underline;
}
em {
  font-weight: 600;
}
#header{
	color: white;
	font-size: clamp(1.5rem, 2.5vw, 4rem); 
	font-weight: 600;
}

#main {
  font-size: clamp(1rem, 1.5vw, 2rem); 
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-weight: 500;
}

#logo {
  width: clamp(30vw, 300px, 60vw);
}

.linksection {
  width: 90%;
  margin: 15px auto;
}
.linksection p{
	margin-top: 10px;
}
.label{
color: #BBBBBB;
font-weight: 400;
}
#frontdoor{
width: clamp(30vw,400px,50vw);
}

/* WIDER SCREEN (browser) */
@media screen and (min-width: 768px) {
  
}

/* end media 768 */
/*# sourceMappingURL=styles.css.map */
