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%;
	vertical-align: baseline;
	position: relative;
}


body {
	border: 0;
	padding: 0;
    background: rgb(159,173,185);
    background: linear-gradient(180deg, rgba(228,234,239,1) 0%, rgba(159,173,185,1) 100%);
}

body, html {
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
    font-size: 0.9em;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.clear { clear: both; }

p { 
    margin: 1em;
    line-height: 1.7em;}

.logo {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 2em auto;
}

h1 {
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #0d375a;
    width: 60%;
    margin: 0 auto;
    border-top: 8px solid #0d375a;
}

h2 {
    font-size: 1.5em;
    font-weight: 700;
    width: 60%;
    margin: 0 auto;
    border-top: 8px solid #0d375a;
}

h3 {
    font-size: 0.9em;
    font-weight: 500;
    width: 75%;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    border-top: 2px solid #0d375a;
}

.section-dark {
    background: rgb(13,55,90);
    background: linear-gradient(120deg, rgba(13,55,90,1) 0%, rgba(2,22,39,1) 100%);
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0 0 1em 0;
}

.nav {
    margin: 0 auto 2em auto;
}

.nav a {
    color: #7d9fbb;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 0.8em;
    margin: 0 1em;
}

.section-dark h2 {
    color: #fff;
    border-top: 8px solid #fff;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 1em auto;
}

.section-light, #footer {
    background: url("images/section-light.jpg") top center no-repeat fixed #fff;
    color: #222;
    display: inline-block;
    text-align: center;
    padding: 2em 0 2em 0;
    width: 100%;
}

.section-light {
    font-size: 1.1em;
    font-weight: 500;
}

.section-light h2 {
    color: #0d375a;
    border-top: 8px solid #0d375a;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin: 1em auto;
}

.siteWrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.headline {
    text-align: center;
}

.skills {
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 35%;
    margin: 2em;
    font-size: 0.9em;
}

.skills hr {
    border: 0;
    width: 100%;
    height: 2px;
    color: #7d9fbb;
    background: #7d9fbb;
}

.skills h3 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 0.8em;
}

.skills strong {
    font-weight: 700;
    font-size: 0.9em;
    color: #4c5e6d;
    text-transform: uppercase;
}

.skill-icon {
    text-align: center;
}
.back-up .st2, .back-up .st3 {
	display: block;
	margin:0 auto;
    stroke: #fff;
	width: 80px;
    fill: none;
	height: 80px;
}


.back-up:hover .st2, .back-up:hover .st3 {
	stroke: #7d9fbb;
}

.back-up .st4, .back-up .st5 {
	display: block;
	margin:0 auto;
    stroke: #0d375a;
	width: 80px;
    fill: none;
	height: 80px;
}


.back-up:hover .st2, .back-up:hover .st3 {
	stroke: #7d9fbb;
}

.col {
    display: inline-block;
    margin: 1em;
}

.connect, .resume {
    width: 45%;
}

.connect img, .resume img {
    display: block;
    margin: 0.5em auto;
}

#footer p {
    text-align: center;
    margin: 1.5em auto;
    font-size: 0.8em;
    color: #444;
    
}

@media (min-width: 53em){
  .skills h3 {
    font-size: 1.2em;
}
    .nav a {
    font-size: 1.2em;
    margin: 0 1em;
}
    .skills {
    width: 35%;
    font-size: 1.2em;
}
}

@media (min-width: 70em){
    .widthContainer {
        width: 60em;
        margin: 0 auto;
    }
}