/* -- CSS Reset -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600");
@import url("https://fonts.googleapis.com/css?family=Lora:400,600");

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" on;
  -moz-font-feature-settings: "liga" on;
  margin: 0;
}

img.alignright {
  float: right;
}

img.alignleft {
  float: left;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

body {
  background-color: #FFFFFF;
  border-style: none;
}

body,
p,
a,
a:hover {
  color: #000000;
}

a,
a:hover {
  text-decoration: none;
  border: none;
  border-style: none;
  box-shadow: none;
}

/* -- Content -- */
@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

html {
  background-color: #121212;
  color: #c3c3c3;
}

a {
  color: #f7f7f8;
  font-weight: 600;
}

a:before {
  content: '\2750 \a0';
}

a:hover {
  color: #c3c3c3;
  transition-duration: 0.2s;
}

p {
  color: #c3c3c3;
  margin-bottom: 30px;
  line-height: inherit;
  font-family: "Montserrat", sans-serif;
}

p:last-child {
  margin-bottom: 0;
}

body {
  background-color: #121212;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 33px;
  color: #c3c3c3;
  animation: fadein 2s;
}

button {
  font-family: "Montserrat", sans-serif;
  font-size: 19px;
  font-weight: 600;
  margin: 10px 0;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  color: #c3c3c3;
  align-items: center;
  justify-content: center;
}

button:hover {
  color: #c3c3c3;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.tagline {
  margin-bottom: 40px;
  color: #f7f7f8;
}

.main {
  width: 100vw;
  height: 100vh;
  display: flex;
}

.main .ag-portfolio-image {
  width: 50%;
  height: 100vh;
  background-size: cover;
  background-position: center 20%;
}

.main .ag-portfolio-content {
  width: 50%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  overflow-y: auto;
  overflow-x: hidden;
}

.main .ag-portfolio-container {
  max-width: 960px;
  padding: 30px;
}

.main .ag-portfolio-content .ag-portfolio-content-vertically-center {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 30px;
}

.main .ag-portfolio-content .ag-portfolio-content-links {
  width: 100%;
  background-color: #171717;
}

.ag-portfolio-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ag-portfolio-lists .ag-portfolio-list {
  vertical-align: top;
  margin: 30px;
  flex: 1;
  min-width: 200px;
}

.ag-portfolio-lists .ag-portfolio-list:last-child {
  margin-bottom: 0;
}

.ag-portfolio-lists .ag-portfolio-list h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 21px;
  color: #f7f7f8;
}

.ag-portfolio-intro {
  font-weight: 600;
  font-size: 64px;
  line-height: 80px;
}

.ag-portfolio-bio em,
.ag-portfolio-bio i {
  font-style: italic;
  line-height: inherit;
}

.ag-portfolio-bio strong,
.ag-portfolio-bio b {
  font-weight: bold;
  line-height: inherit;
}

.ag-portfolio-bio small {
  font-size: 80%;
  line-height: inherit;
}

.ag-portfolio-bio h1,
.ag-portfolio-bio .h1,
.ag-portfolio-bio h2,
.ag-portfolio-bio .h2,
.ag-portfolio-bio h3,
.ag-portfolio-bio .h3,
.ag-portfolio-bio h4,
.ag-portfolio-bio .h4,
.ag-portfolio-bio h5,
.ag-portfolio-bio .h5,
.ag-portfolio-bio h6,
.ag-portfolio-bio .h6 {
  font-style: normal;
  font-weight: bold;
  color: #f7f7f8;
}

.ag-portfolio-bio h1 small,
.ag-portfolio-bio .h1 small,
.ag-portfolio-bio h2 small,
.ag-portfolio-bio .h2 small,
.ag-portfolio-bio h3 small,
.ag-portfolio-bio .h3 small,
.ag-portfolio-bio h4 small,
.ag-portfolio-bio .h4 small,
.ag-portfolio-bio h5 small,
.ag-portfolio-bio .h5 small,
.ag-portfolio-bio h6 small,
.ag-portfolio-bio .h6 small {
  line-height: 0;
}

.ag-portfolio-bio h1,
.ag-portfolio-bio .h1 {
  font-size: 1.5em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio h2,
.ag-portfolio-bio .h2 {
  font-size: 1.25em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio h3,
.ag-portfolio-bio .h3 {
  font-size: 1.1875em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio h4,
.ag-portfolio-bio .h4 {
  font-size: 1.125em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio h5,
.ag-portfolio-bio .h5 {
  font-size: 1.0625em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio h6,
.ag-portfolio-bio .h6 {
  font-size: 1em;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: 30px;
}

.ag-portfolio-bio ul,
.ag-portfolio-bio ol,
.ag-portfolio-bio dl {
  font-family: "Montserrat", sans-serif;
  margin-bottom: 30px;
  list-style-position: outside;
  line-height: inherit;
}

.ag-portfolio-bio ul:last-child,
.ag-portfolio-bio ol:last-child,
.ag-portfolio-bio dl:last-child {
  margin-bottom: 0;

}
.ag-portfolio-bio li {
  font-size: inherit;
  margin-bottom: 15px;
}

.ag-portfolio-bio ul {
  margin-left: 30px;
  list-style-type: disc;
}

.ag-portfolio-bio ol {
  margin-left: 30px;
  list-style-type: decimal;
}

.ag-portfolio-bio ul ul,
.ag-portfolio-bio ol ul,
.ag-portfolio-bio ul ol,
.ag-portfolio-bio ol ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

.ag-portfolio-bio dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.ag-portfolio-bio dl dd {
  margin-bottom: 10px;
}

@media (max-width: 960px) {
  .main .ag-portfolio-image {
    height: 40vh;
    width: 100%;
  }
  .main {
    height: auto;
    flex-wrap: wrap;
  }
  .main .ag-portfolio-container {
    padding: 20px;
  }
  .main .ag-portfolio-content .ag-portfolio-content-vertically-center {
    margin: 20px;
  }
  .ag-portfolio-lists .ag-portfolio-list {
    margin: 20px;
  }
}
