body {
	background-color: #f2f2f2;
	color: #000;
	font-family: 'Cutive Mono';
	font-size: 15px;
}

h1, h2, h3 {
	font-family: 'Poppins', sans-serif;
    font-weight: 30%;
    letter-spacing: 1.5px;
}

 h4, h5 {
  font-family: 'Poppins', sans-serif;
    font-weight: 30%;
    line-height: 1.5;
    letter-spacing: 1.5px;
}



.img-centered {
  margin: 0 auto;
}


.hline { 
    height:2px; 
    background: #1800ff;
    max-width: 80px;
    text-align: center;
 }

.container .projects {
  background-color: "#f2f2f2";
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  letter-spacing: 1.5px;
  background-image: url('../images/background.gif');
  height:100vh;
  background-size: cover;
  background-position: top;
  background-attachment: relative;
 }
    
.navbar {
	margin-bottom: 0px;
	border-radius: 0px;
	margin-top: 0px;
  padding: 5px;
}

.navbar {
transition-duration: 0.2s;
}

.navbar-nav a {
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
	color: #000;
	text-shadow: none !important;
	letter-spacing: 1px;
	transition: all 0.6s ease;

}
.navbar-nav a:hover {
	color: #1800ff;
  background: transparent;
  font-style: underline;

}
.navbar #nav > .active > a {
    color: #1800ff;
}



/*Splash Image section*/
.splash {
	padding-bottom: 30px;
	height:100%;
}
.splash .my-bg {
	background-image: url('../images/background.gif');
	height:100vh;
	background-size: cover;
	background-position: top;
	background-attachment: relative;
	
}
.splash .content-holder {
	height: 100%;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}
.splash .header{
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	font-size: 1.5em;
	text-transform: uppercase;
	color: #30354F;
}
.splash .description {
	align-self: center;
	font-family: 'Cutive Mono';
	width: 60%;
	color: #000;
}

.btn-social {
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

/*About Section*/
.about {
  min-height: 100vh;
  background-image: ;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;

  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
}

.about .about-description .text {
	background-color:;
	padding-right: 80px;
	
}
.about  h1 {
	font-weight: 900;
	font-size: 3.2em;
	text-transform: uppercase;
	color: #000;
}
.about p {
	color: #000;
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.img-list li {
  display: inline-block;
  height: 30px;
  position: relative;
  width: 30px;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}


#portfolio 

.portfolio {
  background-image: url('../images/background.gif');
  background-color:#f2f2f2;
}

.portfolio-item {
  margin: 0 0;
  right: 0;
  padding-bottom: 20px;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  
  margin: 0;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 0.6;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-family: 'Poppins';
  letter-spacing: 1px;
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 16px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content a {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 5px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
    font-family: 'Cutive Mono';
    font-weight: 60%;
    letter-spacing: 1.5px;;
    font-style: italic;
    margin: 0;
@}
#portfolio * {
  z-index: 2;
}



footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 20px;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Poppins";
  font-style:;
  font-size: 14px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #fed136;
}
::selection {
  text-shadow: none;
  background: #fed136;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}

view raw



