html{
  background-color: white;
  scroll-behavior: smooth;
}
*{
  font-family: benton-sans, sans-serif;
  font-style: normal;
  font-weight: 500;
}
body{
  opacity: 1;
  transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
/* ------NAVBAR------ */
/* #navbar{
  display: grid;
  grid-template-columns: 40% 15% 15% 15% 15%;
  text-align: center;
  padding: 32px;
}*/
#navbr{
  color:#D06355;
  background-color: white;
  text-decoration: none;
  font-size: 100%;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
#navbr:hover{
  box-shadow: 0px 11px 0px -1px rgba(255,217,0,1);
}
/*
#navbar div.txt{
  margin-top: 40px;
  font-size: 15px;
}
#navbar div a.active{
  color:#D06355;
  border-bottom: 1px solid #D06355;
  padding-bottom: 3px;
} */

.navbar{
  margin-top: 0;

}
.navbar-brand{
  margin-left: 30px;
  padding: 0;
}
.bg-light{
  background-color: white!important;
}
.navbar-toggler{
  border: none;
}
.navbar-expand-lg .navbar-collapse{
  justify-content: flex-end;
}
button:focus {outline:0;}

.navbar-nav{
  margin-left: 30px;
  /* display: inline-block; */

  /* float:right; */
  margin-top: 30px;
}
a.nav-link{
  margin-right: 7px;
}
.navbar-light .navbar-nav .nav-link:hover{
  color: #D06355;
}
.logo{
  float: left;
  width: 70px;
  height:70px;
  filter: grayscale(0%);
  /* margin-left: 40px; */
  margin-top: 15px;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* position: fixed; */
}
.logo:hover{
  box-shadow: 0px 11px 0px -1px rgba(255,217,0,1);
}
/* ----INTRO----- */
.intro{
  padding-left: 8%;
  padding-top: 140px;
  padding-bottom: 50px;
  padding-right: 8%;
}
.hello{
  color: black;
}
.hello:hover{
  color: #D06355;
  text-decoration: none;
  font-family: 'Neucha', cursive;

}
h1{
  font-size: 37px;
}
h3{
  font-size: 23px;
  line-height: 200%;
  padding-right: 20px;
}

.label{
  /* text-shadow: 1px 1px 0px rgba(255,217,0,1); */
  color: #919191;
  /* font-style: italic; */
  font-size: 14px;
  border-style:solid;
  border-radius: 5em;
  border-width: 2px;
  padding: 7px;


}
.highlight2{
  background-color: #fce803;
}
.highlight{
  background-color: #ffd1cf;
}
.title{
  color: #F46F5E;
}
/* -----------Portfolio Section -----------*/
.grid-portfolio {
  position: relative;
  display: grid; /* IE10 */
  flex-wrap: wrap;
  padding: 0 8px;
  -webkit-box-align: center;
  /* grid-auto-columns: 1fr; */
  grid-template-columns: 30% 70%;
  align-self: center;
  /* grid-column-gap: 10px; */
  grid-row-gap: 70px;
  margin: 10% 8% 15% 8%;
}
.grid-portfolio-reverse{
  position: relative;
  display: grid; /* IE10 */
  flex-wrap: wrap;
  padding: 0 8px;
  -webkit-box-align: center;
  /* grid-auto-columns: 1fr; */
  grid-template-columns: 70% 30%;
  align-self: center;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  margin: 10% 8% 15% 8%;
}


/* ----------view portfolio arrow------- */
.center{
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: .3;
  height:70px;
  width:80px;
  margin-top: 110px;
  margin-bottom: 0;
}
.center.slidedown:hover {
    -webkit-transform: translate(0,2em);
    -moz-transform: translate(0,2em);
    -o-transform: translate(0,2em);
    -ms-transform: translate(0,2em);
    transform: translate(0,2em);
    opacity: 1;
  }
  .arrowInfo{
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    color: black;
    display: table-cell;
  }
  .arrowInfo:hover{
    text-decoration: none;
    color: black;

  }
/* ------------OVERALL PORTFOLIO--------- */
#portfolio{
  padding-top: 50px;
}
img{
  width: 100%;
}
/* ------HEADER---------- */
.header{
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 0;
}
/* .header-profile{
  padding-left: 8%;
  padding-right: 8%;
  margin-bottom: 0;
} */
.style{
  border-radius: 150px;
  border: 6px solid #F46F5E;
  padding: 15px;
  width: 150px;
  height: 5px;
  color: white;
}
/* p{
  background-color: #F46F5E;
  text-align: center;
  padding: 0;
} */
/* ------GRAPHIC------- */
.graphic{
  margin-bottom: 15%;

}

/*-------------Other Design + GRID-----------*/
.grid {
    position: relative;
    display: grid; /* IE10 */
    flex-wrap: wrap;
    padding: 0 8px;
    -webkit-box-align: center;
    /* grid-auto-columns: 1fr; */
    grid-template-columns: 1fr 1fr;
    align-self: center;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin: 2% 8% 8% 8%;

}
.grid div{
  margin-left: auto;
  margin-right: auto;
}
/* Create TWO equal columns that sits next to each other */
.col1 {
    grid-column-start: 1;
    grid-column-end:2;
}
.col2 {
    grid-column-start: 2;
    grid-column-end:3;
}
.col3 {
    grid-column-start: 1;
    grid-column-end:2;
}
.col4 {
    grid-column-start: 2;
    grid-column-end:3;
}
.image{
    margin-top: 8px;
    vertical-align: middle;
    height: 400px;
    width: 400px;
    /* filter: grayscale(100%);   */
    box-shadow: 0px 0px 40px 1px rgba(153,152,171,0.52);
    border-radius: 4%;

}
.image:hover{
  /* opacity: .4; */
  /* -webkit-filter: */
  /* grayscale(0%); */
  /* filter:grayscale(0%); */
  /* filter: blur(2px); */
  /* filter:drop-shadow(8px 8px 10px gray); */
}
.image{
  width: 100%;
  height: 100%;
}

.center2{
  margin-left: auto;
  margin-right: auto;
  display: block;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: .3;
  height:70px;
  width:80px;
  margin-top: 80px;
  margin-bottom: 0;
}
.center2.slideup:hover {
    -webkit-transform: translate(0,-1em);
    -moz-transform: translate(0,-1em);
    -o-transform: translate(0,-1em);
    -ms-transform: translate(0,-1em);
    transform: translate(0,-1em);
    opacity: 1;
  }
  .arrowInfo2{
    text-decoration: none;
    text-align: center;
    /* vertical-align: middle; */
    color: black;
    /* display: table-cell; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
  }
  .arrowInfo2:hover{
    text-decoration: none;
    color: black;
    text-align: center;
    vertical-align: middle;

  }
#socials{
  /* display: inline-block; */
  /* float: left; */
  text-align: center;
  /* justify-content: center; */
  margin-top: 160px;
  margin-left: auto;
  margin-right: auto;
  width:300px;
}
#social2{
  /* display: inline-block; */
  /* float: left; */
  text-align: left;
  /* justify-content: center; */
  margin-top: 10px;
  /* margin-left: auto; */
  margin-right: auto;
  width:300px;
}
.svgs{
  /* float: left; */
  /* text-align: center; */
  height: 30px;
  width: 30px;
  margin-right: 20px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: .3;
}
.svgs:hover{
  opacity: 1;
}
.svgs2{
  /* float: left; */
  /* text-align: center; */
  height: 20px;
  width: 20px;
  margin-right: 20px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  opacity: .3;
}
.svgs2:hover{
  opacity: 1;
}
.footnote{
  text-align: center;
  background-color: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 14px;


}
@media screen and (max-width: 1000px) {
.grid-portfolio,.grid-portfolio-reverse{
  display: block;
}

}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.grid{
  position: relative;
  display: block;
}

.center{
  margin-top: 30px;
}
#navbar{
  display: block;
}
}
