/*********************************************************
* Description: .css for index page - WK Insights
* Author: Joel Konitzer
*********************************************************/

/************************Global CSS**************************/


/* Set width of the body of the page to 90% of max width which is 1025px */

* body {

    padding-top: 50px;
    font-size:100%;
    width: 100%;
    height: 100%;
    /*max-width: 1025px;*/

}
* main {

   
    padding-top: 50px;
    font-size:100%;
    width: 90%;
    height: 100%;
   /* max-width: 1025px; */

}

* footer {
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

/* Set light colored background to entire webpage*/
* {

    margin : 0 auto;
    background : #62a3c3;
}
/*CSS for gallery page - organizing and structures images */
.row {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

  }
   /**/
    .column {
    max-width: 20%;
    padding: 1px;
  }
  .column img {
    margin-top: 30px;
    align-content: center;
  
    vertical-align: middle;
    width: 200%;

     padding: 10%;
}
  
  

/* Heading CSS*/
header h1, h1, h2, h3{
    padding: 1.0416%;
    text-align: center
}

/* Apply font sizes to various headers*/
h1 { 

    font-size: 200%;
    font-family: AmazingKids, sans-serif;
  
} 
h3 { 

    font-size: 100%;
    padding: 10%;
  
} 


/* Apply font sizes to various headers*/
h1 { 

    font-size: 200%;
    font-family: AmazingKids, sans-serif;
  
} 

/*Double the default 16px font*/
h2 { 
    font-size: 150%;

} /*One & a Half the default 16px font*/

/* Set px left and right padding to paragraph tags */
p, p1 {
    text-align: center;
    padding-right: 0.521%;
    padding-left: 0.521%;
}

p3 {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;
    
  
}
/* Apply 1.0416% left padding to all list items */
u1 li { 
    padding-left: 1.0416%;
}

/*********************************************************/


/************************Table CSS**************************/

/*Format table border*/
table {
    border: 2px solid whitesmoke;
}
/*Format first column and rows*/
tr td:first-child{
    font-weight: bold;
    font-size: 125%;
    background-color: gainsboro;
}
/*Format header*/
th {
    border: 2px solid black;
    font-weight: bold;
    font-size: 125%;
    background-color: gainsboro;
}
/*Format data body / cell border*/
td {
    border: 2px solid black;
    background-color: whitesmoke;
    padding: .2em .7em;
    text-align: center;
}

/*Center cell text*/
th.left, td.left {text-align: center;
}


/*********************************************************/
/************************Image CSS**************************/

/* Apply figcaption/tablecaption to index page */

figcaption {
    display:table;
    font-weight: bold;
    border-bottom: 1px solid black;

}
tablecaption {
    display:table;
    font-weight: bold;
    font-size: 150%;
    border-bottom: 1px solid black;

}

/* Apply blue border with rounded corners to other images */

#line {
    background-image: url("line.png"); 
    width: 100px;
    height: 100px;
    
}
#line:hover {
    background-image: url("money.png");

}
 



/* Apply blue border with rounded corners to other images */
#Trek {
    width: 100%;  /*set width to 100% to keep quality, but enlage slightly by setting max-width to 150px*/
    max-width: 150px; 
    border: blue;
    border-radius: 1.0416%;
    position: relative;
}

#WK {
    width: 100%;  /*set width to 100% to keep quality, but enlage slightly by setting max-width to 150px*/
    max-width: 150px; 
    border: blue;
    border-radius: 1.0416%;
    position: relative;
}

#serviceimg {

    width: 250%;  /*set width to 100% to keep quality, but enlage slightly by setting max-width to 150px*/
    max-width: 400px;
    border-radius: 1.0416%;
    position: relative;

} 

#dataimg {

    width: 200%;  /*set width to 100% to keep quality, but enlage slightly by setting max-width to 150px*/
    max-width: 400px;
    border-radius: 1.0416%;
    position: relative;
    padding: 10%;

} 
/*********************************************************/

/**********************Form CSS*********************/
#response_form {
    width:195px;
    border:5px solid #ccc;

}
fieldset {

    border: white;
}

input, select { 

    margin-bottom: 5px; 
    font-size: 90%;
    padding: 2;
    background-color: white;
    border-color: white;

    }
    }
#comments {
    background: white;
    width: 100%;
}
/***************Adjusting layout of checkbox and radio*********/
input[type=checkbox], input[type=radio] {
    width   : 5px;
    margin  : 5px;


}


input:valid { 
        border: 1px solid black; 
    } 
    
input:invalid { 
        box-shadow: none; 
    } 

        
#buttons input { 
    display: block;
    width: 10em;
        }


/*****************************************/


/**********************Page Layout CSS*********************/


/* Desktop First Design */
#mobile_menu{
    display: none;
}

/* Tablet landscape and desktop layout (768px or more)*/
@media only screen and (min-width: 768px) {
#nav_menu ul {
    width:80%;
    list-style-type: none;
    list-style: none;
    padding: 1em 0;
    text-align: center;
    border-top: 2px solid black; border-bottom: 2px solid black; 
    }
    
/* set navigation style to horizontal*/
#nav_menu li { 
    display: inline;
    color: #fff;
    padding: 0 1.5em; 
    }  
    

/* selected style of navigational hyperlinks*/
#nav_menu header ul li a {

    font-weight: bold; 
    color: blue; }
/* indentify which page you are on*/
#nav_menu ul li a.current { 
    color: green;
    }
}

* body {

    font-size:100%;
    width: 90%;
    height: 100%;
/*max-width: 1025px;*/
}

aside {

    display: inline-block;
    left: 0;
}
section {
    width: 50%;
    float: right;
    right: 0;
}




/* Mobile landscape layout (max-width 767px) */
@media only screen and (max-width: 767px) {
    #mobile_menu{
        display: block;
        width: 40%;
        background:transparent;    
    }
    #mobile_menu li{
        text-align: center;
    }
    #nav_menu{
        display:none;
    }
    /*Responsive table css*/
    th, td {
        display:block;
    }
    thead {
        display: none;
        display: none;
        font-weight: bold;
        font-size: 125%;
        background-color: cadetblue;
    }
    tbody td {
        border-bottom-style: none;
    }
    tr td:first-child {
        font-weight: bold;
        font-size: 125%;
        background-color: cadetblue;
    }
  /*Responsive form css*/


  input, select { 
    box-sizing: border-box;
    margin-bottom: 5px; 
    font-size: 90%;
    padding: 2;
    background-color: white;
    border-color: white;

    }
#comments {
    background: white;
    width: 100%;
}
/***************Adjusting layout of checkbox and radio*********/
input[type=checkbox], input[type=radio] {
    width   : 5px;
    margin  : 5px;
width: 14mm;


     
}


input:valid { 
        border: 1px solid black; 
    
    } 
    
input:invalid { 
    
        box-shadow: none; 
    } 
br 
        { 
            clear: both; 
            
    }
        
#buttons input { 
    display: block;
    width: 10em;
        }
    

}
* body {
    height: 100%;
    font-size:100%;
    width: 90%;
    max-width: 1025px;
}
aside {
    height: 100%;
    width: 34.375%;
    left: 0;
}
section {
    height: 100%;
    width: 34.375%;
    right: 0; 
}


/*********************************************************/