 /* Create a sticky/fixed navbar */
 #navbar {
    
    background-color: deepskyblue;
    padding: 0px 3px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: relative; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99;
    margin: auto;
    
  
  }
  
  /* Style the navbar links */
  #navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    border-radius: 4px;
  }
  
  /* Style the logo */
  #navbar header {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    transition: 0.4s;
    color: rgba(8, 8, 8, 0.932);
  
  }
  
  /* Links on mouse-over */
  #navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Style the active/current link */
  #navbar a.active {
    background-color: rgb(7, 146, 42);
    color: white;
  }
  
  /* Display some links to the right */
  #navbar-right {
    display:inline-block;
  }
 
 
  
  /* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
  @media screen and (max-width: 580px) {
    #navbar {
      padding: 20px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
    }
    #navbar a {
      float: none;
      display: block;
      text-align: left;
    }
    #navbar-right {
      float: none;
    }
  
  } 
  
  body { min-height: 100vh; }

  *{box-sizing:border-box;}
  .carousel-item {
    margin-top: 20px;
    height: 50vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}


@media only screen and (max-width: 600px) {
  /* Carousel 1/2 of screen */

.carousel-item.active, .carousel-item .view {
  height: 50vh!important;
}
.carousel-item.active, .carousel-item  {
  height: 50vh!important;
}

.carousel-item img {
  object-fit: cover;
  width:100%!important;
  height: 100vh;
}
.lead {
  font-family: 'Source Serif Pro', serif;
  color:green;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
.start{
  background: #1b2229;
  text-align: center;
  padding: 10px 10px 5px;
  

}
.push {
	display: inline-block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
  height: 64px;
  font: normal normal 700 1em/4em Arial,sans-serif;
  overflow: hidden;
  width: 150px;
  background-color: #dbe921;
  border-radius: 20px;
  font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(12, 139, 161);
}
.start a:hover{
  text-decoration: none;
}
  




.footer {
  display: flex; 
  position: relative;

  bottom: 0;
  width: 100%;
  background-color:rgb(4, 42, 54);
  color: white;
  text-align: justify;
  float: left;
  justify-content: space-between;

}
.fa {
  padding: 20px;
  font-size: 15px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-linkedin {
  background:white;
  color:blue;
}
body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}

/* Header/Blog Title */


/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {
  float: left;
  width: 75%;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 25%;
  padding-left: 20px;
}

/* Fake image */
.fakeimg {
  background-color: #aaa;
  width: 100%;
  padding: 20px;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */


/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {
    width: 100%;
    padding: 0;
  }
}


.kichwa {
	width: 40%;
	margin: 50px auto 0px;
	color: white;
	background: #5F9EA0;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}
form, .content {
	width: 40%;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}
.input-group {
	margin: 10px 0px 10px 0px;
}
.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 93%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
#user_type {
	height: 40px;
	width: 98%;
	padding: 5px 10px;
	background: white;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
.btn {
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
}
.error {
	width: 92%; 
	margin: 0px auto; 
	padding: 10px; 
	border: 1px solid #a94442; 
	color: #a94442; 
	background: #f2dede; 
	border-radius: 5px; 
	text-align: left;
}
.success {
	color: #3c763d; 
	background: #dff0d8; 
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
.profile_info img {
	display: inline-block; 
	width: 50px; 
	height: 50px; 
	margin: 5px;
	float:left;
}
.profile_info div {
	display: inline-block; 
	margin: 5px;
}
.profile_info:after {
	content: "";
	display: block;
	clear: both;
}
.skills {
  background-color: #F7F7F7;
  padding-bottom: 40px;
  -webkit-box-shadow: inset 0 15px 10px -9px #787878;
  box-shadow: inset 0 15px 10px -9px #787878;
}

.skills hr {
  width: 10%;
  height: 2px;
  background-color: #CECECE;
}

.hr {
  width: 70%;
  height: 2px;
  background-color: #CECECE;
}

.skills h2,
.skills p {
  font-family: 'Roboto';
  font-weight: 400;
}

.skills img {
  height: 100px;
  margin-top: 70px;
  margin-bottom: 15px;
  display: inline-block;
}
.about img {
  border: 6px solid #2BE4A0;
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 40px;
}

.me {
  margin-top: 40px;
}

.hello {
  margin-top: 55px;
  margin-bottom: 60px;
}

.about hr {
  width: 10%;
  height: 2px;
  background-color: #CECECE;
  border-top: 0px;
}

.about p {
  line-height: 28px;
  font-family: 'Roboto';
}