html
{
    background: linear-gradient(rgba(240, 240, 240, 0.5),rgba(161,219,255,1));
    height: 100%;
    overflow: hidden;
}
@font-face {
    font-family: 'source_serif_proregular';
    src: url('sourceserifpro-regular1-webfont.woff2') format('woff2'),
         url('sourceserifpro-regular1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_serif_probold';
    src: url('sourceserifpro-bold1-webfont.woff2') format('woff2'),
         url('sourceserifpro-bold1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body
{
    margin: 0vw;
    padding: 0vw;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
/*Header*/
#topLink{
    background: linear-gradient(rgba(240, 240, 240, 0.932) 20%, rgba(240, 240, 240, 0.747) 50%, rgba(240, 240, 240, 0.527) 80%, transparent);
    height: auto;
    width: 100%;
    position: sticky;
    top: 0vw;
    left: 0vw;
    z-index: 4;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-template-areas: 
    "a b";
}
#logo {
    grid-area: a;
    justify-self: start;
    align-self: center;
    background-color: rgba(240, 240, 240, 0.5);
    margin-left: 2vw;
    margin-top: 1vh;
}
#homeTop {
    font-size: 1.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    grid-area: b;
    justify-self: end;
    align-self: center;
    color: black;
    transform: translateX(-4vw);
    transition-duration: 1.5s;
}
#homeTop a {
    text-decoration: none;
}
.btnTop {
    border-radius: 10px;
    font-size: 1.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
    width: 7vw;
    height: 4vh;
    background: rgba(161,219,255);
    border-style: solid;
    border-width: 1px;
    padding: 0.2vw;
    color: #2c5d95;
    border-color: black;
    transition-duration: 0.5s;
}
.btnTop:hover {
    color: rgba(255, 255, 255);
}
/*End Header*/
/*Title*/
#meetTitle {
    text-align: center;
    margin-top: 14vh;
}
#meetTitle h1 {
    font-size: 4.2vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
/*Individual Companies*/
/*Peoria Vein Center*/
#PVC {
    height: auto;
    width: 100%;
    margin-top: 16vh;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 55% 45%;
    grid-template-areas: 
    "a b";
}
#textPVC {
    grid-area: a;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: start;
    align-self: center;
    text-align: center;
    margin-left: 3vw;
}
#PVCTitle {
    font-size: 3vw;
    width: 55%;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#textPVC p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#textPVC button {
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2vw;
}
.button2 {
    width: 12vw;
    height: 5.5vh;
    color: black;
    border: 2px solid #555555;
    background-color: transparent;
    border-radius: 12px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.button2:hover {
    background-color: #555555;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
#imagePVC {
    grid-area: b;
    justify-self: center;
    align-self: center;
    margin-top: -5vh;
}
/*End Peoria Vein Center*/
/*Cosmetic Plastic Surgery of Illinois*/
#CPS {
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 45% 55%;
    grid-template-areas: 
    "a b";
    margin-top: 10vh;
}
#imageCPS {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#textCPS {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: center;
    text-align: center;
    margin-right: 3vw;
}
#CPSTitle {
    font-size: 3vw;
    width: 55%;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#textCPS p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#textCPS button {
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    font-size: 1.2vw;
}
.button2 {
    width: 12vw;
    height: 5.5vh;
    color: black;
    border: 2px solid #555555;
    background-color: transparent;
    border-radius: 12px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.button2:hover {
    background-color: #555555;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/*End Cosmetic Plastic Surgery of Illinois*/
#location {
    margin-top: 3vh;
}
#location a {
    text-decoration: none;
    color: black;
}
#location a:hover {
    text-decoration: underline black;
}
#companyPhone {
    margin-top: -1vh;
}
#companyPhone a {
    text-decoration: none;
    font-family: 'source_serif_probold';
    color: #333;
}
#companyPhone a:hover {
    text-decoration: underline black;
}
/*End Individual Companies*/
/*Both Companies*/
#Both {
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-areas: 
    "a b c";
    margin-top: 10vh;
}
#textLeftBoth {
    grid-area: a;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: start;
    align-self: center;
    text-align: center;
    margin-left: 2vw;
}
#textLeftBoth p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#imageBoth {
    grid-area: b;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#BothISS {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#BothCombined {
    grid-area: b;
    justify-self: center;
    align-self: center;
}
#textRightBoth {
    grid-area: c;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: start;
    align-self: center;
    text-align: center;
    margin-right: 1vw;
}
#textRightBoth p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
/*End Both Companies*/
/*Meet the Doctors*/
/*Title*/
#meetDoctorsTitle {
    text-align: center;
    margin-top: 15vh;
}
#meetDoctorsTitle h1 {
    font-size: 4.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
/*Grid*/
#meetDoctors {
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
    "x x"
    "a b"
    "y y"
    "c d";
    margin-top: 10vh;
}
/*Doctors*/
/*PVC Doctors*/
/*Title*/
#docsPVC {
    grid-area: x;
    text-align: center;
}
#docsPVC h1 {
    font-size: 3.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*Title*/
#doc1 {
    grid-area: a;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#doc1Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#doc1Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 86%;
    margin-left: auto;
    margin-right: auto;
}
#doc1Text h3 {
    font-size: 1.8vw;
}
#doc2 {
    grid-area: b;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#doc2Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#doc2Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}
#doc2Text h3 {
    font-size: 1.8vw;
}
/*End PVC Doctors*/
/*Title*/
#docsCPS {
    grid-area: y;
    text-align: center;
    margin-top: 15vh;
}
#docsCPS h1 {
    font-size: 3.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
#doc3 {
    grid-area: c;
    margin-top: -10vh;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#doc3Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#doc3Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6vh;
}
#doc3Text h3 {
    font-size: 1.8vw;
}
#doc4 {
    grid-area: d;
    margin-top: -10vh;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#doc4Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#doc4Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -6vh;
}
#doc4Text h3 {
    font-size: 1.8vw;
}
/*End Grid*/
/*End Doctors*/
/*Providers*/
/*Title*/
#meetProvidersTitle {
    text-align: center;
    margin-top: 20vh;
}
#meetProvidersTitle h1 {
    font-size: 4.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
/*Grid*/
#meetProviders {
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    grid-template-areas: 
    "x x"
    "a b"
    "y y"
    "c c";
}
/*Providers PVC*/
/*Title*/
#provPVC {
    grid-area: x;
    text-align: center;
}
#provPVC h1 {
    font-size: 3.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
#prov1 {
    grid-area: a;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#prov1Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#prov1Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1vh;
}
#prov1Text h3 {
    font-size: 1.8vw;
}
#prov2 {
    grid-area: b;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#prov2Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#prov2Text {
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -1vh;
}
#prov2Text h3 {
    font-size: 1.8vw;
}
/*End Providers PVC*/
/*Providers CPS*/
/*Title*/
#provCPS {
    grid-area: y;
    text-align: center;
    margin-top: 10vh;
}
#provCPS h1 {
    font-size: 3.5vw;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
/*End Title*/
#prov3 {
    margin-top: 1vh;
    grid-area: c;
    display: grid;
    flex-wrap: wrap;
    grid-template-rows: 50% 50%;
    grid-template-areas: 
    "a"
    "b";
}
#prov3Photo {
    grid-area: a;
    justify-self: center;
    align-self: center;
}
#prov3Text {
    margin-top: 1vh;
    grid-area: b;
    font-size: 1.5vw;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
    width: 45%;
    margin-left: auto;
    margin-right: auto;
}
#prov3Text h3 {
    font-size: 1.8vw;
}
/*End Providers CPS*/
/*End Grid*/
/*End Providers*/
/*End Meet Us*/
/*Footer*/
#endbg {
    background: linear-gradient(rgba(161,219,255,0.1),rgba(240, 240, 240, 0.6));
    margin-top: 18vh;
}
#footer {
    padding: 1%;
    height: auto;
    width: 100%;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 32.3% 33.3% 33.3%;
    grid-template-areas: 
    "a b c";
}
#home {
    grid-area: a;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#home button {
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#download {
    grid-area: b;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#download button{
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
#staff {
    grid-area: c;
    justify-self: center;
    align-self: flex-start;
    text-align: center;
}
#staff button {
    letter-spacing: 1px;
    font-family: 'source_serif_probold';
    font-weight: normal;
    font-style: normal;
}
.button3 {
    width: 10vw;
    height: 4.5vh;
    color: white;
    border: 2px solid #555555;
    background-color: #555555;
    border-radius: 12px;
    transition-duration: 0.5s;
    cursor: pointer;
}
.button3:hover {
    background-color: rgba(161,219,255,0.4);
    color: black;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
/*Copyright*/
#copyright {
    font-size: 0.8vw;
    padding: 1%;
    text-align: center;
    font-family: 'source_serif_proregular';
    font-weight: normal;
    font-style: normal;
}
/*End Copyright*/
/*End Footer*/
/*Mobile*/
@media screen and (orientation: portrait) {
    /*Header*/
    #logo img {
        height: 120px;
        width: auto;
    }
    .btnTop {
        font-size: 4.2vw;
        width: 18vw;
        height: 5vh;
        margin-right: 2vw;
    }
    /*End Header*/
    #meetTitle {
        margin-top: 8vh;
    } 
    #meetTitle h1 {
        font-size: 8.2vw;
    }
    /*Companies*/
    /*PVC*/
    #PVC {
        margin-top: 6vh;
        grid-template-areas: 
        "a a"
        "b b";
    }
    #textPVC button {
        font-size: 4.2vw;
    }
    .button2 {
        width: 40vw;
    }
    #PVCTitle {
        font-size: 6vw;
    }
    #imagePVC {
        margin-top: 4vh;
    }
    #imagePVC img {
        height: 260px;
    }
    /*End PVC*/
    /*CPS*/
    #CPS {
        margin-top: 6vh;
        grid-template-areas: 
        "a a"
        "b b";
    }
    #imageCPS {
        grid-area: b;
        margin-top: 4vh;
    }
    #imageCPS img {
        height: 300px;
    }
    #textCPS {
        grid-area: a;
    }
    #textCPS button {
        font-size: 4.2vw;
    }
    #CPSTitle {
        font-size: 6vw;
    }
    /*End CPS*/
    /*Both*/
    #Both {
        grid-template-areas: 
        "a a a"
        "b b b"
        "c c c";
    }
    #BothISS img {
        height: 300px;
    }
    #BothCombined img {
        height: 240px;
    }
    /*End Both*/
    /*End Companies*/
    /*Meet Doctors*/
    #meetDoctorsTitle {
        margin-top: 5vh;
    }
    #meetDoctorsTitle h1 {
        font-size: 7.5vw;
    }
    #meetDoctors {
        grid-template-areas: 
        "x x"
        "a a"
        "b b"
        "y y"
        "c c"
        "d d";
        margin-top: 5vh;
    }
    #docsPVC h1 {
        font-size: 5.5vw;
    }
    #doc1 {
        margin-bottom: 15vh;
    }
    #doc1Photo img {
        height: 500px;
    }
    #doc2Photo img {
        height: 500px;
    }
    #doc2Text {
        font-size: 2.5vw;
    }
    #doc2Text h3 {
        font-size: 3.4vw;
    }
    #docsCPS h1 {
        font-size: 5.5vw;
    }
    #doc3 {
        margin-top: 0;
        margin-bottom: 12vh;
    }
    #doc3Photo {
        margin-bottom: 5vh;
    }
    #doc3Photo img {
        height: 500px;
    }
    #doc3Text {
        font-size: 2.5vw;
    }
    #doc3Text h3 {
        font-size: 3.4vw;
    }
    #doc4Photo img {
        height: 500px;
    }
    #doc4Text {
        margin-top: -4vh;
    }
    /*End Meet Doctors*/
    /*Meet Providers*/
    #meetProviders {
        grid-template-areas: 
        "x x"
        "a a"
        "b b"
        "y y"
        "c c";
    }
    #meetProvidersTitle h1 {
        font-size: 7.5vw;
    }
    #provPVC h1 {
        font-size: 5.5vw;
    }
    #prov1Photo {
        margin-top: 5vh;
        margin-bottom: 4vh;
    }
    #prov1Photo img {
        height: 500px;
    }
    #prov1Text {
        font-size: 4.5vw;
    }
    #prov1Text h3 {
        font-size: 4.8vw;
    }
    #prov2Photo img {
        height: 500px;
    }
    #prov2Text {
        font-size: 4.5vw;
    }
    #prov2Text h3 {
        font-size: 4.8vw;
    }
    #provCPS h1 {
        font-size: 5.5vw;
    }
    #prov3Photo img {
        height: 400px;
    }
    #prov3Text {
        width: 70%;
        font-size: 4.5vw;
    }
    #prov3Text h3 {
        font-size: 4.8vw;
    }
    /*End Meet Providers*/
    #endbg {
        margin-top: 12vh;
    }
    /*Footer*/
    .button3 {
        width: 25vw;
        font-size: 3.5vw;
    }
    #copyright {
        font-size: 1vw;
    }
    /*End Footer*/
}
/*End Mobile