@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css");
body {
  font-family: "Montserrat", sans-serif;
}

* {
  font-family: "Montserrat", sans-serif !important;
}

@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.greeting-block {
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
	-webkit-animation: gradient 15s ease infinite;
	        animation: gradient 15s ease infinite;
}

.navbar {
	padding-top: 30em;
	width: 100%;
	display: flex;
}

.about {
  width: 100%;
  height: auto;
  background-color: white;
}

.small-text {
	font-size: 14px;
	color: #4396F6;
}

.small-text:hover {
	text-decoration: none;
}

/* Skills section */

.skillset-block {
  background-color: #F5F5F5;
  height: auto;
}

.skills-wrap h2 {
   padding-top: 1.5em;
   font-family: Lato, sans-serif;
}

.logo-wrap {
  margin-top: 1em;
  background-color: reds;
}

.skill-logo {
  max-height: 7em;
  margin-left: 1em;
  margin-top: 2em;
}

.skills-desc {
  margin-top: 2em;
}
.skills-desc h4{
   line-height: 1.5;
   padding-bottom: 3em;
}

.base-line {
    border: none;
    color: #F44B4B;
    background-color: #F44B4B; 
    height: 2px; 
    width: 10%;
}

#about-line {
  width: 10%;
}

#skill-line {
  fwidth: 20%;
}

#project-line {
  width: 10%;
}

.project-card-wrap {
  height: auto;
  margin-top: 5em;
  margin-bottom: 5em;
}

.container {
  position: relative;
  height: 80vh;
  width: 100%;
}

.project-image {
  max-width: 70%;
  float: right;
}

.netw {
  float: right;
}

.laptop-icon, .github-icon {
	font-size: 2em;
	color: rgba(0,0,0, 0.7);
}

.laptop-icon:hover {
  color: #5682C5;
  cursor: pointer;
}

.github-icon {
   margin-left: 50px;
   font-size: 2.2em;
}

.github-icon:hover {
  color: #F9826C;
  cursor: pointer;
}

.project-info {
  font-size: 18px;
  padding: 10px;
}

.tech-list-wrap {
  height: auto;
  border: 1px solid reds;
}

.tech-list {
  text-align: center;
}

.tech-list li {
  border:2px solid #5682c5;
  background-color:#5682c5;
  color:#fff;
  padding:5px;
  margin:5px;
  display:inline-block;
  font-size: 16px;
}

.separator {
  height: 1px;
  background-color: #7F7F7F;
  margin-top: 4em;
  margin-bottom: 1em;
}



#contact-wrap {
  height: auto;
  padding-bottom: 1em;
	background-color: #1B242F;
}

.fa-mug-hot {
  color: #006666;
}
.fa-heart {
  color: red;
}
.fcc-icon,
.github,
.mail,
.codepen {
  color: rgba(255,255,255, 0.3);
  margin: 0 10px 0 10px;
}

.fcc-icon:hover {
  color: #006400;
}

.github:hover {
  color: #c9510c;
}

.mail:hover {
	color: #E31B6D;
}

.codepen:hover {
  color: #007BFF;
}

.copyright {
	color: rgba(255,255,255, 0.6);
}


@media only screen and (max-width: 1050px) {

  .about {
    height: 65em !important;
  }

  .project-image {
    width: 1000px !important;
    float: none !important;
    padding-bottom: 2em;
  }

.container {
  position: relative;
  sborder: 3px solid green;
  height: 30vh;
}

}
