@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Light.otf);
    font-weight: 200;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Bold.otf);
    font-weight: 600;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Black.otf);
    font-weight: 800;
}

body {
  font-family: ProximaNova;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .container {
    width:1100px;
    margin-width:900px;
  }
}

.jumbotron h1 {
  font-size: 30px;
  font-family: ProximaNova;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.number {
  font-size: 7em; margin: 0; padding: 0; font-family: ProximaNova; font-weight: 600;
}

h2, h3 {
  font-size: 25px;
  font-family: ProximaNova;
  font-weight: 600;
}

.date {
  font-size:14px;
  font-weight:500;
  color:#353535;
}

.purple {
  color: #5B2062;
}

.jumbotron {
  padding: 40px 15px;
  background-color: white;
}

.jumbotron p {
  font-size: 20px !important;
  line-height: 28px !important;
}

#intro {
	background-color: white;
	text-align: left;
}

#welcome-text {
	padding-top: 40px;
}

.navbar {
  font-family: ProximaNova;
  background-color:rgba(255,255,255,0.95);
	border-bottom-width:0;
  border-color:#f3f3f3;
  color: black;
}

a, a:hover {
  color: #5B2062;
  font-weight: 600;
}

.navbar .nav > li > a, .dropdown-menu >li >a, .navbar .navbar-brand {
	font-size: 16px;
  font-weight:600;
	color: #555;
	letter-spacing: 2px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 5px !important;
}

.navbar .nav > li > a:hover, .navbar-nav > .active > a:hover, .navbar .navbar-brand:hover {
	display: block;
	color: #5B2062;
	text-decoration: none;
}

.navbar .nav > li > a:active {
  display: block;
  color: black;
  text-decoration: none;
}

.navbar .nav div ul {
	display: table;
	list-style: none;
}

.navbar .nav div ul li {
	display: table-cell;
	text-align: center;
}

.navbar-header .navbar-toggle .icon-bar {
  background-color: #5B2062;
}



.navbar-header .navbar-toggle:hover .icon-bar

{

  background-color: #fff;

}



.navbar-header .navbar-toggle

{

  border-color: #fff;

}



.navbar-header .navbar-toggle:hover

{

  background-color: #5B2062;

}



.navbar-header .navbar-toggle:focus

{

  background-color: #5B2062;

}



.navbar-header .navbar-toggle:focus .icon-bar

{

  background-color: #fff;

}



.dropdown-menu >li > a:hover

{

  color: #5B2062;

  background-color: rgba(255,255,255,0.95);

}



html {

  position: relative;

  min-height: 100%;

}

body {

  /* Margin bottom by footer height */

  margin-bottom: 60px;

}

.footer {

  position: absolute;

  bottom: 0;

  width: 100%;

  /* Set the fixed height of the footer here */

  height: 60px;

  background-color: #f5f5f5;

}



/* Featurettes

------------------------- */

.featurette-divider {
  margin: 10px 0; /* Space out the Bootstrap <hr> more */
  border: 1px solid #5B2062;
  opacity: 0.7;
}

/* Thin out the marketing headings */

.featurette-heading {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS

-------------------------------------------------- */

/* @media (min-width: 768px) { */

  .featurette-heading {
    font-size: 40px;
  }

  .featurette-heading-smaller {
    font-size: 30px;
  }

/* @media (min-width: 992px) { */

  .featurette-heading {
    margin-top: 10px;
  }


/* GLOBAL STYLES

-------------------------------------------------- */

/* Padding below the footer and lighter body text */



body {

  padding-bottom: 40px;

  color: #5a5a5a;

}



.theme-dropdown .dropdown-menu {

  position: static;

  display: block;

  margin-bottom: 20px;

}



ul.nav li.dropdown:hover > ul.dropdown-menu {

    display: block;

}

div.picture {
  overflow:hidden;
  height:500px;  /*this would have to be set via javascript */
  width:100%;
  position:relative;
  top:0;
  background-color: #ffffff;
}

img.picture {
  width:100%;
}

img.icon {
  width:150px;
  margin: 10px;
}

img.connect-icon {
  width:150px;
  margin: 5px;
}

img.connect-icon:hover {
  opacity: 0.4;
  cursor: pointer;
  cursor: hand;
}

.white {
  color: #fff;
}

img.text {
  animation: 0.75s ease-in-out 0s normal none 1 running feature-text-anim;
  position: absolute;
  top:220px;
  left:398px;
  width:500px;
  z-index:100;
}

.box {
  background: blue; 
  height: calc(100vw / 12 * 3 - 50px); 
}

.purple-h2 {
  color:#5B2062 !important;
}

.purple-h1 {
  color: #5B2062 !important;
}

.emphasis {
  font-weight: 600;
}

.wrapper {
  width:100%;
  position:absolute;
  top:400px;
  z-index:100;
}



.smalltitle {

  width:550px;

  color:white;

  font-weight:400;

  font-size:20px;

  margin: auto;

  text-align: center;

}



.overlay {

 display:none;

  background: transparent url("http://jellythemes.com/themes/solido/img/overlay.png");

  opacity: 0.5;

  z-index: 0;

  width: 100%;

  height: 100%;

  position: absolute;

  z-index: 3;

  -webkit-user-select: none;

  -khtml-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



.btn-subscribe

{
  font-family: ProximaNova;
  font-weight: 600;
  border-color: #5B2062;
  color: #5B2062;
  margin-right: 5px;

}



.btn-subscribe:focus

{

  background-color: white;

}



.btn-subscribe:hover

{

  background-color: #5B2062;

  color: white;

  border-color: white;

}



.btn-link:hover, .btn-link:focus

{

  text-decoration: none;

}



.panel-title-link:hover, .caret-large:hover

{

  text-decoration: none;

  color: #5B2062;

}



.panel {

  border: none;

}



.panel-title {

  background-color: #fff;

  border: none;

}



.panel-title-link {

  color: black;

}



.caret-large {

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-top: 5px solid #5a5a5a;

}



.panel-title-link:hover .caret-large {

    border-left: 5px solid transparent;

    border-right: 5px solid transparent;

    border-top: 5px solid #5B2062;

}





/* -------------------------------------------------- */



.container-personbox {

  max-width:900px;

  margin-left:auto;

  margin-right: auto;

}



.center-personbox {

  margin-left: auto;

  margin-right: auto;

}



.personbox-link {

  display: block;

}

.personbox h1 {
  margin-left: 5px;
  margin-right: 5px;
}

.personbox h2 {
  margin: 5px 10px;
  font-family: ProximaNova;
  font-weight: 400;
}


.personbox-link:hover .personbox > h1 {

  color: #5B2062;
}



.personbox-link:focus {

  outline: 0;

}


#connect {
  background: #50E4C3;
}

.personbox {

  margin: 20px 40px;

  overflow:hidden;

  background-color:white;

  width:210px;

  font-family: 'Open Sans';

  height:325px;

  text-align: center;

  border: 1px solid #ddd;

  float:left;

}



.personbox > h1 {

  font-size:16px;

  color:black;

}



.personbox > h2 {

  font-size:14px;

  color:#7f7f7f;

  margin-top: 15px;

}



.personbox > img {

  width: 210px;

}



#accordion {

  margin-top: 50px;

}



.lead {

  font-weight: normal;

}



.lead-list {

  font-size: 16px;

  font-weight: 300;

  line-height: 1.4;

}



#page-footer {

  padding: 0px;

}



.panel {

  -moz-box-shadow: none !important;

  -webkit-box-shadow: none !important;

  box-shadow: none !important;

}


.logo-row {
  display: flex;
  align-content: space-around;
}

.logo {
  margin: auto;
  padding-bottom: 15px;
}


.glyphicon:hover {

  cursor: pointer;

}



.fb-like {

  margin: 0;

}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
