// Place all the styles related to the home controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/
//= require bootstrap_and_overrides

.full_calendar h6 {
  font-size: 16px;
}

.full_calendar {
  padding-top: 10px;
}

.it-partner-recognitions {
  padding-left: 15px
}

.institutions-carousel {
  padding-left: 16px;
  margin: 0px 25px;
  width: 874px;
  height: 283px;
}

.courses {
  width: 900px;
  height: 220px;
  margin: 0px auto;
}

.courses-slider {
  text-align: left;
  float: none;
  width: 100%;
  top: 0px;
  height: 160px;
  padding-left: 22px;
}

.center-separator {
  margin: 0 auto;
  width: 82%;
}

.margin-left-10 {
  width: 750px;
  margin: auto;
}

.camp-home-menu {
  height: 500px;
  margin-top: 30px;
  background-image: asset-url("camp_home_header.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.camp-home-arena-link {
  width: 127px;
  height: 65px;
  position: relative;
  top: 295px;
  left: 190px;
}
.camp-home-arena-link a{
  width: inherit;
  height: inherit;
  display: block;
}

.camp-home-auditorium-link {
  width: 134px;
  height: 40px;
  position: relative;
  top: 190px;
  left: 383px;
}
.camp-home-auditorium-link a{
  width: inherit;
  height: inherit;
  display: block;
}

.camp-home-networking-link {
  width: 134px;
  height: 33px;
  position: relative;
  top: 150px;
  left: 735px;
}
.camp-home-hashtag-link {
  width: 134px;
  height: 33px;
  position: relative;
  top: 102px;
  right: -62px;
}
.camp-home-hashtag-link a{
   width: inherit;
  height: inherit;
  display: block;
}
.camp-home-networking-link a{
  width: inherit;
  height: inherit;
  display: block;
}


.camp-home-sponsors-link {
  width: 150px;
  height: 75px;
  position: relative;
  top: 95px;
  left: 663px;
}
.camp-home-sponsors-link a{
  width: inherit;
  height: inherit;
  display: block;
}


.jcarousel {
    position: relative;
    overflow: hidden;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    float: left;
}

.jcarousel-control-prev, .jcarousel-control-next {
  cursor: pointer;
}


#sliderCarousel {
  width: 846px;
  margin-left: 43px;
  padding-top: 15px;
}
