/*new styling*/
.profBG {
      position: absolute;
      left: 0;
      top: 0px;
      width: 200px;
      height: 100%;
      background: #78e1e1;
      z-index: 2;
    }

a:hover {
    color: #1A1446;
    background-color: #78e1e1;
    border-radius: 40px;
	text-decoration: none;
}


.img-container-2 img  {
	width: 200px;
	height: 280px;
	z-index: 1;
	border: 1px solid #78e1e1;
}

.titleBox  {
	width: 180px;
	float: right;
	background: #78e1e1;
	-webkit-box-shadow: -11px -10px 0px 0px rgba(0, 0, 0, 0.95);
    -moz-box-shadow:    -11px -10px 0px 0px rgba(0, 0, 0, 0.95);
    box-shadow:         -11px -10px 0px 0px rgba(0, 0, 0, 0.95);
	padding: 10px 10px 10px 20px;
	z-index: 9;
	position: relative;
	margin-top: -20px;
}

.button {
    color: #1A1446;
    background-color: #78e1e1;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-weight: bold;
    border: none;
    margin: 10px;
    font-size: 16px;
}

.button-2 {
    color: #ffff;
    background-color: #1A1446;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-weight: bold;
    border: none;
    margin: 10px;
    font-size: 18px;
}

.button-3 {   
    color: #ffff;
    background-color: #1A1446;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-weight: bold;
    border: none;
    margin: 10px;
    font-size: 18px;
}

.yellow-bg {
    background-color: #78e1e1;
    padding: 30px;
}

.yellow-bg-2 {
    background-color: #78e1e1;
}

.grey-bg {
    background-color: #F5F5F5;
    padding: 30px;
}

.silver-bg {
    background-image: url(../images/silver-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
}

.about-title {
    color: white;
    font-weight: 600;
    text-shadow: 1px 2px 7px rgba(0,0,0,0.81);
}

.sp-scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    color: white;
    background-color: #333;
    border-radius: 3px;
}

.img-border {
    border: 3px solid #78e1e1;
}

input {
    border: 1px solid #dedede;
    width: 100%
}

.carousel-indicators li {
    background-color: #78e1e1;
    border-radius:50%;
    width:20px;
    height:20px;
    margin: 0 5px 0 5px;
    opacity:1;
}

.carousel-indicators .active {
    background-color: #1A1446;
}

.carousel-indicators {
    margin-left:3%;
}

.logo {
  margin: 0px !important;
  width: 100% !important;
  padding: 10px 0 !important;
  background: #78E1E1 !important;
  text-align: center !important;
}

.profImg  {
	background: url("../images/prof-bg-2.png")repeat !important;
}

.profImg img  {
	width: 155px;
	height: 116px;
}

.profSoc {
  width: 100%;
  padding: 0px 15px;
  height: auto;
  margin: 25px 0px 10px;
}

/*responsive navbar*/
.navbar-toggler {
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #78e1e1;
    border: 1px solid transparent;
    border-radius: 0.25rem;
	margin-right: 40px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
	color: #000;
    content: "";
    background: no-repeat center center;
    background-size: auto;
    background-size: 100% 100%;
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 15px;
padding-right: 15px;
margin: 12px 0px;
height: 40px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .nav-item .button {
    color: #1A1446;
    background-color: #78e1e1;
    border-radius: 40px;
    padding: 10px 30px 10px 30px;
    text-align: center;
    font-weight: bold;
    border: none;
    margin: 10px;
    font-size: 14px;
}
}

@media (max-width: 428px) {
.logo-mob {
  margin: 0px;
  width: 200px;
  padding: 10px 0;
  background: #78e1e1;
  display: inline-block;
}
.profBG {
  position: relative;
  left: 0;
  top: 0;
  width: 100% !important;
  height: auto;
  z-index: 2;
}
	.nav-item .dropdown .show  {
		background: #ccc !important;
	}
	.navbar-nav .dropdown-menu {
    position: static;
	float: none;
	}

.blog-post-1  {
	position: relative;
	left: none;
	bottom: none;
}
	
	.blog-post-1 button  {
		font-size: 12px;
		padding: 6px 15px 6px 15px;
		margin: 0;
	}

.blog-post-2  {
	position: relative;
	right:  none;
	bottom:  none;
}

	.blog-post-2 img  {
		width: 33px;
		height: 33px;
	}
.bloggie  {
  width: 80px;
  height: 50px;
}
	.plrcustom  {
	padding: 20px;
}
	.pageTitle  {
	position: absolute;
	left: 40px;
	bottom : 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
	.nav-item {
    justify-content: left;
	padding-left: 20px;
}
.navbar-nav .nav-link {
    display: block;
}
	
	.profImg img  {
		float: left;
		width: 80px;
		height: auto;
		margin-right: 10px;
	}
	.container-2  {
		padding: 18px;
	}
	.profSoc {
  width: auto;
padding: 0px 15px 15px 35px;
background: none;
height: auto;
right: 0;
top: 0;
position: relative;
margin: 0px;
}
	.profSoc .line  {
		display: none;
	}
	.profSoc ul li  {
		display: inline;
padding: 0px 6px;
	}
	.profSoc ul {
    margin: 0px;
padding: 0;
}
	.opaque-bg {
    background: rgba(255,255,255, 0.6);
    padding: 30px;
    width: 100%;
    float: none;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-right: -35px;
}
	.carousel-indicators {
    margin-left: 10%;

}
	footer {
    background-color: #1A1446;
    color: white;
    padding: 20px;
}
	footer ul  {
		padding-left: 0;
	}
}

.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    top: 85%;
	border: 0px;
	left: 3%;
}

.show-text {
    display: none;
}

.hover-text:hover .show-text {
    display: block;
    border: 2px #c4c4c4 solid;
    border-radius: 20px;
    padding:20px;
}

.hover-text {
    cursor: pointer;
}

#bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 0 50px 50px;
}

