/* Set height of body and the document to 100% to enable "full page tabs" */
body, html {
/*  height: 0%;*/
  margin: 0;
  font-family: Arial;
  font-size: 18px;
	line-height: 1.5em; 
	background-color: #cccccc;    
}

z:link, z:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}


z:hover, z:active {
    background-color: red;
}



h2 { font-family:"Times New Roman"; 
    font-size: 32px; 
    font-style:italic; 
    font-weight: normal; 
    margin: 22px 30px 30px 260px;
    color: #000000; 
 }

@media screen and (max-width: 600px) {
  h2 {
    float: none;
      margin: 80px 30px 30px 30px;
  }
}


h3 { font-family:"Times New Roman"; 
    font-size: 32px; 
    font-style:italic; 
    font-weight: normal; 
    color: #000000; 
    margin: 22px 30px 30px 40px;
}

@media screen and (max-width: 1000px) {
  h3 {
    float: none;
      margin: 80px 30px 30px 30px;
  }
}


h4 { font-family:"Times New Roman"; 
    font-size: 32px; 
    font-style:italic; 
    font-weight: normal; 
    color: #000000; 
    margin: 22px 30px 30px 20px;

    
}


/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: 1px solid black;
  outline: none;
  cursor: pointer;
  padding: 14px 2px;
  font-size: 17px;
  width: 20%;
  height: 60px;
}


@media screen and (max-width: 480px) {
  .tablink {
    background-color: #555;
    color: white;
    float: left;
    border: 1px solid black;
    outline: none;
    cursor: pointer;
    padding: 14px 2px;
    font-size: 14px;

  }
}


.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: black;
    display: none;
    font-size:24px;
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 20px 0px;
    height: 100%;
}

@media screen and (max-width: 1000px) {
    .tabcontent {
        width: 100%;
        display: block;
        margin: 2px 2px 2px 2px;
        height: 100%;


    }
}


.responsive {
    width: 100%;
    height: 100%;
    max-height: 110px;
}

.column {
    font-size:18px;
    float: left;
    width: 33%;
    margin-bottom: 2px;
    padding: 0px 0px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 1000px) {
    .column {
        width: 100%;
        display: block;
    }
}


.column1 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:left;
    width: 100%;
    margin: 2px 2px 2px 2px;
    padding: 2px 2px 2px 2px;
}

.column2 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:left;
    width: 50%;
    margin: 2px 2px 2px 20px;
    padding: 2px 2px 2px 2px;
}

@media screen and (max-width: 1000px) {
    .column2 {
        width: 100%;
        float:left;
    margin: 2px 30px 2px 2px;
    padding: 2px 20px 20px 2px;
    }
}

.column3 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:left;
    width: 50%;
    margin: 20px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
}

.column4 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:right;
    width: 30%;
    margin: 2px 20px 2px 2px;
    padding: 2px 20px 20px 20px;
    background-color: darkgray;
    border: 1px solid black;

}

@media screen and (max-width: 1000px) {
    .column4 {
        width: 60%;
        float:left;
    margin: 2px 20px 10px 2px;
    padding: 2px 20px 20px 20px;
    }
}

.column5 {
    font-family:sans-serif;
    font-size:18px;
    line-height: 1.2em;
    float:left;
    width: 70%;
    margin: 2px 20px 2px 20px;
    padding: 2px 20px 2px 20px;
}

.col1{
        font-size:18px;
    line-height: 1.2em;
    float: left;
    width: 70%;
    margin: 2px 2px 2px 2px;
    padding: 20px 0px 20px 20%;
}

@media screen and (max-width: 1000px) {
    .col1 {
        width: 90%;
        display: block;
    margin: 2px 20px 2px 2px;
    padding: 0px 20px 0px 20px;
    }
}

.left {
    width: 80%;
}

.right {
    width: 20%;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .column2 {
        width: 100%;
        display: block;
    }
}
/* Add some shadows to create a card effect */
.card {
    box-shadow: 4px 8px 2px 2px rgba(0, 0, 0, 0.2);
    
}

.card2 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    margin: 0px 0px 0px 0px;
        
}

.card3 {
    box-shadow: 4px 8px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 80px 0px 0px 0px;
        
}

.col_w240 {
	float: right;
	width: 20%;
	margin: 0px 20px 20px 20px;
    padding: 0px 20px 20px 20px;
    font-family: sans-serif;
    font-size: 18px;
    background-color: ghostwhite;
}
@media screen and (max-width: 1000px) {
    .col_w240 {
        width: 90%;
        display: block;
    margin: 2px 20px 2px 2px;
    padding: 0px 20px 0px 20px;
    }
}


.last_col {
	margin-right: 0px;
}


.image {
    /*border: 2px solid #ccc; 
    background: #fff; 
    padding: 2px; */
    margin: 24px 20% 24px 20%;
    max-width: 600px;
    min-width: 180px;
}

.image1 {
    padding: 2px; 
    max-width: 200px;
    min-width: 180px;
    
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


.image2 {
    
    max-width: 300px;
    min-width: 180px;
    padding: 10px; 
    float: left;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Some left and right padding inside the container */
.container {
    padding: 2px 20px;
}

/* Clear floats */
.container::after, .row::after {
    content: "";
    clear: both;
    display: table;
}

.bg {
      background-color: white;

}

.title {
    color: grey;
}


.header {
  overflow: hidden;
  background-color: #f1f1f1;
  padding: 20px 20px;
}


.logo {
  float: left;
  color: black;
  padding: 1px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 1px;
  border-radius: 1px;
}
.blink {
  float: right;
  color: black;
  padding: 1px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 1px;
  border-radius: 1px;
}





/* Float the link section to the right */
.header-left {
  float: left;
}

/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */ 
@media screen and (max-width: 600px) {
  .header-left {
    float: none;
  }
}


#my-div
{
    width    : 900px;
    height   : 480px;
    overflow : hidden;
    position : relative;
    margin: 1% 1% 10% 10%;

}

@media screen and (max-width: 1600px) {
    #my-div {
        width: 100%;
        float:left;
    margin: 2px 30px 2px 2px;
    padding: 2px 20px 20px 2px;
    }
}


 
#my-iframe
{
    position : absolute;
    top      : 0px;
    left     : 0px;
    width    : 100%;
    height   : 100%;
}


#Home {background-color: #cccccc;}
#About {background-color: #cccccc;}
#Services {background-color: #cccccc;}
#FAQs {background-color: #cccccc;}
#Contact {background-color: #cccccc;}
