/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


/* --------- LOADER ---------- */

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #272727;
  transition: opacity 0.75s, visibility 0.75s;
}

.loader-hidden{
  opacity: 0;
  visibility: hidden;
}

.loader::after{
  content: "";
  width: 75px;
  height: 75px;
  border: 15px solid #dddddd;
  border-top-color: #7449f5;
  border-radius: 50%;
  animation: loading 0.75s ease infinite;
}

@keyframes loading {
  from{
    transform: roate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

@font-face {
  font-family: Montserrat-Regular;
  src: url('../fonts/montserrat/Montserrat-Regular.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url('../fonts/montserrat/Montserrat-ExtraBold.ttf'); 
}

@font-face {
  font-family: Montserrat-Medium;
  src: url('../fonts/montserrat/Montserrat-Medium.ttf'); 
}

.navbar-nav{
  text-align: right;
  padding-right: 10px;
}

/* Dark mode*/

main {
  transition: background 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main p {
  transition: color 0.3s ease;
}
/*TOGGLE COLORS*/


/*SWITCH*/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-top: 5px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  background-image: url("https://i.imgur.com/FYRYqHM.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  /*background-color: white;*/
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #BB86FE;
}

input:checked + .slider:before {
  background-image: url("https://i.imgur.com/2P8roVO.png");
  background-size: contain;
  background-repeat: no-repeat;
 -webkit-transform: translateX(26px);
 -ms-transform: translateX(26px);
 transform: translateX(26px);
}

/* Rounded sliders */
.slider {
  border-radius: 30px;
}

.slider:before {
  border-radius: 50%;
}


body { 
  font-size: 1em; 
  font-weight: 300; 
  line-height: 1.5; 
  background-color: rgb(255, 255, 255);
  font-family: "europa", sans-serif;
  overflow-x: hidden;
}

body, html {
    height:100%;
    margin: auto;
    padding:0;
}


p {
	font-family: Montserrat-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}



.light-mode {
  background-color: #f3ebf6;
}


.light-mode a:hover{
  color: #ffffff !important;
}

.dark-mode .column {
  background-color: #383838;
}

.dark-mode p{
color: #BB86FE;
}

.light-mode a{
  color: #7300ff !important;
  }

.dark-mode {
  background-color: #383838;
}

.dark-mode .navbar-expand-lg {
background-color: #3f3f3f !important;
}

.dark-mode .navbar .navbar-expand-lg .navbar-light .bg-light p {
  background-color: #BB86FE !important;
}

.dark-mode {
  background-color: #383838;
}


.dark-mode {
  background-color: #383838;
}

.avatar-div {
  display: flex;
  margin: 1rem;

}

.avatar {
  border: solid;
  border-radius: 360px;
  border-color: #BB86FE;
  display: flex;
  justify-content: right;
  margin-left: auto;
  margin-right: auto;
  width: 30%;

}

.tools {
  text-align: center;
  white-space: nowrap;
  top: 45%;
  left: 1%;
  position: absolute;
  color: #BB86FE;
  font-size: 12px;
  font-weight: bold;
  font-family:  'Courier New', Courier, monospace;
}



ol, ul { 
  list-style: none; }

h1, h2, h3, h4, h5, h6 { 
  font-size: 100%; 
  font-weight: normal; 
}

h1 {
  margin-top: 1em;
  font-size: 2em; 
  margin-bottom: 1.5em;
}

h2 {
  margin-top: 1em;
  font-size: 1.1em; 
  margin-bottom: 0.5em;
}


ul { 
  list-style: none;
  text-align: center;
 }

button, input, select, textarea {
   margin: 0;
   }

   .section.skills { 
    margin-top: 1px;
     padding-bottom: 1px;
    
   }

   .section.skills .box .content .columns .column.image .intro .avatar .banner-text{
    height: 48px;
    width: auto;
    }

    .section.skills .box .content .columns .column:last-child  { 
      border-right: none;
       border-bottom: none; 
     }

     .section { 
      padding: 0px 50px;
      margin-top: 0;
      margin-bottom: 10rem;
     }

     .box { 
       position: relative;
      background-color: white;

      border-radius: 9px;
      border: 2px solid #BB86FE;
      z-index: 2;
      top: 10rem;
      bottom: 10 rem;
     }
    
    
    .container { 

      -webkit-box-flex: 1;
       flex-grow: 1;
        margin: auto;
         position: relative;
          width: auto;
          bottom: 5.5rem;
          z-index: 2;
     }
    
    
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { 
      color: #BB86FE;
       font-weight: 600;
        line-height: 1.125;
     }

   .column { 
    display: block; 
    flex-basis: 0; 
    -webkit-box-flex: 1; 
    flex-grow: 1; 
    flex-shrink: 1; 
    padding: 0.75rem;
    border: 0.1px solid #BB86FE;
    border-radius: 2px;
   }

    .has-text-centered { 
      text-align: center !important;
     }
   
     .is-size-4 { 
      font-size: 1.5rem !important;
     }

/* Footer */
/* footer */

.btn-outline-dark{
  border-color: #BB86FE !important;
}

.btn:hover {
  background-color: #737373 !important;
}


.footer-info:hover {
  background-color: #BB86FE !important;
}

a:link{
  text-decoration: none;
  color: #BB86FE;
}

a:visited{
  text-decoration: none;
  color: #9c4bff;
}

    .footer {
      width: 100%;
      text-align: center;
      margin-top: 30%;
      padding: 50px;
    }

    .footer-info {
      position: relative;
      display: inline-block;
      border-radius: 43px;
      font-size: 13px;
      padding: 7px 30px;
      line-height: 25px;
      background-color: #333;
      color: #fff;
      margin: 5px;
      
    }

    .made-by {
      text-align: center;
      position: relative;
      display: block;
    }
  

.made-by-text{
  color: #000000;
  position: relative;
  display: block;
}



    /*JS stuff */

  

    /* Resizes */


@media screen and (min-width: 769px), print { 
  .columns:not(.is-desktop) { 
    display: -webkit-box;
     display: flex;
    }
   } 

@media screen and (min-width: 1024px) { 
  .columns.is-desktop { display: -webkit-box;
     display: flex;
   } }

@media screen and (min-width: 769px) { 
  .section.skills .box .content .columns .column 
  { 
    border-bottom: 0px solid #E6ECF8; border-right: 1px solid #E6ECF8; padding: 60px 35px;
   } }
 
 @media screen and (min-width: 1216px) { 
   .section.skills .box .content .columns .column 
   { 
     padding: 70px 45px; 
    } }

 @media screen and (min-width: 769px) { 
   .section.skills .box .content .columns .column p 
   { 
     font-size: 18px; 
  } }
 
 @media screen and (min-width: 769px) { 
   .section.skills .box .content .columns .column ul li 
   { 
     font-size: 18px; 
  } } 

  @media screen and (min-width: 769px) { 
    .section.skills .box .content .columns .column ul li 
    { 
      font-size: 18px; 
   } } 






    
 
 
 
 








   
 