﻿
.btn-primary {
    background-color: #0067b8;
}

.template {
    display: none;
}

h1, h2 {
    font-weight: 100;
    text-align: center;
}

h1 {
    margin: 30px;
}

h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

body {
    background-color: #ececec;
}

.contentContainer {
    text-align: center;
    background-color: white;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: 0px 2px 12px #c7c7c7;
    margin-top: 45px;
}

.infoContainer {
}

    .infoContainer h3 {
        font-weight: 100;
        color: #0067b8;
        margin-top: 52px;
        font-size: 19pt;
    }

.imageContainer {
    min-height: 400px;
}

    .imageContainer img {
        max-height: 460px;
        margin: 22px;
        max-width: 92%;
    }

.lightLink {
    min-width: 101px;
    margin: 0 auto;
    margin-top: 25px;
    border-radius: 0;
}

    .lightLink.right {
        float: right;
    }

    .lightLink.left {
        float: left;
    }

li {
    text-align: left;
}