body {
    font-family: "Varela", Georgia, sans-serif;
    color: #333;
}

h1 {
    font-family: "Coustard", Georgia, serif;
    margin: 40px 0px;
    font-size: 50px;
}

h2 {
    font-family: "Coustard", Georgia, serif;
    font-weight: normal;

    font-family: "Coustard", Georgia, serif;
    margin-top: 40px;
    margin-left: 25px;
    margin-right: 25px;

    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}

h3 {
    font-family: "Coustard", Georgia, serif;
    margin: 20px 0px;
}

a {
    color: #ce6607; /* Orange */
    /*color: #de848c;*/ /* Pink for breast cancer awareness */
    text-decoration: none;
}

a:hover {
    color: #a35208; /* Orange */
    /*color: #de848c;*/ /* Pink for breast cancer awareness */
}

.row {
    margin: 0px auto;
    text-align: center;
    max-width: 600px;
}

.row .content {
    width: 90%;
    margin: 0px auto;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 70px;
}

.row-border {
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.row .content h1 {
    text-align: center;
}

.row .smallbanner img {
  width: 350px;
  max-width: 100%;
}

.center {
  text-align: center;
}


#logo {
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#logo img {
    max-width: 100%;
    padding-bottom: 15px;
}

#company {
    font-family: "Coustard", Georgia, sans-serif;
    margin-top: 20px;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
}

#content {
    margin-top: 10px;
}

#mainmenu {
    margin-top: -15px;
    margin-bottom: -5px;
}

#mainmenu a {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    font-weight: normal;
}

ul#biglist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

ul#biglist li h2 {
    border: 0 !important;
    margin: 10px;
    padding: 0;
}

#bottomlinks {
    font-size: 14px;
    padding: 10px 0 10px 0;
    border-top: 1px dotted #ccc;
}

#bottomlinks a {
    display: inline-block;
    padding-right: 10px;
    color: #555;
}

#bottomlinks a:hover {
    color: #a35208;
}


#eyeBall {
    position: absolute;
    background-color: white;
    width: 73px;
    height: 73px;
    border-radius: 60px;

    -o-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -transition: none;
}

#pupil {
    position: absolute;
    left: 19px;
    top: 19px;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

@media (max-width: 550px) {
    #eyeBall, #pupil {
       display: none !important;
    }
    .row {
        width: 90% !important;
    }
    .row .content {
        width: 100% !important;
    }
}

@media (max-width: 450px) {
    h1 {
       font-size: 35px;
    }
}


div.search {
    text-align: left;
}
