body {
    padding-top: 50px; /* Padding for .navbar-fixed-top. Change value if navbar height changes. Remove if using .navbar-static-top. */
}

.portfolio-item {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
	text-align: center;
    background-color: lightskyblue;
}

.footer-blurb h3 {
    color: midnightblue;
    }
    
.footer-blurb-item {
    padding: 30px 0;
    }
 
.copyright {
	background-color: #fff;
	text-align: center;
	padding: 30px 0;
}

.container-full {
  margin: 0 auto;
  width: 100%;
  display: none;
  	-webkit-overflow-scrolling: touch;
  	overflow-y: scroll;
}

#i_f{
  margin: 0 auto;
  width: 100%;
}

#point:hover{
    cursor: pointer;
}

.graf {
    font-size: 15em;
    color: black;
    text-align: center;
    margin: 0 auto;
}

a.graf:hover {
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: inherit;
}

@media all and (max-width: 990px){
    .graf {font-size: 12em;}
}

@media all and (max-width: 720px){
    .graf {font-size: 10em;}
}

@media all and (max-width: 640px){
     .graf {font-size: 9em;}
}

@media all and (max-width: 320px){
     .graf {font-size: 7em;}
}


@font-face {
      font-family: 'jellyb';
      src: url('../font/jellyb.eot?26630009');
      src: url('../font/jellyb.eot?26630009#iefix') format('embedded-opentype'),
           url('../font/jellyb.woff?26630009') format('woff'),
           url('../font/jellyb.ttf?26630009') format('truetype'),
           url('../font/jellyb.svg?26630009#jellyb') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "jellyb";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
  
      text-align: center;
      /* opacity: .8; */
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
   
     
      /* You can be more comfortable with increased icons size */
      /* font-size: 120%; */
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
    } 


