﻿body {
}

.title {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    color: brown;
}

h3.title {
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    color: #468847;
}

.price {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    float:right;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: #dff0d8;
    background-color: #468847;
    text-align:center;
}

.WhatsApp {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    float:right;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: darkred;
    background-color: bisque;
    text-align:center;
    margin: 10px 0px 0px 10px;
}

.WhatsApp a {
    font-size: x-large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    float:right;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: darkred;
    background-color: bisque;
    text-align:center;
}

.blink_me {
  animation: blinker 4s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.Reference {
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    float:right;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: #dff0d8;
    background-color: #468847;
    text-align:center;
    margin: 10px 0px 0px 10px;
}

.aboutus {
    font-size: larger;
    font-family: Cambria, Cochin, Georgia, Times, Times New Roman, serif;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    color: #468847;
    text-align:justify;
}

.aLinkBtn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 100%;
    color: #dff0d8;
    background-color: #468847;
}
