/* Custom Styles */

body {
  background-color: #c41962 !important;
  background-image: url("../imgs/bg_home_mahim_causeway.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}


* {
  padding: 0;
  margin: 0;
}

.navbar {
  height: 66px;
}

.logo {
  height: 40px;
  cursor: pointer;
}

.main {
  height: calc(100vh - 66px);
  padding-top: 120px;
  background: rgba(195, 25, 98, 0.75);
}

.main-img {
  width: 600px;
}

.main-text {
  font-size: 38px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}

.nav-text {
  font-size: 14px;
  text-decoration: none;
}

