@import url('https://fonts.googleapis.com/css?family=Lato:400,700');

body{
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  color: #505962;
}

.offset:before{
  display: block;
  content: "";
  /*position: relative;*/
  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: #1ebba3;
}
.logo-at-top:hover{
  opacity: 0.50;
}

/*--Landing Page--*/
.home-inner{
  background-image: url(img/computers.png);
}
.caption{
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 40%;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}
.caption h1{
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: .3rem;
  text-shadow: .1rem .1rem .8rem 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;
}

/*--About section--*/
/*
.narrow{
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}*/
h2.heading{
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 2rem;
  padding-top: 4rem;
}
.heading-underline{
  width: 3rem;
  height: .2rem;
  background-color: #1ebba3;
  margin: 0 auto;
}
.img-div{
  opacity: 0.40;
	text-align: center;
	margin: 35px 0px 35px 0px;
}
.img-div:hover{
  opacity: 0.70;
}
.about-content{
  margin: 45px 0px 35px 0px;
}
.about-text{
  text-align: justify;
}
.about-padding{
 padding-bottom: 3rem;
}
/*--fixed image--*/
.fixed-image1, .fixed-image2{
  position: relative;
  opacity: 0.30;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.fixed-image1{
  background-image: url('img/graph.jpg');
  min-height: 400px;
}
.fixed-image2{
  background-image: url('img/desktop.jpg');
  min-height: 400px;
}
/*--Portfolio section--*/
.portfolio-custom{
  background-color: #f2f2f2;
  min-height: 1000px;
}
/*--Contact section--*/
.contact-space{
  padding-bottom: 4rem;
}
.social-media{
  padding-bottom: 5rem;
}
.social-media img{
  height: 3rem;
  margin: 1.5rem 0;
}
.social-media svg.svg-inline--fa{
  font-size: 2.6rem;
  margin: 1.2rem .5rem 0 0;
  color: lightslategray;
}
.social-media svg.svg-inline--fa:hover{
   color: #505962;
}
.logo-at-footer{
  opacity: 0.30;
}
/*--Footer section--*/
footer {
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background-color: #f2f2f2;
	color: darkgray;
	text-align: center;
}





/*============ BOOTSTRAP BREAK POINTS:

Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

=============*/
