﻿
/*================================================== My CSS ==============================================*/

body {
    padding-top: 65px; /* was 50px */
    padding-bottom: 20px;
    line-height: 1.4;
    font-size: 0.92rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


/*
#TopStripe {
    width: 100%;
    height: 38px;
    background-color: beige;
}*/


/* reset the default navbar brand padding [it's 15px by default] */
.navbar-brand {
    /* top right bottom left */
    padding: 15px 0 0 0;
    height: 60px;
}
 
/* transfer the navbar brand padding to the image inside it */
    .navbar-brand > img {
        /* top right bottom left */
        padding: 4px 0 4px 20px;
        height: 82px;
    }

/*  Reduce navbar-brand height for small screens and also reduce size of CS logo */
@media screen and (max-width: 767px) {
    body {
        padding-top: 55px; 
    }
    .navbar-nav {
        padding-top: 36px;
    } 
    .navbar-brand {
        padding: 9px 0 0 0;
        height: 50px;
    }
    .navbar-brand img {
        padding: 4px 0 4px 0;
        height: 76px;
    }
}

.navbar-brand span {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight:400;
    vertical-align: top;
    /*display: inline-block; */
    /* top right bottom left */
    padding: 0 0 0 0;
}

/* change the background color */
.navbar-custom {
    background: linear-gradient(to bottom left, #aaa784 0%, #eceee3 100%);
    /*background-color: #eceee3; */
}

.navbar-nav .nav-item {
    margin-top: 0px;
}

.mytextcontainer p {
    max-width: 850px;
}

h2 {
    padding-top: 35px;
    text-align: center;
}

#SendButton {
    padding-left: 15px;
}

.FormContents {
    font-size: 90%;
    margin-left: 15px;
    /* top right bottom left */
    padding-left: 0 5px 2px 5px;
    width: 300px;
}

.FormLabels {
    font-size: 85%;
    padding: 0;
}

.centre {
    text-align: center;
}

#ReCaptchContainer {
    padding-left: 15px;
}

#btnSubmit {
    margin-left: 200px;
}

fieldset {
    width: 400px;
}

.SentMessageLabel {
    font-size: 82%;
    font-style: italic;
    color: darkblue;
}


.Emphasise {
    font-weight: bolder;
    font-size: 1.3rem;
}