/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
  h1, h2, h3 {
    font-family: 'Emilys Candy', cursive;
  }
  
  .menu_font {
    font-family: 'Emilys Candy', cursive;
  }
  
  .navbar-toggler {
    background-color: rgba(0, 47, 255, 0.685) !important;
  }
  
  .carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 0px;
  }
  
  .portfolio-item {
    margin-bottom: 30px;
  }

  #ovi {
    font-family: 'Emilys Candy', cursive;
    font-size: 42px;
    color: black;
  }

  @media (max-width: 740px) {
    #ovi {
        font-size: 36px;
    }
    .carousel-item {
        margin-top: 2px;
    }
  }

  @media (max-width: 680px) {
    #ovi {
        font-size: 28px;
    }
    .carousel-item {
        margin-top: 2px;
    }
  }

  @media (max-width: 520px) {
    #ovi {
        font-size: 18px;
    }
    .carousel-item {
        margin-top: 2px;
    }
  }

  @media (max-width: 355px) {
    #ovi {
        font-size: 14px;
    }
    .carousel-item {
        margin-top: 1px;
    }
  }

  .navbar-nav {
    width: 100% !important;
  }

  .navbar-nav li {   
    padding-right: 8px;   
    padding-left: 8px;
  }

  .collapsible {
    background-color: #0d7c8ff5;
    color: rgba(255, 255, 255, 0.953);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.collapsible:hover {
    background-color: #0d4c8ff5;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
}

#content {
  background-color: rgba(248, 248, 255, 0.796) !important;
}

.navbar-nav, .dropdown-menu{
  border: none;
  }
  
  .navbar-nav>li>a, .dropdown-menu>a:focus, .dropdown-menu>a:hover, .dropdown-menu>a{
    border-bottom: 3px solid transparent;
  }
  .navbar-nav>li>a:focus, .navbar-nav>li>a:hover,.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    border-bottom: 3px solid transparent;
    
  }
  .nav-link {
	color: #343a40 !important;
	text-decoration: blod;
  }
  .navbar-nav li:hover:nth-child(8n+1), .navbar-nav li.active:nth-child(8n+1){
    border-bottom: rgb(159, 14, 255) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+2), .navbar-nav li.active:nth-child(8n+2){
    border-bottom: rgb(255, 157, 44) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+3), .navbar-nav li.active:nth-child(8n+3){
    border-bottom: rgba(79, 250, 107, 0.932) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+4), .navbar-nav li.active:nth-child(8n+4){
    border-bottom: rgba(255, 252, 86, 0.938) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+5), .navbar-nav li.active:nth-child(8n+5){
    border-bottom: rgba(255, 0, 106, 0.863) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+6), .navbar-nav li.active:nth-child(8n+6){
    border-bottom: rgb(93, 75, 255) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+7), .navbar-nav li.active:nth-child(8n+7){
    border-bottom: rgb(50, 27, 255) 6px solid;
  }
  .navbar-nav li:hover:nth-child(8n+8), .navbar-nav li.active:nth-child(8n+8){
    border-bottom: rgb(53, 201, 255) 6px solid;
  }
  .navbar-toggler{
    border-color: rgba(28, 17, 255, 0.741) !important;
  }
  
  #footer {
    font-family: 'Comic Sans MS', cursive, sans-serif;
    font-size: 18px;
  }

  .card-header:nth-child(8n+1){
    background-color: rgba(255, 53, 120, 0.767);
  }
  .card-header:nth-child(8n+2){
    background-color: rgba(255, 157, 44, 0.76);
  }
  .card-header:nth-child(8n+3){
    background-color: rgba(79, 250, 107, 0.74);
  }
  .card-header:nth-child(8n+4){
    background-color: rgba(255, 252, 86, 0.767);
  }
  .card-header:nth-child(8n+5){
    background-color: rgba(255, 0, 106, 0.849);
  }
  .card-header:nth-child(8n+6){
    background-color: rgba(93, 75, 255, 0.815);
  }
  .card-header:nth-child(8n+7){
    background-color: rgba(130, 255, 27, 0.719);
  }
  .card-header:nth-child(8n+8){
    background-color: rgba(255, 53, 120, 0.767);
  }
  
  .breadcrumb {   
    font-family: 'Comic Sans MS', cursive, sans-serif;
  }
