﻿body {

}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 560px;
}

.mapEmbed {
    width: 620px;
    height: 380px;
    max-width: 95%;
}

.example {
    background-color: mediumpurple;
    padding: 0px;
}

.siteName {
    font-size: large;
    font-weight: bold;
    text-align: center;
}

.address {
    font-size: medium;
    font-weight: bold;
    text-align: center;
}

.comment {
    font-size: medium;
    text-align: center !important;
}

div.actionButton {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    width: 180px;
    height: 180px;
    border-style: solid;
    border-color: transparent;
    border-radius: 15px;
}

div.actionButtonSmall {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    width: 180px;
    height: 60px;
    border-style: solid;
    border-color: transparent;
    border-radius: 15px;
}


div.actionButtonDU {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    width: 180px;
    height: 180px;
    border-style: solid;
    border-color: transparent;
    border-radius: 15px;
    padding-top: 70px;
    padding-bottom: 70px;
}

div.actionButtonDUSmall {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    width: 180px;
    height: 60px;
    border-style: solid;
    border-color: transparent;
    border-radius: 15px;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 15px;
}

p.actionButtonTitle2 {
    
    text-align: center;
    font-size: 24px;
}


@media screen and (max-width: 770px) {
    .mapEmbed {
        width: 520px;
        height: 320px;
        max-width: 95%;
    }
    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 300px;
    }

    .example {
        background-color: gray;
        padding: 0px;
    }

        div.actionButtonDU {
        display: inline-block;
        margin: 5px 5px 5px 5px;
        width: 80%;
        max-width: 400px;
        height: 180px;
        border-style: solid;
        border-color: transparent;
        border-radius: 15px;
    }

    div.actionButtonDUSmall {
        display: inline-block;
        margin: 5px 5px 5px 5px;
        width: 80%;
        max-width: 400px;
        height: 60px;
        border-style: solid;
        border-color: transparent;
        border-radius: 15px;
    }


}




@media screen and (max-width: 480px) {
    .mapEmbed {
        width: 380px;
        height: 235px;
        max-width: 95%;
    }
    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 300px;
    }

    .example {
        background-color: blue;
        padding: 0px;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 280px;
    }


    div.actionButtonDU {
        display: inline-block;
        margin: 5px 5px 5px 5px;
        width: 80%;
        max-width: 400px;
        height: 180px;
        border-style: solid;
        border-color: transparent;
        border-radius: 15px;
    }

    div.actionButtonDUSmall {
        display: inline-block;
        margin: 5px 5px 5px 5px;
        width: 80%;
        max-width: 400px;
        height: 60px;
        border-style: solid;
        border-color: transparent;
        border-radius: 15px;
    }

}
