/*!
 * Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
 */

@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

body {
  font-family: 'Poppins', serif;
  padding-top: 45px;
  color: #808080; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem; } }

/* 
#3ecece = blue 
#b10a11 = red
#344 = grey
#808080 = dark grey
#BD5D38 = orange
#f469db = pink
#dff000 = yellow
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', serif;
  font-weight: 500;
  /*text-transform: uppercase;*/
  color: #b10a11; }

h1 {
  font-size: 3.5rem;
  color: #344 !important;
  line-height: 3rem;
  font-weight: 700;}


h2 {
  font-size: 2rem;
  font-family: 'Poppins', serif;  
  color: #3ecece;
  }

h3 {
  font-size: 1.5rem;
  color: #BD5D38;
  }

.Content_Header {
  font-size: 1.2rem;
  font-family: 'Poppins', serif;
  font-weight: 500;
  color: #000000;
}
.btn-primary-button{
	border: 0px;
	font-family: Poppins;
	color: #3ecece;
	font-size: 1rem;
	font-weight: 600;
	background-color: #dff000;
}
.btn-primary-button:hover {
  background-color: #ffffff;
  border: 2px solid #3ecece;
  font-family: Poppins;
  color: #3ecece;
}
.btn-primary-button a{
	color: #3ecece;
}
.subheading {
  /*text-transform: uppercase;*/
  font-weight: 400;
  font-family: 'Poppins', serif;
  font-size: 1.25rem; }

.backend {
	font-family: 'Poppins', serif;
	font-style: normal;
	font-weight: 600;
	/*font-size: 1.7em;*/
	color: #ffffff;
	text-align: center;
}

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #BD5D38; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 2.5rem; }
  .list-icons .list-inline-item i:hover {
    color: #BD5D38; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase; 
}

/*#sideNav .nav-item {
	line-height: 1.2rem;
}*/
	
.nav-heading {
	 color: white !important;
	 font-weight: 700;
	 font-size: 1.2rem;
	 text-transform: uppercase;
	 padding-top: 15px;
}

.nav-text {
	 color: white !important;
	 font-weight: 700;
	 font-size: 1rem;
	 text-transform: none;
	 padding-top: 15px;
}

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    top: 0;
    left: 0;
    display: flex;
	align-items: flex-start;
    flex-direction: column;
	margin-top: auto;
    width: 17rem;
    height: 100vh;
    align-items: center;}
    #sideNav .navbar-brand {
      display: contents;
      margin: auto auto 0;
      padding: 0.5rem; 
	  height: 100%; }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto;
	  margin-top:15px;}
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: block; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; line-height: 1;} }

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 2rem !important;
  padding-bottom: 5rem !important; }
  section.resume-section .resume-item .resume-date {
    min-width: none; }
	
@media (max-width: 768px) {
	h1 { font-size: 2rem; }
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; } }

/* .bg-primary {
  background-color: #000000 !important; }
*/
.text-primary {
  color: #000000 !important; }

a {
  color: #808080;
}
  a:hover, a:focus, a:active {
    color: #3ecece;
    text-decoration: underline;  
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
/* 
#3ecece = blue 
#b10a11 = red
#344 = grey
#808080 = dark grey
#BD5D38 = orange
#f469db = pink
#dff000 = yellow
*/
.btn-pink{
	border: 0px;
	font-family: Poppins;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 600;
	background-color: #f469db;
}
.btn-pink:hover {
  background-color: #dff000;
  border-bottom: 1px solid #dee2e6;
  font-family: Poppins;
  color: #3ecece;
}

.btn-yellow{
	border: 0px;
	font-family: Poppins;
	color: #3ecece;
	font-size: 1.25rem;
	font-weight: 600;
	background-color: #dff000;
}
.btn-yellow:hover {
  background-color: #f469db;
  border-bottom: 1px solid #dee2e6;
  font-family: Poppins;
  color: #ffffff;
}

.btn-primary-black {
  color: #fff;
  background-color: #000000;
  border-color: #007bff;
}

.btn-primary-black:hover {
  color: #fff;
  background-color: #b10a11;
  border-color: #0062cc;
}

.btn-link-dark {
  font-weight: 400;
  color: #0056b3;
  background-color: transparent;
}

.btn-link-dark:hover {
  color: #b10a11;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.download-blue {
  font-weight: 600;
  color: #3ECECE;
  background-color: transparent;
  text-decoration: underline;
}

.download-blue:hover {
  color: #7023AB;
  background-color: transparent;
  text-decoration: none;
  text-decoration: underline;

}

.footer { 
    bottom: 0; 
    z-index: 10;
}

.footer_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #727272;
  text-decoration: none;
  text-align: justify;
}

.custom-grid-box {
	border: 7px solid #3ecece;
	border-radius: 10px;
	padding: 40px;
	min-height: 410px;
	background: #f8fbff;
}

.custom-grid-box-clinic {
	border: 3px solid #F269DA;
	border-radius: 0px;
	padding: 0px;
	min-height: 410px;
	background: #f8fbff;
}

.custom-grid-box img {
	width: 200px;
}

#custom-box-left {
	width: 48%;
	float: left;
}

#custom-box-right {
	width: 48%;
	float: right;
}

#custom-box-full {
	width: 100%;
	float: left;
}
.custom-grid-box p.description {
	padding: 25px 0px;
	color: #000;
}
.custom-blue-text {
	color: #3ecece;
	font-size: 20px;
	font-weight: 600;
}

.custom-grid-box a.custom-button-bx {
	color: #3ecece;
	font-size: 20px;
	font-weight: 600;
}

.custom-grid-box a.custom-button-bx:hover {
	text-decoration: none;
}

#custom-box-left a.custom-button-bx:hover {
	color: #dff000;
}

#custom-box-right a.custom-button-bx:hover {
	color: #f469db;
}

@media only screen and (max-width: 768px) {
	.custom-grid-box {
		width: 100% !important;
		margin-top: 25px !important;
	}
}

