/* Masor CSS file */
.cottage-button {
    text-decoration: none;
    text-align: center;
    padding: 11px 32px;
    margin: 5px;
    border: none;
    display: inline-block;
    box-shadow: 3px 4px 17px 2px #777777;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 14px;
    font: 18px;
    font-weight: bold;
    color: #66dddd;
    background-color: #7dd9ea;
    background-image: -webkit-linear-gradient(top, #9dc8e8 0%, #000c91 100%);
}

.cottage-button:hover {
    background-image: -webkit-linear-gradient(top, #000c91 0%, #9dc8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dc8e8', endColorstr='#9dc8e8',GradientType=0 );
}

.cottage-button:active {
    position: relative;
    top: 2px;
    left: 2px;
    box-shadow: 1px 2px 4px 1px #777;
    background: #000c91;
    -webkit-box-shadow: 0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;
}

H1 {
    line-height: 1em;
    font-size: 40pt;
    margin: 1em;
    text-shadow: 4px 3px 10px #333333;
    color: #345FA9;
}

H1.chronic {
    font-size: 35pt;
    color: #990000;
}

H2 {
    font-size: 28px;
    color: #345FA9;
    text-shadow: 1px 1px 3px #333333;
}

H3 {
    font-size: 22px;
    color: #345FA9;
    text-shadow: 1px 1px 3px #333333;
}

H3.chronic {
    font-size: 13pt;
    color: #990000;
}

H4 {
    font-size: 12pt;
    color: #345FA9;
}

.style4 {
    color: #990000;
}

img {
    max-width: 80%;
}

p {
    font-size: 15pt;
    color: #345FA9;
}

p.title {
    font-size: 30pt;
    color: #345FA9;
}

p.chronic {
    font-size: 15pt;
    color: #990000;
}

body {
    color: #345FA9;
    background: url(images/Masor.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

.heading {
    font-size: 36px;
    font-weight: bold;
}

.style5 {
    font-size: small;
}

.style8 {
    color: #29568F;
    font-weight: bold;
}

@media screen and (max-width:768px)
            {
    h1 {
        font-size: 28px;
        line-height: 1em;
        margin: 1em;
        text-shadow: 2px 1px 5px #333333;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 15px;
    }

    .container {
        margin: auto;
        margin-left: auto;
        width: 750px;
    }

    .cottage-button {
        box-shadow: 3px 4px 17px 2px #777777;
        font-size: 14px;
        line-height: 28px;
        border-radius: 15px;
        padding: 4px 20px;
        margin: 8px;
    }
}