﻿#Wrapper {
    margin: 0 auto;
    max-width: 1100px;
    padding: 10px 5px 10px 5px;
    top: 0;
}

#Header {
    width: 100%;
    height: 400px;
    background-image: url('../Images/Physiotherapy1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#Menu {
    max-width: 1024px;
    margin: 75px auto;
    color: black;
    font-size: 2vw;
}

#Menu ul {
    padding: 0;
    margin: 0 0 0 0;
}

    #Menu ul li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline;
        letter-spacing: .1px;
    }

        #Menu ul li a {
            text-transform: uppercase;
            padding: 5px 10px 5px 5px;
            color: white;
            text-decoration: none;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
        }

            #Menu ul li a:hover {
                background-color: #c0c0c0;
                color: white;
            }

            #Menu ul li a.select {
                color: white;
                background-color: #c0c0c0;
            }

#Content {
    width: 100%;
    min-height: 65vh;
}
    #Content .col1 {
        width: 100%;
        border: 5px 5px 5px rgba(223, 224, 228, 0.87)
    }
    #Content .col2 {
        width: 100%;
        border: 5px 5px 5px rgba(223, 224, 228, 0.87)
    }

#Footer {
    width: 100%;
    min-height: 40px;
    text-align: center;
    background-color: #c0c0c0;
    padding-top: 15px;
}
    #Footer .text {
        margin: 0 auto;
        max-width: 1024px;
        font-size: 10pt;
        color: white;
        text-shadow: 1px 1px 1px dimgrey;
    }