﻿body {
   padding-top: 50px;
   padding-bottom: 20px;
   color: white;
}

/* Set padding to keep content from hitting the edges */
.body-content {
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.darken {
   background-image: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) );
}

.rcorner {
   /*width: 100px;*/
   border-radius: 25px;
   padding: 20px;
   font-weight: bold;
   font-size: 25px;
}

.centertxt {
   position: absolute;
   left: 50%;
   transform: translateX(-50%);
}

.align-bot {
   bottom: 3px;
   margin-bottom: 0px;
}

.headertxt {
   font-size: 5vw;
   letter-spacing: 10px;
}

.subheadertxt {
   font-size: 3vw;
   margin-bottom: 0px;
   letter-spacing: 5px;
}

.pic {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   height: 250px;
   margin-bottom: 20px;
}

.carousel-item {
   text-align: center;
}
.clickable{
   cursor: pointer;
}