@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.offset::before {
  display: block;
  content: "";
  height: 4rem;
  margin-top: -4rem;
}

/*-- Navigation --*/
.navbar {
  text-transform: uppercase;
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .1rem;
  background: rgba(0, 0, 0, 0.6)!important;
}
.navbar-brand img{
  height: 2rem;
}
.navbar-nav li {
 padding-right: .7rem;
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
  padding-top: .8rem;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #5bc0de;
}
/*-- End Navigation --*/

/* Landing Page */
.home-inner {
  background-image: url(img/hero1.jpg);
}
.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 38%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}

.caption h1 {
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: 0 0 5rem black;
  padding-bottom: 1rem;
}

.caption h3 {
  font-size: 2rem;
  text-shadow: .1rem .1rem .5rem black;
  padding-bottom: 1.6rem;
}
.btn-lg {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.3rem;
  font-size: 1.1rem;
}

.gradient-text
{
	background-color: white;
	background-image: linear-gradient(180deg, black, red, gold);
	background-size: 100%;
	background-repeat: repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
	-moz-background-clip: text;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-family: serif;
	
}
.outlinecolored-text
{
	-webkit-text-stroke: 1px black;
}


/* End Landing Page*/

/* Course Section */

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}

.narrow h1 {
  font-size: 2.4rem;
}

.btn-secondary {
  border-width: medium;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding: .6rem 1.2rem;
  margin: 1rem; 
  color: white;
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-secondary:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* Features Section */
.jumbotron {
  margin-bottom: 0;
  padding: 2rem 0 3.5rem;
  border-radius: 0;
}

h3.heading {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.9rem;
}

.heading-underline {
  width: 3rem;
  height: .2rem;
  background-color: #5bc0de;
  margin: 0 auto 2rem;
}

.feature svg.svg-inline--fa {
  color: #5bc0de;
}

.feature h3 {
  font-size: 1.3rem;
  text-transform: uppercase;
  padding-bottom: .4rem;
}

.feature p {
  font-size: 1.1rem;
}

/* Resources Section */

.fixed {
  background-image: url(img/kavics.JPG);
  z-index: -1;
  margin-top: 6rem;
}

.dark {
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 7rem 2rem;
}

.fixed-background h3 {
  margin-bottom: 2rem;
}

.fixed-background p {
  margin-top: 1.5rem;
}

/* Clients Section */
.clients img {
  width: 100%;
  border-radius: 50%;
}

blockquote .svg-inline--fa {
  color: #5bc0de;
  margin: 1rem;
}

.clients-hr {
  border-top: 0.05rem solid #5bc0de;
}

/* Contact Section */
footer {
  background-color: #40474e;
  color: white;
  padding:  2rem 0 2rem;
  margin-top: 1rem;
}

footer img {
  height: 5rem;
  margin: 1.5rem 0;
  border-radius: 50%;
}

footer a {
  color: white;
}

footer .svg-inline--fa {
  font-size: 1.6rem;
  margin: 1.2rem .5rem 0 0;
}

footer .svg-inline--fa:hover {
  color: #5bc0de!important;
}

hr.socket {
  width: 100%;
  border-top: .2rem solid #666b71;
  margin-top: 3rem;
}

.downloadlink{
  color: #40474e;
}

.downloadlink:hover {
  color: #40474e;
}

.myimages {
  object-fit: cover;
  width: 200px;
  height: 200px;
}

/* Media queries */

@media (max-width: 767px) {
  .caption h1 {
    font-size: 2.2rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
  }
  
  .caption h3 {
    font-size: 1.2rem;
    padding-bottom: 1.2rem;
  }
  .btn-lg {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .narrow h1 {
    font-size: 1.5rem;
  }

  .clients img {
    width: 50%;
    display: block;
    margin: 0 auto;
  }
}
