/* ------------------ GLOBAL STYLING --------------------*/
body {
  color: #333;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 200;}

section {    
  width: 80%;
  max-width: 800px;
  margin: auto;}

section img {padding: 3em 0}

.blue {
  background: #103254;
  padding: 3em 0;
  text-align: center}

.bluegrad {
  padding: 5em 0 3em 0;
  background: rgb(9,9,121);
  background: linear-gradient(135deg, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
}

.grad24 {
  padding: 5em 0 3em 0;
  background: rgb(120,173,43);
background: linear-gradient(145deg, rgba(120,173,43,1) 0%, rgba(0,150,140,1) 27%, rgba(0,181,226,1) 63%, rgba(105,39,89,1) 100%);
}

h1, h2, h3, h4 {
  font-family: bely-display, sans-serif;
  font-weight: 400;
  font-style: normal;}

h1 {font-size: 4em; margin-bottom: .3em;}
h2 {font-size: 2.75em; margin: 1em 0}
h3 {font-size: 1.90em; margin: 2em 0 1em 0; line-height: 1.4}
h4 {font-size: 1.5em; margin: 1em 0 1em 0}

p {font-size: 1.25em;
  line-height: 1.5;
  margin-bottom: 1em;
  font-weight: 200;}

header {
  margin: auto;
  max-width: 900px;
  color: #fafafa;}

header h1 { 
  margin-bottom: 0.5em;
  font-size: 5.25em;
  font-weight: 700;
  line-height: 1.2;
  }
header p {
  font-size: 1.5em;
  line-height: 1.5;
  padding-bottom: 1em;}

strong, b {font-weight: 700;}

.project h1 {
  text-align: center;
  padding: .3em 0 .1em 0}

.connections {padding-bottom: 3em}

.foliohead {margin: auto;
  max-width: 900px;}
 
.foliohead h2 { color: #103254}

blockquote {
  margin: 2em 0;
  font-family: bely-display, sans-serif;
  font-size: 2em;
  line-height: 1.4;
  hanging-punctuation: first;
  text-indent: -0.45em;
  color: #b40001}

blockquote cite {
  font-family: proxima-nova, sans-serif;
   font-size: 0.75em;
  color: #666}

em, i {font-style: italic}
strong, b {font-style: 700}

/*---------------- PORTFOLIO SECTION ------------------*/

.portfolio h2 { max-width: 960px; margin: 3em auto;}
.portfolio{
  max-width: 960px;
  margin: 3em auto;
  padding: 40px 0;
  display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) ) ;}
 
.portfolio h1 {text-align: center}

li {position: relative;}

.portfolio-img {
  width: 100%;
  object-fit: cover;}

.portfolio-title {
  font-family: proxima-nova, sans-serif;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 0.85em;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff}

.portfolio-title:hover {
  background: #333;
  color: #fff
}

/*---------------- BACKGROUNDS ----------------*/
.dark {
    padding: 4em 0;
    background: #103254;
    color: #fafafa;}

.darklink a:hover {color: #fafafa}

footer {
  padding: 30px;
  text-align: center;
  background: #103254;
  color: #fff;
  height: 100px;
  line-height: 1.5;}

/*--------------------- STYLING LINKS -----------------*/
a {
  color: #5cabf6;
  text-decoration: none;
}

a:hover {
  color: #103254;
  border-bottom: 1px dotted;}

.biog a {
    color: #fafafa;
    border-bottom: 1px dotted;}
  
.biog a:hover {
    color: #103254;}
  
.dark a {
  color: rgb(42, 161, 197);
  text-decoration: none;}

.dark a:hover {
  color: #fafafa;
  border-bottom: 1px dotted;}

.portfolio a {
  color: #103254;
  border-bottom: none;}

.portfolio a:hover {
  opacity: .8;}


/*------------------- NAVIGATION ------------------*/
nav {
  top: 0;
  left: 0;
  margin: 0;
  background-color: #103254;
  padding: 2em 0;
  font-size: 0.85em;}

nav ul {
  padding-right: 10vw;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 1px;}
  

nav ul li {
  display: inline;
  margin: 20px;
  background: none;}

nav a:link {
  color: #00d0fc;}

nav a:visited {
  color: #00d0fc;}

nav a:hover {
  border-bottom: none;
  color: #fafafa;
  transition: all 0.3s ease-in-out; } 
  
.logo {
  font-size: 1.8em;
  font-weight: 700;
  text-align: left;
  padding-right: 40vw;
  padding-left: 2rem;
  color: #fafafa;
}

.contact a {color: #fc0}
.about a {color: #f39}
.contact a:hover {color: #fafafa}
.about a:hover {color: #fafafa}

/* ------------------- IMAGES -------------------- */
img {
  display: block;
  margin: auto; 
  max-width: 100%; }

.largemargin {margin: 2rem 0;}

.biocontent {padding: 3em 0}

.examples {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));}

.examples img {padding: .5em 0} 

/*---------------------------- FOOTER -----------------------------*/
footer {
  text-align: center;
  font-size: 0.707em;
  padding: 2rem 0 12rem 0;
  margin: auto;}

.footer2 {
  margin: auto;}

.connections{
  position: relative;
  margin: 0 auto;}

.connections ul{
  margin: 0;
  padding: 0;}

.connections li{
  margin: 0 10px;
  padding: 0;
  list-style: none;
  display: inline-block;}

.connections a:link{
  border-bottom: none;
}
.connections img,
.connections svg{
  border: none;
}
.connections a:hover img,
.connections a:hover svg{
  border-bottom: none;}

.connections svg {
      margin: 2em auto;}

.connections a:hover svg path {
        opacity: 0.7;
        transition: all 0.2s ease-in-out;}
      
footer .connections a:hover svg path {
        fill:  rgb(62, 206, 250);
        transition: all 0.2s ease-in-out;}

.proceed {
    text-align: center;
    margin: 2em}

.next-previous {
          display: inline-block;
          padding: 8px 15px;
          background-color: #333;
          color: #fafafa;
          border-radius: 50%;
          margin: 0 2em;}
        
.proceed a:link {border-bottom: none;}

.proceed a:hover {
          border-bottom: none;
          background: #999;
          transition: all 0.2s ease-in-out;}

.work ul {  margin-left: 1em; 
            font-size: 1.25em;
            line-height: 1.5;
            margin-bottom: 1em;
            list-style-type: disc;
        
          }

      
@media only screen and (max-width: 900px) {
  .examples {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding-bottom: 1em;}
}
@media only screen and (max-width: 600px) {
  .bio {display:block;}
 /* .side {padding: 2em 0;}*/
  .biog h1{text-align:center;} 

section {    
    width: 90%;
    margin: auto;}

header {
      width: 90%;
      text-align: center;
      }
header h1 {font-size: 3.25em;}
header p {font-size: 1.15em;}

nav ul {
  padding-right: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;}

.logo {
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
    color: #fafafa;
}

}




