﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/* font color #ad256d light background color #1e2f65 dark*/
input,
select,
textarea {
    max-width: 280px;
}

.navbar-toggle .icon-bar {
    background-color: white;
}

li.dropdown a, li.dropdown a:hover, li a:hover, li a, li.dropdown a, .btn-default:hover {
    color: #ad256d;
}

.imgSize {
    width: 70%;
    max-height: 350px;
    min-height: 350px;
}
div .item .imgSize {
    width: 70%;
    max-height: 350px;
    min-height: 350px;
}
.carousel .carousel-inner {
    width: auto;
    max-height: 350px;
    padding: 0;
}
.carousel {
    width: auto;
    max-height: 350px;
    padding: 0;
}
.item {
    font-family: sans-serif;
    max-height: 350px;
}

/* colored box with background color and shapes */
/*#263C83*/
.box {
    width: 300px;
    margin: 25px auto;
    border: thin solid #263C83;
    background-color: #1e2f65;
    padding: 20px;
    text-align: center;
    color: white;
    font-family: sans-serif;
    position: relative;
}



.sbR:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid #1e2f65;
    border-right: 5px solid transparent;
    border-top: 5px solid #1e2f65;
    border-bottom: 5px solid transparent;
    right: 0px;
    bottom: -10px; /*old was -19 with 10px boarder*/
}

.sbL:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid #1e2f65;
    border-top: 5px solid #1e2f65;
    border-bottom: 5px solid transparent;
    left: 0px;
    bottom: -10px;
}
.btn-default {
    color: #ad256d;
    background-color: white;
    border-color: #1e2f65;
}

/*for textarea editor*/
textarea {
    min-width: 720px;
    min-height: 480px;
}
listElement {
    display: block;
    vertical-align: middle;
    margin:1px;
    padding:1px;
    font-size: 10px;
    width:80%;
}
.dropdown-menu-center {
    left: 10% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(0, 0) !important;
}
.boxTextContainer {
    margin: 5px;
    font-family: sans-serif;
}
    .boxTextContainer::after {
        content: "";
  
        opacity: 0.7;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
    p {
        font-size: 20px;
        padding: 5px;
        text-align: justify;
        color: #1e2f65;
         font-family: sans-serif;
    }
.carousel {
    border-radius: 55px 55px 55px 55px;
    overflow: hidden;
    
}


/*for hover event*/
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    font-family: sans-serif;
}

.dropdown-submenu {
    position: relative;
    font-family: sans-serif;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        font-family: sans-serif;
    }

h2 {
    
    font-family: sans-serif;
}
h3 {
    
    font-family: sans-serif;
}
p{
    text-align:justify;
}