/*
$main-trim-color: #237afc;
*/

@import "/css/global.css";

body {
	background-color: beige;
}

/*
#navbar {
	position: fixed;
	text-align: right;
	background-color: rgba(0,0,0,0.8);
	width: 100vw;
	z-index: 2;
	padding-right: 30px;
}

#navbar img {
  height: 30px;
  margin: 10px 5px;
  cursor: pointer;
}
*/

.page-heading {
    display: block;
    position: absolute;
    top: 440px;
    left: 0px;
    padding: 0px 50px;
    background-color: rgba(35,122,252,0.8);
    width: 100%;
}

.main-heading {
    font-size: 3em;
    color: white;
    font-weight: lighter;
    margin-bottom: 20px;
    display: inline;
    margin-right: 20px;
}

#main-navigation {
    position: absolute;
    top: 470px;
    right: 0px;
}

.sub-heading {
    display: inline;
    color: white;
}

.sub-heading p {
    display: inline;
    margin-right: 10px;
    font-size: 16px;
}

.header {
	padding: 0px;
	position: relative;
	height: auto !important;
	display: flex;
}

.header img {
  height: 100px;
}

.header-img-div {
	width: calc(100vw);
	height: calc(100vh);
	overflow: hidden;
	padding: 0px;
}

#header-img {
	width: 100%;
	height: 100%;
	opacity: 0.8;
	object-fit: cover;
}

.cities-div {
	width: 98%;
	margin: auto;
}

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.city {
	margin-top: 50px;
}

.img-fluid {
	width: 98%;
	box-shadow: 5px 5px 3px gray;
}

.num_projs {
	font-weight: normal;
	font-size:1.5rem
}

.description {
	height: 100px;
	width: 100%;
	background-color: #000025;
	text-align: center;
	border-left: 1px solid white;
}

.description h1 {
  color: white;
	font-weight: 800;
	font-size: 3rem;
	line-height: 30px;
  margin: 40px;
}

.description p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.5;
}

.description button {
    border: 0px;
    background: chocolate;
    border-radius: 0;
    color:#fff;
}
.description button:hover {
    background:brown;
}

.main {
    max-width: 100%;
    position: relative;
    margin-top: 30px;
}

.feature-title {
	font-weight: 600;
	margin-bottom: 5px;
	margin-top: 20px;
  font-size: 1.5rem;
}

.feature-sidebar {
	text-align: right;
	padding-left: 100px;
}

.feature-sidebar img {
	width: auto;
	height: 150px;
}

/*
.features img {
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 16px;
}
*/

.background {
    background: #dedec8;
    padding: 4em 0;
}

.team {
    color: #5e5e55;
}
.team .card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
}
.team .card {
    background:none;
    border: none;
}
.team .card-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #333;
}

.team .card-body {
    width: 80%;
    padding: 1.25rem 0px;
}

.team .card-img-top {
    width: 80%;
}

.page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 30px;
}

.footer-copyright {
    color: #666;
}


@media (max-width: 575.98px) {
    .description {
        left: 0;
        padding: 0 15px;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;
    }

    .description h1 {
        font-size: 2em;
    }

    .description p {
        font-size: 1.2rem;
    }

    .features {
        margin: 0;
    }
}

#search_div {
	position: absolute;
	bottom: -100px;
	left: 0px;
	color: white;
	font-size: 32px;
	background-color: #237afc;;
	line-height: 60px;
	width: 100%;
	border-radius: 50px;
}

#search_box_div {
	width: 100%;
	position: absolute;
	bottom: -120px;
	left: 0px;
}

#searchValue {
	border: 15px solid lightskyblue;
	padding: 5px;
	line-height: 30px;
	font-size: 16px;
	width: 100%;
	color: gray;
	outline: none;
	border-radius: 5px;
	box-shadow: 3px 3px 3px black;
}

#search_icon {
	width: 40px;
	position: absolute;
	right: 14px;
	background-color: aquamarine;
	top: 15px;
	cursor: pointer;
}
