body {
    margin:0;
    background-color: #F7F7F7;
}

h1 {
    text-align: center;
}

h2 {
    text-align:center;
}

ul {
    position:fixed;
    top: 0;
    width: 100%;
    list-style-type:none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color:#7DA2A9;
    z-index: 1000;
}

li {
    float: left;
}

li a {
    display: block;
    color:black;
    text-align: center;
    font-family:'Times New Roman', Times, serif;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover {
    background-color:#F7F7F7;
    color: black;
}

li a.active {
    background-color:#5f7c82f7;
    color:white;
}

.container {
    position:inherit;
    text-align: center;
    color:#F7F7F7;
}

.reviews-slideshow {
    position: relative;
    background:#F7F7F7;
}

.quotes {
    display: none;
    padding:80px;
    text-align: center;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -30px;
    padding: 16px;
    color:black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    position: absolute;
    right:0;
    border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover {
    background-color:#7DA2A9;
    color:white;
}

.dot-container {
    text-align: center;
    padding: 20px;
    background: #ddd;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

q {font-style: italic;}

.author {color:cornflowerblue;}

input[type=text], select, textarea {
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:4px;
    box-sizing:border-box;
    resize:vertical;
}

label {
    padding:12px 12px 12px 0;
    display:inline-block;
}

input[type=submit] {
    background-color:#ade4f0f7;
    color:black;
    padding:12px 20px;
    border:none;
    border-radius:4px;
    cursor:pointer;
    float:right;
}

.form {
    border-radius:5px;
    background-color:#7DA2A9;
    padding:20px;
}

.col-25 {
    float:left;
    width:25%;
    margin-top:6px;
}

.col-75 {
    float: left;
    width:75%;
    margin-top:6px;
}

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

@media screen and (max-width:600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top:0;
    }
}

.footer {
    background-color:#7DA2A9;
    text-align: center;
    bottom:0;

}

.column2 {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
}
  
  /* 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: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
  
  /* Some left and right padding inside the container */
.container2 {
    padding: 0 16px;
}
  
  /* Clear floats */
.container2::after, .row::after {
    content: "";
    clear: both;
    display: table;
}
  
.title2 {
    color: #F7F7F7;
}

.container3 {
    border-radius:5px;
    background-color:#7DA2A9;
    padding:10px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: 1px solid #5f7c82f7;
    text-align:left;
    padding:8px;
}
tr:nth-child(even) {
    background-color: #bdced2;
}
p {
    text-indent:1%;
}

