﻿@media only screen and (max-width: 1125px) {
    .para6 {
        text-align: center;
        font-family: 'Century Gothic';
        font-size: 55px;
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 1200px
    }

    .quote {
        background-image: url('../../Images/beige099.gif');
        font-family: Freestyle Script;
        font-size: 40px;
        margin-left: 50px;
        text-align: center;
        margin-top: 40px;
        border-radius: 8px;
        border-style: none;
        border-color: burlywood;
        width: 500px;
        float: left;
        /*transform: rotate(15deg);*/
    }

    #bottom1 {
        width: 60%;
        float: left;
        margin-left: 20px;
        border: solid;
        border-color: burlywood;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 1126px) {
    .para6 {
        text-align: center;
        font-family: 'Century Gothic';
        font-size: 55px;
        margin-left: 200px;
        margin-right: 200px;
        margin-top: 700px
    }

    .quote {
        background-image: url('../../Images/beige099.gif');
        font-family: Freestyle Script;
        font-size: 40px;
        margin-right: 2%;
        text-align: center;
        margin-top: 40px;
        border-radius: 8px;
        border-style: none;
        border-color: burlywood;
        width: 30%;
        float: right;
        /*transform: rotate(15deg);*/
    }

    #bottom1 {
        width: 35%;
        float: right;
        margin-left: 20px;
        border: solid;
        border-color: burlywood;
    }
}

#bottom {
    width: 60%;
    float: left;
    margin-left: 20px;
    border: solid;
    border-color: burlywood;
}

img{
    border:5px solid black;
    float:left;
    width: 115px;
}

.full {
    width: 100%;
    border: none;
}

.para1 {
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 55px;
    margin-left: 200px;
    margin-right: 200px;
}

.para2 {
    text-align: center;
    font-family: 'Century Gothic';
    font-size: 30px;
}

.para3 {
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 30px;
    margin-left: 200px;
    margin-right: 200px;
}

.para4 {
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 30px;
    margin-left: 200px;
    margin-right: 200px;
}

.para5 {
    text-align: left;
    font-family: 'Century Gothic';
    font-size: 30px;
}

.ul {
    list-style: none;
    background-color:white;
}

.li {
    display: inline-block;
    padding: 10px;
    font-family: 'Century Gothic';
    font-size: 30px;
}

li a {
    text-decoration: none;
    color: darkgoldenrod;
    border: 1px;
    border-style: solid;
    border-color: burlywood;
    padding: 5px;
    font-style: italic;
    text-align: center;
}


a:hover {
    color: white;
    background-color: burlywood;
}

.scroll{
    overflow:scroll;
    margin:auto;
}

.contactUs {
    color: #a8a258;
    text-align:center;
    font-size:75px;
    font-style:italic;
}

.txtLocation{
    margin-left:20%;
}

.lblLocation{
    margin-left:20%;
    font-family:'Century Gothic';
    font-size:35px;
}

.btn_SubmitLocation{
    margin-left:25%;
    margin-top:20px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: burlywood;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
}

#myBtn:hover {
    background-color:darkgoldenrod;
}

/*#info {
    margin-top: 50%;
    margin-left: 20px;
}*/
