@font-face {
    font-family: "GoudySans";
    src: url(../resources/goudySans.otf) format("truetype");
}
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');
.white {
    color: white !important;
}
.thick {
    font-weight: bold !important;
}

.brand {
	padding: 15px 0 5px 0 !important;
}
.brand img {
	max-height: 65px !important;
}
.primary-nav ul li a {
	color: black !important;
	font-weight: bold !important;
	font-size: 18px !important;
	font-family: "GoudySans", Georgia !important;
}
@media (max-width: 600px){
    .brand img {
    	max-height: none !important;
	    width: 100% !important;
    }
    .primary-nav ul li a {
    	font-size: 14px !important;
    }
}

@media (min-width: 100px){
    .navbar-subnav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar-subnav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}
.primary-nav ul li {
    font-weight: bold;
    color: black;
}
.accreditation {
    background-color: white;
    width: 100% !important;
}
.accreditation img{
    width: 100%;
    padding: 0;
}
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    /* margin-right:-4px;*/
}
ul.products li {
    list-style-type: none;
    width: 300px;
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: -20px;
}
ul.products li p {
    line-height: 100% !important;
    margin-bottom: 20% !important;
}
ul.products li h4 {
    margin-bottom: 10px !important;
}
ul.products li img {
    width: 100% !important;
}
a.none {
    font-size: 25px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: auto !important;
    text-transform: none !important;
}
a.none:hover {
    text-decoration: underline !important;
}
.aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45%;
}
.aspect-ratio iframe {
    border: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; top: 0;
}
.alert-danger .alert-heading {
    color: #a94442;
}
header {
    z-index: 5;
}

.tngbh-btn {
	height: unset;
    line-height: unset;
    border-radius: 5px !important;
    text-transform: unset;
    border-color: #2E6DA4 !important;
}

.primary-nav-2 {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 1rem !important;
}

.primary-nav-2 ul li a {
    color: #fff !important;
}
.book-backdrop {
    padding: 50px 0;
    overflow: hidden;
    background: url(../files/header.jpg) no-repeat 50% 39%;
    background-size: cover;
    text-align: center;
    border-radius: 5px;
}
.block {
    max-width: 100vw;
    padding: 0 25px;
    margin-left: auto;
    margin-right: auto;
}