/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.carousel-item {
  height: 50vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.logosize{height: 50px;
}

/* mardi gras colors */

.mycolor1{color: #9453A6}
.mycolor2{color: #8CBF3F}
.mycolor3{color: #F2cc0F}
.mycolor4{color: #F2F2F2}
.mycolor5{color: #0D0D0D}
.mybgcolor1{background-color: #9453A6}
.mybgcolor2{background-color: #8CBF3F}
.mybgcolor3{background-color: #F2cc0F}
.mybgcolor4{background-color: #F2F2F2}
.mybgcolor5{background-color: #0D0D0D}

.btn{background-color: #9453A6}
.btn:hover{background-color: #F2cc0F;
  color: #0D0D0D
}
.card-header{background-color: #8CBF3F} 
.card-footer{background-color: #8CBF3F}
.card-body{background-color: #F2cc0F;
;
}
.modal-header{
  background: #F2cc0F;
}
.modal-footer{
  background: #F2cc0F;
}
.modal-body{
  background: #8CBF3F;
}
.h-380{
  min-height: 380px;
}

@media only screen and (max-width: 768px) {
  #navbarResponsive {position: fixed;top: 0;left: -100%;bottom: 0;display: block;max-width: 320px;width: calc(100% - 80px);min-height: 100%;z-index: 999;transition: all 0.3s ease;background:#9453A6; padding-left: 8px;}
  #navbarResponsive.show {left: 0;}
  }

/* fonts */
h1{font-family: 'Henny Penny'; font-weight: 800; text-align:center;color: #9453A6 }
h2{font-family: 'Pattaya';text-align:center;  color: #8CBF3F}
h3{font-family: 'Pattaya';text-align:center; color: #8CBF3F}
h4{font-family: 'Pattaya';text-align:center; color: #F2cc0F}
h5{font-family: 'Pattaya';text-align:center; color: #8CBF3F}
h6{font-family: 'Pattaya';text-align:center; color: #8CBF3F}
p{font-family: 'Roboto',sans-serif;}            
