/*box sizing*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/*Grid-based layout*/

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

.column {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.row {
    overflow: hidden;
}

.one-whole {
    width: 940px;
    /*changing this to 960px affects the way the img and There are many variations of passages - About pg*/
}

.one-quarter {
    width: 220px;
}

.three-quarters {
    width: 700px;
}

.one-half {
    width: 460px
}

.two-thirds {
    width: 620px;
}

.one-third {
    width: 300px;
}

.one-sixth {
    width: 140px;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

nav ul li {
    display: inline-block;
}

ul {
    list-style: none;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}


/*header*/

.brand {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 22px;
}

.nav {
    padding-top: 60px;
}

.pull-right {
    float: right;
}

.header {
    background-color: #373737;
}


/* contact form styling*/

.input[type="text"],
input[type="email"],
input[type="tel"] {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 25px;
    padding-left: 10px;
    margin-bottom: 25px;
    background-color: white;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 20px;
    font-size: 14px;
    color: #373737;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.contact-form input {
    width: 445px;
}

.contact-form textarea {
    width: 445px;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 10px;
    background-color: white;
    border: 1px solid #cccccc;
    display: inline-block;
    height: 20px;
    font-size: 14px;
    color: #373737;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="submit"].btn {
    border: 0 none;
    padding-top: 0;
    padding-right: 22px;
    padding-bottom: 0;
    padding-left: 22px;
    margin-top: 10px;
    color: #fff;
    height: 50px;
    width: 150px;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.form p {
    margin-bottom: 20px;
}


/*footer*/

.social {
    text-align: center;
}

.social-list {
    text-align: center;
}

.social-list li {
    display: inline-block;
}

.social-list i {
    background-color: #2D2D2D;
    margin: 5px 10px 0 0;
    padding: 3px;
    width: 40px;
    display: inline-block;
}

.social-list i:hover {
    background-color: #373737;
}

.footer {
    background-color: #373737;
}

.footer h4 {
    color: #fff;
}

.footer p {
    color: #999;
    font-size: 16px;
    font-weight: 200;
    margin-top: 0;
}

.footer-bottom {
    background-color: #373737;
}

.footer p {
    font-size: 16px;
    font-weight: 200;
    margin-top: 0;
}

.footer li {
    color: #999;
}

.footer ul {
    font-size: 16px;
    font-weight: 200;
    color: #999;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: 5adae2;
}

.footer a:hover,
.footer i:hover {
    color: #5adae2;
}


/*main content*/

.main {
    background-color: #edecea;
}

.contentbox {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 70px;
}

.contentbox li {
    color: #373737
}

.contentbox-beige {
    background-color: #f9f8f8;
    padding: 10px;
    margin-bottom: 70px;
}

.contentbox-turquoise {
    background-color: #5adae2;
    padding: 10px;
    margin-bottom: 70px;
}

.contentbox>img {
    background-color: #fff;
    float: left;
    margin-right: 70px;
}

.contentbox-beige>img {
    float: left;
    margin-right: 15px;
}

.contentbox h4 {
    font-size: 20px;
    font-weight: normal;
}

.contentbox li {
    color: #373737;
    font-size: 18px;
    font-weight: 200;
}

.contentbox i {
    color: #5adae2;
}

.page.header.home {
    margin-bottom: 0;
}

.message {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #4cd2da;
}

.message h3 {
    color: #fff;
}

.message .btn {
    margin-left: 20px;
}

.main-content-top h1 {
    padding-top: 70px;
    padding-bottom: 70px;
    color: #5adae2;
    vertical-align: -10px;
}

.main-content-bottom {
    padding-bottom: 75px;
}

.main-content-top i {
    color: #5adae2;
    vertical-align: -10px;
}

.portfolio-item {
    margin-bottom: 10px;
    position: relative;
}

.portfolio-title {
    color: white;
    text-align: center;
    height: 308px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 0;
    /* opacity is zero. Nothing displays */
    padding: 10px;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease 0s;
}

.portfolio-title:hover {
    background-color: #5adae2;
    opacity: .9;
}

.recent-entries img {
    padding-right: 10px;
    float: left;
}

.photos img {
    padding-bottom: 10px;
    padding-right: 10px;
}

.table,
.form p,
.map h2 {
    margin-left: 15px;
}

h1,
h2,
h3,
h4 {
    color: #373737;
}

a {
    color: #fff;
}

.blog-tease {
    width: 250px;
    color: #fff;
}

.blog-tease h2 {
    color: #fff;
}

body {
    background-color: #edecea;
    font-family: 'ubuntu', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 24px;
    font-weight: 200;
}

h4 {
    font-size: 18px;
}

p {
    font-size: 18px;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.brand {
    font-size: 22px;
}

.nav li {
    font-size: 18px;
    float: none;
    border-right: 1px solid #dedede;
    font-size: 18px;
}

.nav li:last-child {
    border-right: 0 none;
}

.nav a {
    padding: 0px 10px;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-in-out;
}

.nav a:hover {
    color: #5adae2;
}

.active a {
    color: #5adae2;
}

.tile {
    margin: 0 0 5px 5px;
    padding: 20px;
    text-align: center;
    background-color: #5adae2;
    color: #fff;
    margin-bottom: 10px;
}

.tile p {
    margin: 0;
}

.tile i {
    font-size: 108px;
}

.address,
.address a {
    color: #1e1f1f;
}

.address li {
    padding-bottom: 5px;
}

.sidebar {
    padding: 30px;
}

.sidebar p {
    font-size: 13px;
    line-height: 18px;
    color: #1e1f1f;
    padding-bottom: 10px;
}

.sidebar a {
    color: #1e1f1f;
}

.sidebar li {
    font-size: 14px;
}


/* blog styling*/

.sidebar-form input[type="text"] {
    height: 30px;
    width: 125px;
    padding: 0;
    margin-bottom: 2px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.sidebar-form .btn {
    height: 30px;
    width: 125px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    border: 0 none;
    margin-bottom: 2px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    transition: background 0.5s ease 0s;
}

.btn {
    display: inline-block;
    font-size: 14px;
    background-color: #0B676B;
    /* teal */
    color: #FFF;
    padding: 15px 20px;
    border: 0 none;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease-out;
    -ms-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-in-out;
}

.btn:hover {
    background-color: #588B8D;
}

.page-header {
    padding-top: 30px;
    margin-bottom: 50px;
    color: #fff;
    background-color: #5adae2;
    font-weight: bold;
}

.page-header p {
    padding-left: 15px;
    font-size: 26px;
}

.page-header .btn {
    margin-top: 40px;
    margin-left: 20px;
}

.page-header.home a {
    padding-left: 35px;
}

.page-header.home h1 {
    font-weight: normal;
    text-align: center;
    margin-left: 15px;
}

.page-header.home p {
    font-size: 18px;
    font-weight: 200;
}

.btn > i {
    color: #FFF;
}

.team h1 {
    margin-bottom: 40px;
}

.team-member {
    margin-bottom: 20px;
}

.team-member a {
    color: #1E1F1F;
}

.team-member a:hover {
    color: #5adae2;
}

.team-member i:hover {
    color: #5adae2;
    background-color: #1e1f1f;
}

.team-member h1 {
    Text-align: center;
}

.team-member ul {
    text-align: right;
}

.team-member li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.team-member a {
    color: #1e1f1f;
}

.team-member i {
    background-color: #edecea;
    Color: #1e1f1f;
    font-size: 16px;
    padding: 3px;
    margin: 0;
    width: 22px;
    display: inline-block;
    text-align: center;
}

.info a:hover {
    color: #5adae2;
}

.info i:hover {
    color: #5adae2;
}

.info li {
    font-size: 14px;
    background-color: #edecea;
    padding: 5px 8px;
    margin-top: 5px;
    margin-right: 5px;
}

.info i {
    color: #1e1f1f;
    display: inline-block;
    width: 22px;
    text-align: center;
}


/*table rules*/

.contact-table {
    width: 99%;
    margin-bottom: 50px;
}

.contact-table caption {
    color: #373737;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 10px;
}

.contact-table th {
    text-align: left;
    background-color: white;
    color: #373737;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.contact-table td {
    color: #373737;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

.contact-table tr:nth-child(odd) {
    background-color: #F9F8F8;
}

.contact-table tr:hover {
    background-color: #999999;
    cursor: crosshair;
}