@font-face {
    font-family: 'Minion Pro';
    src: url('MinionPro-Regular.woff2') format('woff2'),
        url('MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
	font-family: 'Minion Pro' !important;
    font-weight: normal;
    font-style: normal;
    margin-top: 30px;
}

.bodyhome {
	overflow: hidden;
    position:fixed;
}

html {
  font-size: 14px;
  font-family: 'Minion Pro' !important;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

#startcontainer { 
  background-image: url('../img/frankie.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; 
}

.navitem {
	margin: 15px;
}

.sidemenu a{
	color: #000000 !important;
}

.carousel-indicators {
    bottom: -80px;
}

.carousel-indicators li{
    text-indent:0;
    width:200px;
    height: 40px;
    border:none;
    background-color: transparent;
}

@media (min-width:660px)  {
/* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */	
	
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keep-right {
	margin-left: 200px;
}
}
