@import url(https://fonts.googleapis.com/css?family=Questrial);
@import url(https://fonts.googleapis.com/css?family=Dancing+Script:700);
@font-face {
  font-family: proximaNova;
  src: url(/css/fonts/ProximaNova-Regular.otf);
}
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "proximaNova", "Questrial", "Helvetica Neue", Arial, sans-serif;
  background-color: #282828;
  color: #d3d3d3;
  webkit-tap-highlight-color: #222;
  font-family: "Arial", sans-serif;
}

hr {
  max-width: 80px;
  border-width: 3px;
  opacity: 0.09;
  margin-top: 15px;
  margin-bottom: 15px;
}

hr.light {
  border-color: #fff;
}

a {
  color: #264653;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover,
a:focus {
  color: #ffddd2;
  outline: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "proximaNova", "Questrial", "Helvetica Neue", Arial, sans-serif;
}

p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.wide-space {
  letter-spacing: 1.6px;
}

.icon-lg {
  font-size: 50px;
  line-height: 18px;
}

.bg-primary {
  background-color: #2a9d8f;
}

.bg-dark {
  color: #eee;
  background-color: #222;
}

.cursive {
  font-family: "Dancing Script", cursive;
  text-transform: none;
}

.text-faded {
  color: rgba(245, 245, 245, 0.7);
}

.text-dark {
  color: #111;
}

.text-primary {
  color: #edf6f9;
}

.modal-content {
  background-color: #006d77;
  color: #edf6f9;
}

section {
  padding: 70px 0;
}

aside {
  padding: 50px 0;
}

footer {
  padding: 15px;
  background-color: #006d77;
}

.examples-styling {
  padding-top: 100px;
  background-color: #006d77;
}

.navbar-default {
  border-color: rgba(35, 35, 35, 0.05);
  font-family: "proximaNova", "Questrial", "Helvetica Neue", Arial, sans-serif;
  background-color: #222;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.navbar-header > .navbar-brand {
  font-family: "proximaNova", "Questrial", "Helvetica Neue", Arial, sans-serif;
  color: #9b59b6;
  padding: 15px;
  -webkit-transition: padding 0.2s ease-in;
  -moz-transition: padding 0.2s ease-in;
  transition: padding 0.2s ease-in;
}

.navbar-header > .navbar-brand:hover,
.navbar-header > .navbar-brand:focus {
  color: #8b27b0;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #181818;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
  border-color: transparent;
}

.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #eee;
}

.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #ffddd2;
}

.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #264653 !important;
  background-color: transparent;
}

.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    border-color: transparent;
    background-color: transparent;
    min-height: 60px;
  }
  .navbar-header > .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
    padding: 19px;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #ffddd2;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    letter-spacing: 1.1px;
    text-shadow: 1px 1px 1px rgba(60, 60, 60, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #ffddd2;
  }
  .navbar-default.affix {
    border-color: rgba(34, 34, 34, 0.05);
    background-color: #222;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    font-size: 15px;
    color: #9b59b6;
    padding: 20px;
    letter-spacing: 1px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #ffddd2;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #ddd;
    text-shadow: 1px 1px 1px rgba(30, 30, 30, 0.7);
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #ffddd2;
  }
}
header {
  position: relative;
  min-height: auto;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #c9c9c9;
  background-image: url("https://splashbase.s3.amazonaws.com/lifeofpix/regular/Life-of-Pix-free-stock-photos-Slate-Stone-Xeromatic-1440x953.jpg");
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
  z-index: 2;
}

header .header-content .inner h1 {
  margin-top: 0;
  margin-bottom: 0;
}

header .header-content .inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}

#video-background {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 1;
}

#video-background.collapsing {
  display: none;
}

.outer {
  width: 100%;
  text-align: center;
}

.inner {
  display: inline-block;
}

.floatleft {
  float: left;
}

@media (min-width: 768px) {
  .icon-lg {
    font-size: 80px;
  }
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .header-content .inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  header .header-content .inner h1 {
    font-size: 53px;
  }
  header .header-content .inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }
  section {
    min-height: 600px;
    padding: 100px 0;
  }
  section #one {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #eee;
  background-color: #36333d;
  background-image: none;
  border: 1px solid #36333d;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  color: #222;
  background-color: #ccc;
  box-shadow: none;
}

textarea {
  resize: none;
}

.margin-top-0 {
  margin-top: 0;
}

.feature {
  margin: 50px auto 0;
  max-width: 400px;
}

.feature p {
  margin-bottom: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}

.gallery-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  overflow: hidden;
}

.gallery-box .gallery-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(44, 44, 44, 0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.gallery-box .gallery-box-caption .gallery-box-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: left;
  transform: translateY(-50%);
  padding: 50px 25px;
  font-size: calc(12px + 2vw);

}

.gallery-box:hover .gallery-box-caption {
  opacity: 1;

}

.gallery-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-box img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.no-gutter > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
  opacity: 0.7;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
  opacity: 0.7;
}

.btn-default .badge {
  color: #fff;
  background-color: #222;
}

.btn.btn-primary {
  background-color: transparent;
  border: 1px solid #f0f0f0;
  border-color: #f0f0f0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn.btn-primary:hover {
  opacity: 0.7;
}

.btn {
  border: 0;
  border-radius: 290px;
  font-family: "proximaNova", "Helvetica Neue", Arial, sans-serif;
}

.btn-xl {
  padding: 15px 30px;
  font-size: 20px;
}

::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

.profile {
  width: 30%;
  height: auto;
  border-radius: 50%;
}

.university {
  text-align: center;
}

.centering_modal_image {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.large_font {
  font-size: 20px;
}

.music_list {
  list-style-type: none;
  margin: auto;
  text-align: center;
}

.music_list li {
  display: inline;
  padding: 2.5%;
}

.stroke_me {
  color: #edf6f9;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/* Horizontal flip CSS */
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
/* .flip-container:active .back {
  transform: rotateY(0deg);
}

.flip-container:active .front {
  transform: rotateY(180deg);
} */

.flip-container, .front, .back {
  width: 320px;
  height: 300px;
}

/* flip speed goes here */
.flipper {
-webkit-transition:0.6s;
   -moz-transition:0.6s;
     -o-transition:0.6s;
        transition:0.6s;
/*transform-style*/
-webkit-transform-style:preserve-3d;
   -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
     -o-transform-style:preserve-3d;
        transform-style:preserve-3d;
position:relative;
}

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* form styling */
/*         body {
            font-family: Arial, sans-serif;
        } */
        .formcontainer {
            max-width: 500px;
            margin: auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }
        input, textarea {
            width: 100%;
            padding: 10px;
            margin: 5px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
            color: black;
            font-weight: normal;
        }
        button {
            background-color: #264653;
            color: white;
            padding: 10px;
            border: 1px;
            width: 100%;
            cursor: pointer;
            border-radius: 5px;
        }
        button:hover {
            background-color: #edf6f9;
            color: #264653;
        }
        #feedback {
            margin-top: 10px;
            font-weight: bold;
        }

/*  UPDATED! front pane, placed above back */
.front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(-180deg);
}

.text-muted {
  text-align: left;
  color: #edf6f9;
}

#four {
  background-color: #006d77;
}

.flipped {
  -webkit-transform:rotateY(180deg);
  -moz-transform:rotateY(180deg);
  -ms-transform:rotateY(180deg);
  -o-transform:rotateY(180deg);
  transform:rotateY(180deg);
}

@media (min-width: 992px) {
  .feature {
    margin: 20px auto 0;
  }
}
@media (max-width: 991px) {
  #one .flip-container, .front, .back {
    margin: 0 auto;
  }
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #006d77;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

@media (max-width: 767px) {
  #first {
    height: 40em;
  }
  .inner {
    padding-top: 15%;
  }
  .particles-js-canvas-el {
    width: 50%;
    height: 88%;
    margin-top: -530px;
  }
}
@media (max-width: 414px) {
  #first {
    height: 33em;
  }
  .particles-js-canvas-el {
    width: 50%;
    height: 77%;
    margin-top: -500px;
  }
  .inner {
    padding-top: 15%;
  }
  .h1, h1 {
    font-size: 2.3em;
  }
  .gallery-text > h4 {
  font-size: 12px;
  }
  .gallery-text > h3 {
  font-size: 20px;
  }
  #four > div > div.call-to-action > h2,  #four > div > div.row > div > div:nth-child(1) > h3, #four > div > div.row > div > div:nth-child(3) > h3{
  font-size: 20px;
  }
}
.xtraRecos {
  display: none;
}
header .header-content {
  padding: 50px 15px;
}

footer a {
  color: #edf6f9;
}
/*# sourceMappingURL=style.css.map */
