@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap')

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

main{
    min-height: 100vh;
    background-color:#434343ff;
    color: #ffffff;
    padding: 36px;
	font-size: 150%;
}

footer {
 
   /*position: fixed;
   left: 0;
   bottom: 0;*/
   width: 100%;
   background-color: #2a2a2aff;
   color: #0097a7ff;
   min-height: 120px;

   display: flex;
   flex-wrap: wrap;
}

footer>div {
  color: #0097a7ff;
  text-align: center;
  padding: 20px;
}

footer svg {
    fill: #0097a7ff;
	cursor: pointer;
}

footer svg:hover {
    cursor: pointer;
    fill: cyan;
}

nav{
    height: 40px;
    padding: 4px;
    background-color: #2a2a2aff;
	
}
.search {
  float: right;
}

.search input[type=text] {
  padding: 7px;
  margin-top: 8px;
  font-size: 12pt;
  border: 0px solid black;
}

.search button {
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.burger {
	float: right;
}

.burger button {
	padding: 3px;
}


/* Style the top navigation bar */
.navbar {
  overflow: hidden;
  background-color: #2a2a2aff;
}

/* Style the navigation bar links */
.navbar a {
  float: left;
  display: block;
  background-color: #0097a7ff;
  color: white;
  text-align: center;
  padding: 14px 18px;
  text-decoration: none;
}

/* Change color on hover */
.navbar a:hover {
  background-color: cyan;
  color: black;
}

header {
	background-image: url("Img/Banner1.png");
    background-size:     cover;                
    background-repeat:   no-repeat;
    background-position: center center;
	
	padding: 15px;
	text-align: center;
	background-color: #2a2a2aff;
	color: white;
	font-size: 20px;
	text-decoration: underline;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #0097a7ff;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: white;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: black;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.logo{
	float: left;
	size: 300px 300px
}

.contact{
	padding: 4px;
	float: center;
}

.contact input[type=text]{
	font-size: 18px;
}

.contact1{
	margin-top: 4px;
	float: center;
}

.contact1 input[type=text]{
	font-size: 25px;
	height: 400px;
	width: 682px;
}

.contact2 button {
	height: 40px;
	width: 690px;
	font-size: 20px;
}
.thumbnails img{
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
	text-align: center;
}

.thumbnails img:hover{
	border: 4px solid cyan;
	cursor:pointer;
}

.preview img{
	border: 4px solid cyan;
	padding: 1px;
	text-align: center;
	width: 80%;
	height: 30%;
}

.gallery{
	float: center;
	padding: 3%;
	margin-top: 0.5%;
	width: 94%;
	text-align: center;
}

video {
	float: left;
	width:50%;
	height:auto;
	padding:1%;
	margin-right: 10px;
}

.google-map {
     padding-bottom: 50%;
     position: relative;
}

.google-map iframe {
     height: 100%;
     width: 100%;
     left: 0;
     top: 0;
     position: absolute;
}

.search1 {
  float: left;
  margin-left: 750px;
  margin-right: 600px;
  margin-bottom: 35px;
}

.search1 input[type=text] {
  padding: 7px;
  margin-top: 8px;
  font-size: 20pt;
  border: 0px solid black;
}

.search1 button {
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 28px;
  border: none;
  cursor: pointer;
}

.job{
	float: right;
	font-size: 200%;
}

#careersContainer{
	text-align: center;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
}

.card{
    float: right;
	width: 400px;
    height: auto;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.links{
	color: white;
	text-decoration: none;
	font-size: 25px;
	margin-right: 20px;
}

.links:hover{
	color: #0097a7ff;
}

.links1{
	color: white;
	text-decoration: none;
	font-size: 25px;
}

.links1:hover{
	color: #0097a7ff;
}
.topnav {
  overflow: hidden;
  background-color: #2a2a2aff;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  background-color: #0097a7ff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: cyan;
  color: black;
}

.topnav a.active {
  background-color: red;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  header{
  	display: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}