/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
  /* font-family: 'Poppins', Sans-serif; */
  font-family: Montserrat;
  color: black;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

a {
  color:black;
}

.footer{
  color:black;
}

#logo{
  width:30px;
  height:30px;
  margin-right:20px;
}

.tile-img-square{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 55px;
  width: 55px;
}

.tile-img-rect{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  height: 55px;
  width: 75px;
}

.card-title{
  text-align: center;
  color: black;
}

.card-text{
  text-align: center;
  color:#666666;
}

.contact{
  width:20px;
  height:20px;
  margin-right:10px;
}

.heading{
  margin:20px 0px 20px 0px;
  text-align: center;
}

#wordart{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.linkedin{
  width:20px;
  height:20px;
  margin-top:7px;
}

#navbarResponsive{
  text-align: right;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-hover {
  background: #444444;
  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-hover:hover {
  opacity: 0.3;
}

#prevproj{
  text-align:left;
  font-size:20px;
  color:black;
  margin-left:10px;
}

#nextproj{
  text-align:right;
  font-size:20px;
  color: black; 
  margin-right:10px;
}

#projtitle {
  text-align: center;
  margin: 20px;
 }

.cover-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;  
}

#intro{
  font-family: Montserrat;
}