@charset "UTF-8";
@import url("stylesheet.css");
/* --- Class 9 - Div Practice --- */
@charset "UTF-8";
@import url("stylesheet.css");

/* -------------------------------- 
/* CSS Document */
/* Author Gianni- Gianni.ie */
/* Site : Gianni.ie 
-------------------------------- */


/* Full Doc */
*, *::after, *::before {
  box-sizing: border-box;
}

body {
      background-color: #ffffff;
}


/* Main */



.info{
  display: block;
    width: 80%;
    max-width: 600px;
    margin: auto;
    margin-top: 60px; 
    color: #0f58ce;
}


.image: {
  display: block;

}

.experience {
    width: 100%;
  margin-left: auto;
  margin-right: auto;
    
}


/* Scroll */

header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #46416E;
}

.progress-container {
  width: 100%;
  height: 10px;  
  background: #46416E;
}

.progress-bar {
  height: 10px;
  background: #6EE6C8;
  width: 0%;
}


/* Images */

.toolgif{
  text-decoration: underline;
  color: #ffffff;
}


/* Type */

h1{
  font-family: 'gt-haptik-bold';
  font-size: 32pt;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
}

h2{
  font-family: 'gt-haptik-light';
  font-size: 18pt;
  color: #ffffff;
  line-height: 32px;

}


h3{
  font-family: 'gt-haptik-bold';
  font-size: 20pt;
  padding-top: 10px;
  color: #ffffff;
}

h4{
  font-family: 'gt-haptik-light';
  font-size: 16pt;
  padding-bottom: 12px;
  color: #6EE6C8;
  opacity: 1;
  margin-top:6px;
}



p{
  font-family: 'gt-haptik-light';
  font-size: 13pt;
  color: #ffffff;
  opacity:.5;
}

a{
  text-decoration: none;
  color:inherit;
}

a:hover{
  .opacity: .1; 
}



/* Elemenets */

.info-break{
border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -moz-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -ms-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -o-linear-gradient(left, #6EE6C8, #504B6E); 
  opacity: .1;
  margin:30px 0 30px 0; 
}

.info-break-small{
border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -moz-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -ms-linear-gradient(left, #6EE6C8, #504B6E);
  background-image: -o-linear-gradient(left, #6EE6C8, #504B6E); 
  opacity: .1;
  margin:10px 0 10px 0; 
}

.info-break-giant{
border: 0; 
  height: 0px; 
  margin:10px 0 120px 0; 
}

.post{
    border-radius: 20px;
    box-shadow: 0px 0px 30px #0F2620;
    padding: 20px;
    margin: 20px;
    transition: all .2s ease-in-out;
}

.post:hover{
    margin: 15px;
    transition: all .2s ease-in-out;
  }



/* Social */


.social{
  bottom:15px;
  position: fixed;
  margin-left: 30px;
  display: block;
}

.social-icon{
  display: inline-block;
  width: 30px;
  margin: 10px
}

.social-icon, .back-icon :hover { 
  opacity: 0.5;
}

.back{
  top:15px;
  position: fixed;
  margin-left: 30px;
  display: block;
}

.back-icon{
  display: inline-block;
  width: 30px;
  margin: 5px
}





.refresh{
      transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  top:30px;
  position: fixed;
  margin-left: 95%;
  width: 40px;
}

.refresh:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
} 





@media only screen and (max-width: 500px) {
    h1{
  font-size: 20pt;
}

h2{
  font-size: 16pt;
  line-height: 24px;

}
h4{
  font-size: 13pt;
}

.info {
  
  }

.gianni {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top:-20px;
}

*{
  text-align: center;
}

.social{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
 
}

.social-icon:first-child {
  margin-left: 0;
}

.info-break{
border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -moz-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -ms-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -o-linear-gradient(left, #504B6E,#6EE6C8,#504B6E); 
  opacity: .1;
  margin:30px 0 30px 0; 
}

.info-break-small{
border: 0; 
  height: 2px; 
  background-image: -webkit-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -moz-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -ms-linear-gradient(left, #504B6E,#6EE6C8,#504B6E);
  background-image: -o-linear-gradient(left, #504B6E,#6EE6C8,#504B6E); 
  opacity: .1;
  margin:10px 0 10px 0; 
}

.refresh{
  margin-left: 85%;
}
}


@media only screen and (min-width: 1200px) {
    h1{
  font-size: 32pt;
}

h2{
  font-size: 22pt;
}

.main {
        margin-left: 12px;
  }

.main {
    max-width: 800px;
    margin-left: 40px;
    margin-top: 4%; 
}

}


