/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');


body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;

/*    text-transform: uppercase;
*/    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 15px;
    font-size: 17px;
    line-height: 1.6em;
}

p.lead {
  font-weight: 600;
}

.bio {
  text-align: left;
}

.bio2 {
  text-align: right;
}

.bio_link {
  text-decoration: none;
  color: inherit;
}

.bio_link:hover {
  color: inherit;
}

.quote {
  font-style: italic;
}

a {
    color: #28c3ab;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #176e61;
}

li.officer {
  font-size: 5px;
}

li.officer:hover {
  font-size: 20px;
}

.light {
    font-weight: 400;
}

/* main navbar */

.navbar {1
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);

}

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 40px;
  padding: 5px 15px;
  font-size: 20px;
  line-height: 1em;
}

/*-- title logo --*/
.navbar-brand h1{
  color: #FFF;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 3px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #444;
  text-transform: uppercase;
  font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
  color: #fff;
}

.dropdown .dropdown-menu {
  visibility: hidden;
  background-color: #eee;
  /* background-color: rgba(255, 255, 255, 1); */
  /* Override bootstrap default */
  display: block;
  padding: 0;
  z-index: 1;
}

@media (min-width: 1015px){
  .dropdown:hover .dropdown-menu {
     visibility: visible;
     z-index: 1;
  }
}

@media (max-width: 1015px){
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    visibility: visible;
    z-index: 1;
  }  
}


.cal, .cal:visited {
    background: #223542;
    background-image: -webkit-linear-gradient(top, #223542, #879094);
    background-image: -moz-linear-gradient(top, #223542, #879094);
    background-image: -ms-linear-gradient(top, #223542, #879094);
    background-image: -o-linear-gradient(top, #223542, #879094);
    background-image: linear-gradient(to bottom, #223542, #879094);
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    font-family: 'Lato',sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: white;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    width: 100px;
}

.cal:hover {
    background: #515354;
    background-image: -webkit-linear-gradient(top, #515354, #b3b3b3);
    background-image: -moz-linear-gradient(top, #515354, #b3b3b3);
    background-image: -ms-linear-gradient(top, #515354, #b3b3b3);
    background-image: -o-linear-gradient(top, #515354, #b3b3b3);
    background-image: linear-gradient(to bottom, #515354, #b3b3b3);
    text-decoration: none;
    color: white;
}

.navbar-custom ul.nav ul.dropdown-menu {
    left: 0;
    border-radius: 0;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
  padding: 10px 22px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
  color: #444;
  background-color: #ddd;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
  color: white;
  background-color: rgb(58, 62, 102);
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a:hover {
  color: white;
  background-color: rgb(81, 85, 135);
}

.navbar-custom.top-nav-collapse ul.nav li a:hover,
.navbar-custom.top-nav-collapse .nav li.active {
  color: white;
  background-color: rgb(81, 85, 135);
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

/* README TAB */
.above-tab {
  display:flex;
  justify-content: space-between;
}
 .readme_table {
  margin-bottom: 10%;
  margin-top: 3%;
}
/* tab styling */
.readme_tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: rgba(39, 41, 64);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  width: 100%;
}
 /* tab button styling */
.readme_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  flex-flow: center;
  color: white;
  flex-grow: 1;
}
 /* button color on hover */
.readme_tab button:hover {
  background-color: rgb(81, 85, 135);
  /* border-width: medium;
  border-bottom: rgba(125,0,49,0.99); */
}
 /* active/current tab styling */
.readme_tab button.active {
  background-color: rgb(81, 85, 135);
}
 /* tab content styling */
.readme_tabcontent {
  display: none;
  padding: 6px 12px;
  padding-top: 30px;
  border: 1px solid #ccc;
  border-top: none;
}
/* END OF README TAB */

/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
  z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

hr.separator {
  border-color: rgb(169,169,169);
  border-width: 3px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
    display:block;
    position:relative;
    z-index:120;
}

.officer-section {
/*    padding-top: 10px;
*/    padding-bottom: 110px;
  display:block;
    position:relative;
    z-index:120;
}

.section-heading h2 {
  font-size: 32px;
}

.section-heading i {
  margin-bottom: 20px;
}

.heading {
    padding-top: 30px;
}

/* --- section bg var --- */

.bg-white {
  background: #fff;
}

.bg-gray {
  background: #f8f8f8;
}


.bg-dark {
  background: #575757;
}

/* --- section color var --- */

.text-light {
  color: #fff;
}

.link_margin a {
  margin: 10px;
}

.padding {
  padding: 10px;
}


/* ===========================
--- Intro
============================ */
.officer_intro {
    width: 100%;
    position: relative;
    background: url(../img/academic_background.jpg) no-repeat top center;
}

#intro.officer_intro {
  padding: 20% 0 10% 0;
}

.officer_intro .slogan {
  text-align: center;

}

.officer_intro .page-scroll {
  text-align: center;
}

.officer_intro .slogan h2 {
  color: white;
  text-shadow: none;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.intro {
    width:100%;
    position:relative;

  background: url(../img/background.jpg) no-repeat top center;
  background-size: cover;
  opacity: 0.95;
  height: 100% ;
}

#intro.intro {
  padding: 19% 0 0 0;
}

.intro .slogan {
  text-align: center;

}

.intro .page-scroll {
  text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
  color: #FFF;
  text-shadow: none;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  font-family: monaco, Consolas, "Lucida Console", monospace;
  font-style: normal;
  font-variant: normal;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
/*  text-transform: uppercase;
*/  border-width: 0px;
  border-color: #000;
  border-style: none;
  text-shadow: -2px 1px 3px #000;
}

.intro .slogan h4 {
  color: #ccc;
  font-size: 20px;
  font-weight: 200;
  font-family: monaco, Consolas, "Lucida Console", monospace;
  text-shadow: -1px 1px 1px #000;
}

.accordion_header {
  padding: 5px;
  border-bottom-color: #848484;
  border-bottom-width: 1.5px;
  border-bottom-style: solid;
  padding-left: 10px;
  text-align: center;
  height: 50px;
  margin-top: 5%;
  margin-bottom: 2%;
  position: relative;
  -webkit-transition: 0.4s; /* Safari */
  transition: 0.4s;
  vertical-align: bottom;
}

.accordion_header:after {
    content: '\25BE'; /* Unicode character for "plus" sign (+) */
    font-size: 15px;
    color: #777;
    position: absolute;
    top: 25%;
    left: 96%;
    float: right;
}

.accordion_header:hover {
  cursor: pointer;
  border-bottom-color: black;
}

.accordion_text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 19px;
}

.intro .slogan h5 {
  color: #FFF;
  font-size: 30px;
  font-weight: 100;
/*  font-family: monaco, Consolas, "Lucida Console", monospace;
*/  font-style: normal;
  font-variant: normal;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
/*  text-transform: uppercase;
*/  border-width: 0px;
  border-color: #000;
  border-style: none;
  text-shadow: -1px 0 1px #000;
}

.tab { margin-left: 40px; }

.tab-larger {margin-left: 30px;}
.blinking-cursor {
/*  font-weight: 100;
  font-size: 30px;
  color: #2E3D48;*/
  -webkit-animation: 1s blink step-end infinite;
  -moz-animation: 1s blink step-end infinite;
  -ms-animation: 1s blink step-end infinite;
  -o-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

@keyframes "blink" {
  from, to {
    color: transparent;
    text-shadow: none;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
    text-shadow: none;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
    text-shadow: none;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
    text-shadow: none;
  }
  50% {
    color: white;

  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
    text-shadow: none;
  }
  50% {
    color: white;

  }
}

/* ===========================
--- Footer
============================ */

footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

footer p {
  font-family: 'Lato',sans-serif;
  font-size: 14px;

  color: #EEE;
}

.content {
    padding-top: 10%;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.content-less {
    padding-top: 0%;
    width: 70%;
    margin: 0 auto;
    display: block;
}

.calendar {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

/* ==========================
Parallax
============================= */

#parallax1{
  background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}


#parallax2{
  background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
  border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-join {
    font-weight: 200;
    margin-top: 42px;
    padding: 7px 40px;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 32px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-join:hover,
.btn-join:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll{
  padding-bottom: 10px;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
  height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */
@media (max-width: 1015px) {
    .navbar {
      padding: 20px 0;
      border-bottom: 0;
      letter-spacing: 1px;
      background: 0 0;
      -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
      -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
      transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-header {
        float: none;
    }

    .navbar-header .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        max-height: none; /* overriding bootstrap style */
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>ul {
        width: 50%;
    }
    .collapse.in{
  		display:block !important;
	}
  .workshops-tablist .navbar-left{
    position: relative;
    margin-top: 0;
    margin-bottom: 5%;
    padding-left: 30px;
  }

  /*lock iframe to 4:3 resolution*/
  .workshops-content iframe {
    max-width: 100vw;
    max-height: 75vw;
    padding-right: 30px;
  }

  .workshops-tablist button.tablist-button {
    display: block;
  }
}

@media(min-width:767px) {

    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }


    .intro-text {
        font-size: 25px;
    }


}

@media screen and (max-width:630px) {

  .intro .slogan h2{
    font-size: 45px;
  }
}

@media screen and (max-width: 480px){
  .intro .slogan h2{
      font-size: 38px;
  }
}

@media screen and (max-width: 415px){
  .intro .slogan h2{
      font-size: 34px;
  }
}

@media screen and (max-width: 320px){
  .intro .slogan h2{
      font-size: 30px;
  }
}

/* overriding bootstrap media queries */
@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

/*-- Officer style --*/
.boxed-grey {
  background: #f9f9f9;
  padding: 20px;
}

.team h5 {
  margin-bottom: 10px;
}

.team p.subtitle {
  margin-bottom: 10px;
}

.avatar {
  margin-bottom: 10px;
}

.team-social {
  margin-left: 0;
  padding-left: 0;

}

.team-social {
  text-align: center;
}

.team-social li{
    display: inline-block;
  margin:0 !important;
  padding:0;
}


.team-social a{
  margin:0;
  padding:0;
    display: block;
  width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
  color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
  text-align: center;
  margin:0;
  padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}



@media screen and (max-width:768px) {

  .team.boxed-grey {
    margin-bottom: 30px;
  }

  .boxed-grey {
    margin-bottom: 30px;
  }

  .show-mobile {
    display: inline;
  }

  .hide-mobile {
    display: none;
  }
}


@media (max-width:480px) {

  .navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
  }

  .navbar.navbar-custom.navbar-fixed-top {
    margin-bottom: 30px;
  }

  .tp-banner-container {
    padding-top:40px;
  }

  .page-scroll a.btn-circle {
    width: 40px;
    height: 40px;
    margin-top: 10px;
    padding: 7px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
  }

}

button.accordion {
    background-color: #eee;
    color: #666;
    cursor: pointer;
    width: 90%;
    height: 50px;
    border-style: ridge;
    text-align: center;
    outline: none;
    font-size: 20px;
    border-width: 5px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #d9d9d9;
    border-style: inset;
    border-width: 5px;
}

div.panel {
    padding: 0 20px;
    display: none;
    background-color: white;
}

div.panel.show {
    display: block !important;
}

.application-link {
  color: #ccc;
  margin-top: 50px;
  font-family: monaco, Consolas, "Lucida Console", monospace;
  text-shadow: -1px 0 1px #000;
  font-size: 1.3em;
}

.application-link button {
  background: rgba(125,0,49,0.75);;
  color: #fff;
  opacity: 0.9;

  padding: 7px 30px;
  border-radius: 5px;
  /*box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);*/
  border: none;
  -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.application-link button:hover {
  background: rgba(125,0,49,0.99);;
}

.none {
  display: none;
}

.years {
  margin-top: -2%;
}

/* ===========================
--- Workshops
============================ */

.workshops-tablist li a{
  font-size: 16px;
  font-weight: 300;
  padding: 10px 10px;
  text-align: left;
  color: rgba(39,41,64, 0.75)
}

.workshops-tablist .active a{
  color: rgba(39,41,64, 1);
  border-left: 6px solid rgb(178,0,0,1);
  background-color: #eee;
}

.workshops-tablist a.nav-header,
.workshops-tablist a:hover.nav-header,
.workshops-tablist a:focus.nav-header{
  background: none;
  border-left: none;
  font-size: 18px;
  font-weight: 700;
  color: rgba(39,41,64, 0.75);
}

.workshops-tablist {
  text-align: left;
}
.workshops-tablist ul{
  margin-top: 25vh;
}

.workshops-content {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5%;
  text-align: left;
}

.workshops-item {
  padding-top: 10px;
  padding-bottom: 30px;
}

.workshops-item-name{
  margin: 0 0 5px 0;
}
.workshops-background {
    min-height: -webkit-fill-available;
    background-image: linear-gradient(-16.18deg, rgba(178,0,0,0.16) 50%, transparent 50.2%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: 100px;
}

.workshops-tablist .tablist-button {
  display: none;
  margin-bottom: 15px;
  border-radius: 10px;
  background-color: white;
  border-color: #ccc;
  outline: none;
}
