/*style for the navigation menu*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 15px;
    background-color:  rgb(104, 104, 104);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
  }
  
li {
    float: left;
    
  }
  
li a {
    display: block;
    color: white;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
    padding: 16px 16px;
    text-decoration: none;
    
  }
  
li a:hover {
    background-color: rgb(145, 212, 38);
  }

/*style for all h1 text*/
h1 {
    font-family: arial, helveica, sans-serif;
    text-shadow: 0.5px 1px 1.2px #000000;

}

/*Style for all h2 text*/
h2 {
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 4px #000000; 
}

/*style for the body element*/
body {
    background-color: gainsboro;
}

/*style for the p element*/
p {
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

/*style for the header*/
header {
    margin:0;
    padding:0;
}
/*style for package table*/
table.packtable {
    border-spacing: 15px;
    line-height: 1.9em;
    color: #444444;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    background-color: white;
    padding: 25px;
    padding-left: 30px;
    margin: 30px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

/*style for the form submission on Contact Us page*/
.form1 {
    line-height: 1.9em;
    color: #444444;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    background-color: white;
    padding: 25px;
    padding-left: 30px;
    margin: 30px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 18px;
}

input:focus {
    background-color: rgba(148, 243, 177, 0.705);
}
input[type=textarea] {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8;
    font-size: 16px;
    resize: none;
}
button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 20px;
}

/*style for header table*/
table.hedtable {
    border-spacing: 15px;
}
/*style for the table data elements*/
/*to come later*/

/*style for the about us section*/
.standard {
    line-height: 1.9em;
    color: #444444;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    background-color: white;
    padding: 25px;
    padding-left: 30px;
    margin: 30px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
    
}

/*style for contact us section*/
.contactus {
    line-height: 1.9em;
    color: #444444;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    padding: 25px;
    padding-left: 30px;
    margin: 30px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
    background-color: white;
    background-image: url("peakimage.png");
    background-repeat: no-repeat; 
    background-position: right;
}

/*style for the image*/
img {
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 1);
}


/*style for the table*/
.video {
    line-height: 1.9em;
    font-style: italic;
    color: #444444;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    border-radius: 15px;
    background-color: white;
    margin: 30px;
    padding: 25px;
    padding-left: 30px;
    margin-right: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 1);
}

/*style for footer email*/

/*style for footer*/
footer {
    text-shadow: 0.5px 0.5px 1px #000000;
    text-align: center;
}
table.fottable {
    border-spacing: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*responsive design for mobile*/
@media only screen and (max-width: 959px) {
    video {
        width:100%;
    }
    .conicon {
        width: 40%;
    }
    .contactus {
        background-size: cover; 
        color: white;
    }
}

/*responsive design for tablets*/
@media only screen and (max-width: 640px) {
    
    video {
        width:100%;
    }
    .conicon {
        width:40%;
    }
    .logo {
        width: 100%;
    }
    .contactus {
        background-size: cover; 
    }

/* responsive design for phones*/
@media only screen and (min-width: 320px) {
    video {
        width: 100%;
    }
    .logo {
        width:100%;
    }
    .contactus {
        background-size: cover; 
    }
}