﻿.note-editor{
    min-height:300px;
}
.pageTitleInfo h2{
    text-shadow: 2px 2px 2px #333;
}
@media (max-width: 320px){
    .navbar-header .navbar-brand {
        margin-top:15px;
        height: auto;
        width: 160px;
    }
    .copyRight .list-inline{
        text-align:center;
        margin-bottom:20px;
    }
    .copyRight .list-inline a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .eventContent .media-body {
        width: 100%;
        display: block;
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .servicesContent .customBody {
        max-width: 100%;
        margin-top:0;
        display: table-cell;
        float: none;
    }
} 
.pagebannerImage-wrap{
	width: 100%;
	height: 20vh;
}
.bannerImage {
	background-image: url(../Image/Bluesky.jpg) no-repeat center center fixed;
	background-color: lightblue transparent;
	background: radial-gradient(circle, lightblue, white);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}