/*This is the shared style for the header, navbar and footers*/
    .topnav {
        background-color: #e27d60;
        overflow: hidden;
        height: 51px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 999;
    }

    .topnav .logo {
        padding: 3px 14px 3px 14px;
    }


    .topnav a {
        float: left;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 20px;
    }

    
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }
    
    
    .header {
        text-align: center;
        color: white;
        margin-top: 70px
    }

    body {
        background-color: #e8a87c;
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }

    footer {
        text-align: center;
        font-style:italic;
        font-size: x-large;
        color: #e8a87c;
        background-color: paleturquoise;
        margin: 10px 200px 10px 200px;
        padding: 2px 0px 2px 0px;

    }

/*This is the beggining of the index.html page */

    .carousel-inner img {
        width: 100%;
        height: 70%;
    }


    #textboxes {
        margin-bottom: 200px;
    }
    #box1 {
        float: left;
        background-color: #41b3a3;
        text-align: center;
        padding: 15px 15px 15px 15px;
        border-radius: 15px;
        width: 30%;
        height: 150px;
        margin: 20px 20px 0px 200px;
        
    }

    #box1 a {
        color: white;
        font-size:xx-large;
    }

    #box1:hover {
        background-color: #0d9280;
    }

    @media screen and (max-width: 600px) {
        #box1 {
        width: 100%;
        }
    }

    #box2 {
        float: right;
        background-color: #41b3a3;
        text-align: center;
        padding: 15px 15px 15px 15px;
        border-radius: 15px;
        color: white; 
        width: 30%;
        height: 150px;
        margin: 20px 200px 0px 20px;

    }

    #box2 p {
        font-size: large;
    }

    @media screen and (max-width: 600px) {
        #box2 {
        width: 100%;
        }
    }
/*This is the end of the index.html page */

    /*This is the beginning of the about.html page */
    #column1 {
        float: left;
        width: 45%;
        padding: 10px;
    }

    #column1 p {
        text-align: center;
        background-color: #c38d9e;
        margin: 10px 0px 20px 80px;
        padding: 15px 15px 15px 15px;
        border-radius: 15px;
        color: white;
        font-size:large;
        border: 2px white dotted;
    
    }
    
    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
    @media screen and (max-width: 600px) {
        #column1 {
        width: 100%;
        }
    }

    #column2 {
        float: right;
        width: 45%;
        padding: 10px;
    }

    #column2 p {
        text-align: center;
        background-color: #c38d9e;
        margin: 10px 80px 20px 0px;
        padding: 15px 15px 15px 15px;
        border-radius: 15px;
        color: white;
        font-size: larger;
        border: 2px white dotted;
    }

    .row:after {
        content: "";
        display: table;
        clear: both;
    }
    
    @media screen and (max-width: 600px) {
        #column2 {
        width: 100%;
        }
    }

    .Big {
        font-size:xx-large;
    }
/*This is the end of the about.html page */

/*This is the beginning of the prices.html page */
    .grid-container {
        display: grid;
    grid-template-columns: 25% 25% 25%;
    padding: 0px;
    gap: 50px;
    float: left;
    margin: 50px 0px 50px 40px;
    }

    .grid-item {
    background-color:#c38d9e;
    border: 1px solid white; 
    padding: 15px;
    font-size: 20px;
    text-align: center;
    color: white;
    }

    #sidebar {
        float: right;
        background-color: #41b3a3;
        border: 1px solid white;
        color: white;
        padding: 20px;
        padding-bottom: 20px;
        font-size: 20px;
        width: 15%;
        margin: 0px 50px 0px 0px;
    }


    #sidebar h3{
        text-align: center ;
    }
/*This is the end of the prices.html page */

/*This is the beginning of the classes.html page */
    .subheading {
        text-align: center;
        color:#e27d60;
    }

    .section {
        border-bottom: lightblue 4px dotted;
        text-align: center;
        color: lightblue;
        font-size: 25px;
        padding: 30px;
        display: grid;
        align-items: center;
        grid-template-columns: auto auto;
        column-gap: 5px;
    }

    .pic img {
        max-width: 100%;
        max-height:100%;
    }
/*This is the end of the classes.html page */

/*This is the beginning of the contact.html page */
    input[type=text], select, textarea {
        width: 100%; 
        padding: 12px;  
        border: 1px solid #ccc; 
        border-radius: 4px; 
        box-sizing: border-box; 
        margin-top: 6px;
        margin-bottom: 16px; 
        resize: vertical 
    }
    
    .contact a{
        background-color: #41b3a3;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    
    .contact a:hover {
        background-color: #0d9280;
    }
    
    .contact {
        border-radius: 5px;
        background-color: #f2f2f2;
        padding: 20px;
        width: 40%;
        color:#41b3a3;
        margin: 10px 0px 0px 40px;
        float: left;
    }
    
    .media-grid {
        display: grid;
    grid-template-columns: 40% 40% ;
    padding: 0px;
    gap: 50px;
    float: right;
    margin: 100px 20px 0px 0px;
    width: 45%
    }

    .grid-obj {
    background-color:#41b3a3;
    border: 1px solid white; 
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: white;
    }
/*This is the end of the contact.html page */

/*This is the beginning of the message.html page */
    #message {
        background-color:#e27d60;
        color: lightblue;
        text-align: center;
        font-size: xx-large;
        margin: 250px 100px 50px 100px;
        border: lightblue 4px solid;
    }

    #link {
        background-color: #c38d9e;
        color: white;
        padding: 12px 20px; 
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size:x-large;
        margin: 0px 0px 0px 40px;
    }

    #link:hover {
        background-color:hsl(341, 26%, 52%);
    }
/*This is the end of the message.html page *