/* Main Body*/

body, html{
    height: 100%;
}

body {
  margin: 0;
  font-family: 'Lato', sans-serif;
} 

.container {
  border-radius: 5px;
  padding: 20px;
  position:relative;
  width: 50%;
  margin-left:25%;
  margin-right:25%;
}

/* Background */
.content {
  background-image: url("../../resources/images/background.jpg");
 /* background-color: darkgray; */

  /* Full height */
  min-height: 100%;

  /* Center and scale the image nicely */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
}

.tab-container {
  display: flex;
  width:100%;

}
.tab-container2 {
  display: flex;
  width:100%;
  padding-bottom: 15px;
}



.tab-col {
  flex: 50%;
  text-align:center;
  padding-left:10px;
  padding-right:10px;
  margin-left:10px;
  margin-right:10px;
}

.tab-container-foot {
  display: flex;
  width:100%;
}

.tab-col-foot {
  flex: 50%;
  text-align:center;
  padding-left:10px;
  padding-right:10px;
}

.tab-col a{
color:black;
}

.icon-col {
  flex: 12.5%;
  text-align:center;
  padding-left:10px;
  padding-right:10px;
}

/* Contact Form */
input[type=text], select, textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  resize: vertical;
  min-height: 45px;
}
input[type=email], select, textarea {
  width: 100%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-sizing: border-box;
  margin-top: 3px;
  margin-bottom: 3px;
  resize: vertical;
}
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}
input[type=submit]:hover {
  background-color: #45a049;
}

label{
  color: black;
}

  .navlist{
    margin:0;
  }


/* Font Styling */
.titles{
  font-size: 2rem !important;
  text-align: center;
}
p{
  font-size: 1.5rem;
}

/* Footer*/
.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    color: white;
    height:auto;
    background-color: #6F2232;
  }
.footer p{
  font-size: 0.7rem;
}


.footer a{
  color:white;
  text-decoration-line:underline;
}
/* Sections*/

section {
  min-height: 30vh;
  height: auto;
  position: relative;
  display: block;
  z-index: 0;
  padding-top:10px;
  width:100%;
  padding-bottom: 25px;

}
#sec_home{
  min-height:30vh;
  height:auto;
  background-color: darkgray;

}

    #services{
      background-color: white;
      color: black;

    }
    #about{
      background-color:black;
      color: white;
      text-align:center;
      max-width:95%;
      width:95%;
      margin:auto;

    }
    #contact{
      height: 100%;
      background-color:black;
      color:white;
      padding-bottom:5vh;
      width:100%;

    }

    #cust_projects{
      background-color:white;
      color:black;
      text-align:center;
      max-width:95%;
      width:95%;
      margin:auto;
    }


    .contbody{
      padding-left:10px;
      padding-right:10px;
    }
  .gap_large{
    height:30vh;
    }

    .gap_small{
      height:10vh;
      }
      .image_break{
        height:15vh;
      }
/* Responsive Design */
.topnav {
  position: fixed;
  top: 0;
  left: 0;

  background-image: linear-gradient(to left,white,darkgray,#6F2232,#6F2232);
  min-height: 50px;
  height: auto;
  width: 100%;
  z-index: 1;
}

.topnav ul{
  list-style: none;
}

.headimg{
  text-align:right;
  color:white;
  margin:10px;
  max-height:100%;
  width:auto;
}

.headimg img{
  height:50px;
}

/* Style the links inside the navigation bar */
.topnav a {
  color: #f2f2f2;
  padding: 14px 16px;
  font-size: 1.3rem;
  text-decoration: none;
  text-align: center;
  display: block;
  float: left;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  padding: bottom 20px;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 1.5rem;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {

  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropbtn:hover{
  display:block;
}

table{
  width:90%;
  margin-left:5%;
  margin-right:5%;
}

table label{
  font-size:1.5rem;
  color:white;
}

.thank_you{
  color:black;
  font-size:2.5rem;
}


ul .active a {
  border-bottom: 3px solid white;
}



#aboutimage{
  max-height:80%;
  max-width:80%;
}

.icons{
  max-height:35px;
  max-width:35px;
}

.logos{
max-height: auto;
max-width: 40%;
}

#top_head{
  color: white;
  font-family: inherit;
  padding-top:45px;
  height: auto;
  margin-left:10%;
  margin-right:10%;
  width:80%;
  text-align: center;
}

#top_head h3{
  font-size: 3rem;
}

#top_head h4{
  font-size: 2.5rem;
}

.privacy{
  margin: 20px;
  padding-top:40px;
}

.privacy h4{
  margin:0;
}

.privacy p{
  margin:0;
}

.pr-head{
  width:100%;

}

.serv_head{
  padding-bottom:5px;
  border-bottom: 1px black solid;
  font-size:1.25rem;
}


/* When the screen is less than 600 pixels wide, hide all links, 
except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .navlist {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
height: auto;
width: auto;
color:white;
  }

}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
This class makes the topnav look good on small screens (
  display the links vertically instead of horizontally) */
@media screen and (max-width: 800px) {
  .navlist.responsive {position:  absolute;}
  .navlist.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    float:none;
  }
  #sec_home{
    height: auto;
  }


  .topnav a{
    float:none;
    height:15px;
    text-align:left;

  }
  .topnav{
    margin-bottom:10px;
    padding-bottom:10px;
    background-image: linear-gradient(to left,#6F2232,#6F2232);
  }
  .navlist{
    height:auto;
  }
  .navlist.responsive a {
    float: none;
    display: block;
    text-align: left;
    position: absolute;
  }
  .navlist.responsive .dropdown {float: none;}
  .navlist.responsive .dropdown-content {position: absolute;}
  .navlist.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }


  .tab-container{
    width:100% !important;
    flex-direction:column;
  }

  .tab-col{
    margin: 5px;
  }


  .icon-col{
    margin: 5px;
  }

  section{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .image_break{
    height:10vh;
  }

  body{
    width: 100%;
  }

  ul{
    margin:0;
    padding-right: 60px;
  }

  #contact{
    width:90%;
    margin-left:5%;
    margin-right:5%;
  }

  .container{
    width: 80%;
    margin-left:10%;
    margin-right:10%;
    padding-left:0;
    padding-right:0;
  }
  table {
    width:90%;
    margin-left:5%;
    margin-right:5%;
  }

  table label{
    font-size:2rem;
  }

  table input{
    min-height:15px
  }

  input[type=text], select, textarea {
    width: 100%;
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
    margin-top: 2px;
    margin-bottom: 2px;
    resize: vertical;
    min-height: 25px;
  }

  .footer{
    width:100%;
  }
  
  .footer p{
    font-size:0.5rem;
  }

  p{
    font-size:1rem;
  }

  .titles{
    font-size: 2rem !important;
  }

  h4 {
    font-size: 2rem !important;
  }

  #contact label{
    font-size:0.8rem;
  }

  .foot_contact{
    display:none;
  }

  .headimg{
display:none;
  }
  
}


