
h1,h2,h3,h4,h5,h6{
  font-family:"Playfair Display SC",serif;
  color:#333;
}
a,p,li{
  font-family:"Lato",Arial,sans-serif;
  color:#4e4e4e;
  font-size:1em;
  line-height:1.75em;
}

.hr{
  visibility: hidden;
}

.minif2{
  visibility:collapse;
}

.minif2 li{
  text-align: center;
}

a:hover{
  text-decoration:none !important;
  color:#333 !important;
  -webkit-transition:all 0.2s ease-in-out;
  -moz-transition:all 0.2s ease-in-out;
  -ms-transition:all 0.2s ease-in-out;
  -o-transition:all 0.2s ease-in-out;
  transition:all 0.2s ease-in-out;
}
.container {
  margin: auto;
  /* max-width:662px; */
  max-width:800px;
  padding:0 20px;
}

.container-intro{
  display: block;
  justify-content: center;
  /* text-align: center; */
  align-items: center;
}

.typed-cursor{
  opacity:1;
  font-weight:100;
  -webkit-animation:blink 0.7s infinite;
  -moz-animation:blink 0.7s infinite;
  -ms-animation:blink 0.7s infinite;
  -o-animation:blink 0.7s infinite;
  animation:blink 0.7s infinite
}
  
/* @-webkit-keyframes blink{ */
@keyframes blink{
  0%{
    opacity:1
  }
  50%{
    opacity:0
  }
  100%{
    opacity:1
  }
}
@-moz-keyframes blink{
  0%{
    opacity:1
  }
  50%{
    opacity:0
  }
  100%{
    opacity:1
  }
}
@-ms-keyframes blink{
  0%{
    opacity:1
  }
  50%{
    opacity:0
  }
  100%{
    opacity:1
  }
}
@-o-keyframes blink{
  0%{
    opacity:1
  }
  50%{
    opacity:0
  }
  100%{
    opacity:1
  }
}
.main-nav{
  background:#f4f4f4;
  background:#fff;
  padding-top:23px
}
.main-nav nav ul li a{
  color:#a7a7a7
}
.main-nav nav ul li.active a{
  color:#4d4d4d
}
.section.second{
  margin-bottom:90px
}
.section 
.container{
  position:relative
}
/* .section 
.container:after{
  position:absolute;
  content:url(../img/separator2.png);
} */
.section{
  text-transform:uppercase;
  /* margin-bottom:10px; */
  position:relative
}
.container h1{
  text-transform:capitalize;
  font-size: 2em;
  margin-bottom:30px;
  position:relative
}
.intro{
  /* padding:15px 0px 70px 0px; */
  padding:15px 0px 0px 0px;
  overflow-x:hidden
}
.intro img{
  height:120px;
  width :120px;
  border-radius:50%;
  border: 0px solid;
}
.intro .wrap{
  margin:10px 0px;
  /* margin:0px 0px */
}
.intro h1:before{
  position:absolute;
  left:-220px;
  top:-150px;
  font-size:270px;
  z-index:-1;
  color:#f4f4f4
}
.intro h1{
  font-size:40px
}

.h1-highlight{
  /* background-color: rgba(135, 206, 250, 0.265); */
  background-color: rgba(228, 229, 229, 0.228);
  
}

#typed{
  font-size:40px
}

.work 
.work-list{
  margin-left:0px
}
.work .work-list li{
  list-style:none;
  font-size:0.9em;
  color:#8c8c8c
}
.work .work-list li a{
  padding-bottom:5px;
  font-size:1.1875em;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid #b3b3b3
}
.work 
.work-list li a:hover{
  border-bottom:1px solid #333
}
.award 
.award-list{
  margin-left:0px
}
.award 
.award-list li:first-child{
  font-size:0.9em;
  color:#8c8c8c
}
.skills 
.skill-list{
  margin-left:0px
}
.skills 
.skill-list li:first-child{
  font-size:0.9em;
  color:#8c8c8c
}
.quote{
  /* background:url(../img/MyPortfolioBG_1350x345.png);
  padding:5px 0px; */
  margin-top:20px
}
.quote h1{
  margin:20px 0px;
  padding:40px 20px;
  border:3px solid #333;
  color:#333;
  font-size:1.25em;
}
footer{
  padding:30px 0px 0px 0px;
  margin-bottom: 0px;
}
footer 
.social li{
  display:inline;
  margin-left:20px
}

footer 
.social li a{
  font-size:1.25em;
  color:#999
}

.pretitle {
 font-size: .575em;
 color: #09afdc;
}

.minifotter1 {
  font-size: .875em;
  color: #09afdc;
}

.author {
  font-size: .85em;
}

#botontop {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: sticky; */
  position: fixed;
  width: 35px;
  height: 35px;
  top: 85%;
  left: 85%;
  background-color: #333;
  border-radius: 50%;
  transition: 300ms;
  box-shadow: 3px 3px 5px #33333375;
}

#botontop a{
  position: absolute;
  text-decoration: none;
  color: white;
  padding: 20px;
}

#botontop:hover {
  transition: 300ms;
  background-color: #09afdc;
}

#botontop a:hover {
  transition: 300ms;
  color: #333;
}

.minifotter1,
.minifotter2 {
  text-transform:capitalize;
}
/* ------------------------------------------------ */
.portfolio2 {
  /* color: #09afdc; */
  color: rgb(255, 0, 208);
}

.introtext {
  padding-left: 3px;
}

/* .space {
  background-color: rgb(255, 123, 0);
} */

/* ------------------------------------------------------------------- */
/* MEDIA QUERY
/* ------------------------------------------------------------------- */
/* @media only screen and (max-width: 767px){ */
@media screen and (width < 768px) {
  .intro img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
  }
  footer{
    text-align:center
  }

  footer
  .social li{
    display:inline;
    margin-left:10px;
    margin-right: 10px;
  }

  footer 
  .social li a{
  font-size:1.5em;
  }

  .space {
    Display: none;
    /* background-color: rgb(255, 0, 136); */
  }

  .hr {
    visibility: visible;
  }
  .pretitle {
    font-size: .475em;
   }
  .introtext {
    font-size:0.65em;
    /* text-align: center; */
    /* color: rgb(0, 0, 0); */
    /* background-color: rgb(238, 255, 0); */
  }

  .minif1 {
    margin-top: -10px;
    visibility: hidden;
    /* display: none; */
  }
  
  .minif2 {
    margin-top: -10px;
    visibility: visible;
  }
  
  .minifotter1 {
    font-size: .55em;
    text-transform:capitalize;
  }
  .minifotter2 {
    font-size: .8em;
    text-transform:capitalize;

  }
  .quotetext{
    margin:0px 0px;
    padding:20px 20px;
    font-size:.70em;
  }
}

/* @media only screen and (max-width: 390px){ */
@media screen and (width < 480px) {
  .intro img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-top: 0;
  }
  footer{
    text-align:center
  }
  
  footer
  .social li{
    display:inline;
    margin-left:10px;
    margin-right: 10px;
  }

  .space {
    Display: none;
    /* background-color: rgb(0, 157, 255); */
  }

  .hr {
    visibility: visible;
  }
  .pretitle {
    font-size: .475em;
   }
  .introtext {
    font-size:0.65em;
    /* text-align: center; */
    /* color: white; */
    /* background-color: red; */
  }
  .quotetext{
    margin:0px 0px;
    padding:20px 20px;
    font-size:.70em;
  }

  .minif1 {
    margin-top: -10px;
    visibility: hidden;
    /* display: none; */
  }

  .minif2 {
    margin-top: -10px;
    visibility: visible;
  }

  .minifotter1 {
    font-size: .55em;
    /* margin-top: -30px; */
  }
  .minifotter2 {
    font-size: .75em;
  }
}
