  header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 9rem;
  text-align: center;
  color: #fff;
  background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("image/building-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
    height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
  
  
}
header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
  font-family: "Calibri";
}
header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 868px) {
  header.masthead {
    padding-top: 22rem;
    padding-bottom: 13.5rem;
    
  }
  header.masthead .masthead-subheading {
    font-size: 2.25rem;
    font-style: italic;
    line-height: 2.25rem;
    margin-bottom: 2rem;
  }
  header.masthead .masthead-heading {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
}

            .logo-cctv:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
 .section-type{
    font-family: "Lucida Console", monospace;
    color :#0DBDF7;
 }

	#myFooter {
			background-color: #5EABDF;
			color: white;
			padding-top: 20px;
		}

		#map-container {
			height: 240px;
			width: 100%;
			margin-top: 30px;
			margin-bottom: 10px;
		}

		#myFooter .row {
			margin: 0 85px;
		}

		#myFooter .footer-copyright {
			background-color: #10222e;
			padding-top: 3px;
			padding-bottom: 3px;
			text-align: center;
		}

		#myFooter .footer-copyright p {
			margin: 10px;
			color: #ccc;
		}

		#myFooter .container {
			width: auto;
		}

		#myFooter ul {
			list-style-type: none;
			padding-left: 0;
			line-height: 1.7;
		}

		#myFooter h5 {
			font-size: 18px;
			color: white;
			font-weight: bold;
			margin-top: 30px;
		}

		#myFooter a {
			color: black;
			text-decoration: none;
		}

		#myFooter a:hover,
		#myFooter a:focus {
			text-decoration: none;
			color: white;
		}

		#myFooter .social-networks {
			text-align: center;
			padding-top: 30px;
			padding-bottom: 38px;
		}

		#myFooter .fa {
			font-size: 30px;
			margin-right: 15px;
			margin-left: 20px;
			background-color: white;
			color: #182c39;
			border-radius: 51%;
			padding: 10px;
			height: 50px;
			width: 50px;
			text-align: center;
			line-height: 31px;
			text-decoration: none;
			transition: color 0.2s;
		}

		#myFooter .fa-facebook:hover {
			color: #2b55ff;
		}

		#myFooter .fa-facebook:focus {
			color: #2b55ff;
		}

		#myFooter .fa-google-plus:hover {
			color: red;
		}

		#myFooter .fa-google-plus:focus {
			color: red;
		}

		#myFooter .fa-twitter:hover {
			color: #00aced;
		}

		#myFooter .fa-twitter:focus {
			color: #00aced;
		}

		@media screen and (max-width: 767px) {
			#myFooter {
				text-align: center;
			}
			#myFooter .row {
				margin: 0;
			}
		}
		
		  button {
            background-color: #73CBE7;
            color: black;
            padding: 14px 20px;
            border: none;
            cursor: pointer;
            width: 100%;
        }

        button:hover {
            opacity: 0.5;
        }
		