﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400);
/* Global styles */

body {
    font-family: 'PT Serif', serif;
    font-size: 16px;
}

h1{
    font-size: 23px;
    font-style: normal;
    color: white;
    font-variant: small-caps;
    text-align: center;
    margin: 0;
}

h2{
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 200;
    color: #969696;
}

h3{
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 200;
    margin-top: 0px;
}


p {
    color: #969696;
    line-height: 25px;
}
a, a:hover, a:visited {
    color: #969696;
}
ul {
    list-style-type: none;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

li {
    height: auto;
    padding:5px 40px 5px 0;
    width: 30px;
    float: left;
}

/* Header */


.logo {
    width: 100%;
    height: auto;
}

.horizontalLine {
    padding: 10px 0;
}

.responsive {
    width: 100%;
    height: auto;
  }

  /* MainContent */

.content {
    padding-top: 50px;
    padding-bottom: 30px;
}

.introtext {
    color: #000;
}

.textcol {
    padding-left: 25px;
    padding-right: 25px;
    border-right: none;
    border-left: none;
}


.iconLink {
    display: inline-block;
}


/* Footer */

.footer {
    background: url(../Image/footer.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 100px;
}

@media (min-width: 992px) {
    .contact {
        border-left: 1px solid #969696;
    }
}

