body {
	padding-top: 100px;
	font-family: 'Roboto', sans-serif;
}

.main-section {
	padding: 75px 0;
}

.bg-top {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/summer.jpg) no-repeat bottom center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: -9999;
}

.navbar {
	background-color: rgba(255, 255, 255, 1);
	padding: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.navbar.shrink {
	background-color: rgba(255, 255, 255, .9);
	padding: 5px;
}

.navbar-brand {
	width: 50px;
	padding: 0;
	margin: 0;
}

.navbar-brand img {
	display: inline-block;
	width: 100%;
	height: auto;
}




h1 {
  display: inline-block;
  font-size: 36px;
  margin: 10px 0 0 10px;
  
  span.text {
    padding: 0;
    padding-right: 4px;
    border-right: 2px solid #747474;
    animation: blink 0.75s infinite;
  }

  .blue {
    color: #8cc6f4;
  }
  .purple {
    color: #7b57a1;
  }
  .blue2 {
    color: #72abe2;
  }
  .purple2 {
    color: #6f4285;
  }

}
p.info {
  font-size: 12px;
  margin-top: 6rem;

}

@keyframes blink {
  from {
    border: none;
  }
  to {
    border-color: 2px solid #747474;
  }
}
@media screen and (max-width: 670px) {
  h1 {
    font-size: 40px;
  }
  img {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 400px) {
  h1 {
    font-size: 32px;
  }
}



.navbar .container {
	margin-bottom: 0;
}

#start {
	position: relative;
	text-align: center;
	color: #FFFFFF;
}

#start img.down {
	position: absolute;
	display: block;
	bottom: 25px;
	left: 50%;
	margin-left: -37px;
}

#webdesign i, #contact i {
    color: #222222;
    display: block;
    font-family: 'FontAwesome';
    font-size: 38px;
    font-style: normal;
    line-height: 38px;
}

.webdesign-list-col1, .contact-list-col1 {
    float: left;
    width: 60px;
	min-height: 75px;
}

#creations {
	background-color:  #e1e1e1;
}

.creations-filter {
	padding-bottom: 20px;
}

.creations-filter a { 
	margin-right: 10px; 
	color: #222222;
	text-decoration: none;
}

.creations-filter a.current { 
    font-weight: bold;
}
.creations-container img {
    margin: 5px;
	max-width: 100%;
}

.contact-me {
	position: relative;
	float: left;
	width: 300px;
}

.shadow {
	position: absolute;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease-in-out 0s;
	z-index: 10;
}

.shadow a {
	display: block;
	height: 100%;
	width: 100%;
}

.round {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.contact-me:hover .fa-envelope.hide {
    display: block !important;
	position: absolute;
	color: #FFFFFF !important;
    font-size: 60px;
    font-style: normal;
    line-height: 60px;
	top: 115px;
	width: 100%;
	text-align: center;
	z-index: 11;
}

.contact-me:hover .shadow {
    box-shadow: 0 0 0 150px rgba(20, 20, 20, 0.8) inset;
}

.contact-list-wrapper {
	float: left;
	margin-left: 100px;
	width: calc(100% - 400px);
}

.center-img img {
	display: inline-block;
}

.center-img {
	text-align: center;
}

@media only screen and (max-width : 992px) {
	
	.center-img {
		text-align: left;
		margin: 60px;
	}
}

@media only screen and (max-width : 480px) {
	.center-img {
		text-align: center;
		margin: 60px 0;
	}
}

@media only screen and (max-width : 768px) {
	.contact-list-wrapper {
		width: 100%;
		margin-left: 0;
	}
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */

    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}