
/* Whole body CSS */

body {
  font-family: 'Montserrat';
  background-color: white;
  position: relative;
}

body a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

body a:hover{
  color: grey;
  border-bottom: 1px solid grey;
}

h1 {
  text-align: center;
}





/* Top & Nav CSS */

.back-img {
  width: 99vw;
  height: 70vh;
  background-image: url(/media/handGlass2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.navchange {
  transition: ease-in-out 0.4s;
  background: rgba(0,0,0,0.7) !important;
}

.navbar-dark{
  transition: ease-in-out 0 !important;
}

.border-white:hover {
  border-bottom: 2px solid white !important;
}

.border-black:hover {
  border-bottom: 2px solid black;
}

.topper {
  width: 100vw;
  height: 70vh;
  background-color: black;
}

.navbar-toggler {
  border: 0 !important;
}

.navbar-brand {
  font-size: 1.8rem !important;
}

.nav-link {
  font-size: 1.5rem !important;
}

/* MAIN CONTENT */

.services h3 {
  text-align: center;
  padding: 10px 0;
}

.thomasImg {
  max-height: 500px !important;
  display: flex;
  justify-content: center;
}


/* ProjectsCarousel */

#carouselExampleControls img {
  height: 600px;
  object-fit: cover;
}

.img-text {
  color: white;
  background-color:black;
}




/* Contact Form */

.contact-form {
  padding: 5px;
  align-content: center;
  margin-top: -40px;
  text-align: center;
  display: flex;
}

.contact-form input{
  font-size: 1rem;
  width: 90%;
  margin: 5px;
}

.contact-form input[type=submit]{
  width: 50%;
}

.contact-form input[type=submit]:hover{
  background-color: grey;
}

form {
  max-width: 550px;
  margin: auto;
}


/* Bottom & Footer CSS */

.bottom-page {
  margin: auto;
  display: flex;
  justify-content: center;
}

.bottom-page a{
  font-size: 1rem;
  font-weight: normal;
}




