﻿/*Counter the floating nav bar by setting a top margin for the body*/
body {
    margin-top: 50px;
}

body::before {
    /* Stop top of page from 'disappearing' under fixed navbar */
    display: block;
    content: '';
    height: 60px;
}

.pagetitle {
    color: rgb(31, 91, 117);
    font-size: 140%;
    padding-top: 30px;
}

.hidden {
    display: none;
}

.emphasis {
    color: rgb(31, 91, 117);
    font-weight: 600;
    font-style: italic;
}

.note {
    font-size: 90%;
    font-style: italic;
}


.ipcolor {
    color: rgb(31, 91, 117);
}

.justify {
    text-align: justify;
}

.adjustlineheight {
    line-height: 1.5;
}

ul {
    list-style-image: url(../images/butterfly_20.png);
}

li {
    margin: 8px;
}

img.pic {
    width: 200px;
}

.ipnavtitle {
    color: rgb(31, 91, 117);
    font-size: 120%;
    font-weight: 600;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.logo {
    height: 34px;
}

.logo-large {
    height: 200px;
    text-align: center;
}

.colRight {
    margin: auto;
    display: block;
}

.pad-top-30 {
    padding-top: 30px;
}

p.modalities {
    font-family: 'Viner Hand ITC';
    font-style: italic;
    font-size: 30px;
    padding-top: 6px;
    text-align: center;
    color: rgb(31, 91, 117);
}

.cancellation {
    padding: 10px 0;
    font-style: italic;
    background: #f4f4f4;
}

.name {
    color: rgb(31, 91, 117);
    font-weight: bold;
    margin-bottom: -2px;
}

.highlight {
    color: rgb(31, 91, 117);
    font-style: italic;
}

.signature {
    color: rgb(31, 91, 117);
    font-style: italic;
    font-family: 'Viner Hand ITC';
}

hr {
    width: 50%;
    margin: 0 25% 0 25%;
}

hr:after {
    content: '§';
    display: inline-block;
    position: relative;
    top: -14px;
    padding: 0 10px;
    background: #f0f0f0;
    color: rgb(31, 91, 117);
    font-size: 18px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    transform: rotate(60deg);
}

.testimonials {
    font-size: 80%;
    text-align: center;
}

footer {
    text-align: center;
    padding: 20px 0;
    font-size: 80%;
    font-weight: bold;
}


/********************************************************************/
/*This styling will overwrite the styling specified in bootstrap.css*/

.navbar {
    border-top: 2px solid rgb(31, 91, 117);
    border-bottom: 2px solid rgb(31, 91, 117);
}

.navbar-toggler-icon {
    color: rgb(31, 91, 117);
}

.btn-primary {
    background-color: rgb(31, 91, 117);
    border-color: rgb(31, 91, 117);
}

*/ .active {
    /*Navbar active colour*/
    color: rgb(31, 91, 117) !important;
}