@import url("https://fonts.googleapis.com/css?family=Montserrat");
/* 1 green #143035
   2 green #203134 */
   
 
.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Montserrat';
  width: 100%;
  min-height: 100%;
}

.header-wrapper {
  padding-bottom: 30px;
}



.hero-foot .navbar-burger {
  color: whitesmoke;
  background: #143035;
  width: 50px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.hero {
  /* background-image: url(https://picsum.photos/id/381/1920/1080); */
  /* background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)), rgba(0, 0, 0, 0.55) url("https://picsum.photos/id/381/1920/1080") no-repeat; */
  /* background: linear-gradient(rgba(31, 44, 108, 0.65), rgba(31, 44, 108, 0.65)), rgba(0, 0, 0, 0.55) no-repeat; */
  background: #143035;
  background-attachment: fixed;
  background-size: cover;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Montserrat';
}

.hero .title {
  font-family: 'Montserrat';
 /* transform: rotate(-5deg); */
  font-size: 5rem;
  color: whitesmoke;
}

.hero .subtitle {
  padding: 5px;
  color: whitesmoke;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
  text-transform: uppercase;
}

/* ---- Hero-foot (Desktop: white bar, Mobile: transparent) ---- */

.hero .hero-foot {
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
}

/* Desktop (> 599px): navbar in normal flow, inline menu */
.hero-foot .navbar {
  background: white;
  min-height: 50px;
}

.hero-foot .navbar .navbar-item {
  color: #143035;
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero-foot .navbar .navbar-item:hover {
  background: transparent;
  color: #143035;
  border-bottom: 2px solid #143035;
}

.hero-foot .navbar .navbar-item.is-active {
  border-bottom: 2px solid #1f2c6c;
}

.hero-foot .navbar .navbar-brand {
  min-height: 50px;
}

/* Force desktop navbar on tablets too (override Bulma's 1024px breakpoint) */
@media (min-width: 600px) {
  .hero-foot .navbar .navbar-menu {
    display: flex !important;
    justify-content: center;
  }
  .hero-foot .navbar .navbar-start {
    margin-right: 0;
    flex: 0 0 auto;
    display: flex;
  }
  .hero-foot .navbar .navbar-burger {
    display: none !important;
  }
}

/* ---- Mobile (< 600px): floating burger top-right ---- */
@media (max-width: 599px) {
  .hero .title {
    font-size: large;
  }
  .hero .subtitle {
    font-size: medium;
  }

  .header-wrapper {
    padding-bottom: 0;
  }

  body .main-content {
    padding-top: 0 !important;
  }

  .hero .hero-foot {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: visible;
    background: transparent;
    box-shadow: none;
    z-index: 1000;
  }

  .hero-foot .navbar {
    background: transparent;
    min-height: 0;
    width: 0;
    height: 0;
    overflow: visible;
  }

  .hero-foot .navbar .navbar-brand {
    position: fixed;
    top: 10px;
    right: 30px;
    z-index: 1000;
    background: transparent;
    min-height: 0;
  }

  .hero-foot .navbar .navbar-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 260px;
    margin-top: 60px;
    margin-right: 30px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(20, 48, 53, 0.15);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 999;
    padding: 0.5rem 0;
  }

  .hero-foot .navbar .navbar-item {
    text-align: center;
    padding: 1rem;
    border-bottom: none;
  }

  .hero-foot .navbar .navbar-item:hover {
    border-bottom: none;
    background: rgba(20, 48, 53, 0.05);
  }
}

.main-content {
  padding-top: 2rem;
  color: #143035;
  font-family: 'Montserrat';
}

.main-content .section-dark {
  background-color: #f0f3f5;
  padding: 60px 0px;
}

.main-content .section-dark.resume {
  height: 400px;
  padding-top: 100px;
}

@media (max-width: 599px) {
  .main-content .section-dark.resume {
    padding-top: 75px;
  }
}

.main-content .section-dark.resume .title {
  padding: 20px;
}

.main-content .section-dark.resume button {
  border: 2px solid #43485c;
  border-radius: 30px;
  background: white;
  color: #43485c;
  height: 50px;
  width: 250px;
  font-size: 1rem;
  text-transform: uppercase;
}

.main-content .section-dark.resume .fa-download {
  color: #143035;
}

.main-content .section-dark.my-work {
  padding: 120px;
}

@media (max-width: 599px) {
  .main-content .section-dark.my-work {
    padding: 75px 20px;
    background-color: #f0f3f5;
  }
}

.main-content .section-dark.my-work .work-item {
  margin-bottom: 1rem;
  /* -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; */
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

.main-content .section-dark.my-work .work-item:hover {
  /* -webkit-transform: scale(1.055) translateY(-2px);
  transform: scale(1.055) translateY(-2px);
  -webkit-box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1);
  box-shadow: 0 2px 25px 0 rgba(30, 30, 30, 0.1); */
}

.main-content .section-light {
  padding: 30px;
}

.main-content .section-light.about-me {
  padding-bottom: 100px;
}

.main-content .section-light.about-me .is-larger {
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .about-links {
    text-align: center;
  }
}

.main-content .section-light.about-me .right-image img {
  border-radius: 11px;
  margin: 20px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section-light.about-me .right-image img {
    margin: auto;
  }
  
  .main-content .section-dark  {
    color: #143035;
    background-color: #f0f3f5;
  }
  
  .main-content .section-light  {
    color: #143035;
    background-color: #f8f8f8;
  }
}

.main-content .section-light.skills {
  padding: 100px;
}

@media (max-width: 599px) {
  .main-content .section-light.skills {
    padding: 50px 20px 40px 20px;
    padding-bottom: 20px;
  }
}

.main-content .section-light.skills h1 {
  padding: 10px;
}

.main-content .section-light.contact {
  padding: 200px;
}

.main-content .section-light.contact button {
  width: 100%;
  background-color: #43485c;
  color: white;
  height: 50px;
  font-size: 1.1rem;
  text-transform: uppercase;
  font-family: 'Montserrat';
}

@media (max-width: 599px) {
  .main-content .section-light.contact {
    padding: 60px 20px;
  }
}

.main-content .section-color.services {
  padding: 100px;
  background-color: #203134;
  color: white;
}

.main-content .section-color.services .title,
.main-content .section-color.services .subtitle {
  color: white;
}

.main-content .section-color.services i {
  font-size: 3rem;
  padding: 20px;
}

@media (max-width: 599px) {
  .section-color.services .title{
    /* font-size: large; */
  }
  
  .section-color.services .row{
    padding: 10px;
  }
  
  .main-content .section-color.services {
    padding: 10px;
  }
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.footer {
  bottom: 0;
  width: 100vw;
  padding: 0;
  height: 80px;
  line-height: 25px;
  text-align: center;
  background: #143035;
  color: whitesmoke;
  padding-top: 2rem;
}

.footer a {
  padding: 0rem 1rem 1rem 1rem;
  color: lightgrey;
}

.footer a i {
  font-size: 1.5rem;
  padding: 0px 10px;
}

.footer a .nav-item {
  color: whitesmoke;
}

.fa-download {
  color: #43485c;
}

#toTop {
  height: 50px;
  width: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #143035;
  color: white;
  cursor: pointer;
  border-radius: 50%;
  font-size: 2rem;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

#toTop a {
  color: white;
}

#toTop:hover {
  background-color: #43485c;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: rgba(245, 245, 245, 0);
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #43485c;
}

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #143035;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}

.white
{color:ghostwhite}

details{
  display:block;
  /* background: #fff; */
  /* width:400px; */
  box-shadow: 0 10px 15px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5rem;
}
summary::-webkit-details-marker{display:none;}
summary::-moz-list-bullet{list-style-type:none;}
summary::marker{display:none;} 
summary {
   display:block;
   padding: .3em 1em .3em .9em;
   border-bottom: 1px solid #e2e8f0;
   font-size:1.4em;
   cursor: pointer;
   position: relative;
}
summary:before {  
  top: .4em;
  right: .3em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYuNTkgOC41OUwxMiAxMy4xNyA3LjQxIDguNTkgNiAxMGw2IDYgNi02eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=") no-repeat 50% 50% / 1em 1em;
  width: 1em;
  height: 1em;  
  content: "";
  position: absolute;
  transition: transform .5s;
}
details[open] > summary:before {
  transform: scale(1,-1);
}
summary ~ * {
   padding: 0 1em 10px 1.4em;
}
details[open] summary ~ *{ 
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0;}
  100%  {opacity: 1;}
}
summary:focus {
  outline:0;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.3), inset 0 0 2px rgba(0,0,0,0.3);
}

#radar {
  width: 100%;
  /* height: 1000px; */
  /* border: 3px solid black; */

}

#telegram{
  color: #143035;
}

#max{
  color: #143035;
}

