/*
 * Please see the included README.md file for license terms and conditions.
 */


/* This file is completely optional and not required. */


/* Note the reference that includes it in the index.html file. */


/* Disable certain interactions on touch devices */


/* SOURCE: https://github.com/ftlabs/fastclick/blob/master/examples/input.html */


/* LICENSE: https://github.com/ftlabs/fastclick/blob/master/LICENSE */

body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}


/* Recommended for Windows 8 Phone */


/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */

html {
    -ms-touch-action: pan-x;
}


/* Recommended for Windows 8 Phone */


/* SOURCE: http://www.excellentwebworld.com/common-problems-solution-for-windows-phone-8-phonegap */

body {
    -ms-touch-action: pan-y;
    -ms-content-zooming: none;
}


/* allow copy-paste */

input,
textarea {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

@font-face {
    font-family: regularFont;
    src: url(../fonts/Montserrat-Regular.otf);
}

@font-face {
    font-family: boldFont;
    src: url(../fonts/Montserrat-Bold.otf);
}

body {
    /* margin: 0.5rem ; */
    background: white;
    background-color: #8b1827;
    background: url(../Images/abt-bg.jpg) 100% 100%;
    color: white;
    margin: 0px;
    width: 100%;
    height: auto;
    font-family: regularFont;
}

.autoResizeImage {
    max-width: 100%;
    height: auto;
    width: 100%;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.textLeft {
    text-align: left;
}

#topnav {
    background-color: #8b1827;
}

.btmenu {
    color: white;
}

.topSpace {
    padding: 0;
    padding-top: 70px;
}

.head-bg {
    width: 100%;
}

#about {
    background: url(../Images/abt-bg.jpg) 100% 100%;
    padding-bottom: 10px;
}

#accreditations{
    margin-top: 0px;
    background-color: black;
    padding-bottom: 10px;
}

.imgPad{
    padding: 10px;
}

#contact{
    margin: 0px;
    background: url(../Images/abt-bg.jpg) 100% 100%;
    padding-bottom: 10px;
}