/* FOR THE FONT TO WORK THE PUBLISHED URL NEEDS TO BE ADDED TO THE TYPEKIT KIT*/

/* For the Nav bar */
@import url("https://use.typekit.net/xwz7zgl.css");

html.js .no-js,
html .js {
  display: none;
}

html.js .js {
  display: block;
}

body .navbar .navbar-brand img {
  float: left;
  margin: -3px -4px 14px 0px
}

.navbar {
  background: linear-gradient(#f9f9f9, #f9f9f9);
  border-bottom: 1px solid #eaeaeb;
}

.navbar-brand {
  font-family: 'Europa';
  font-weight: 700;
  cursor: pointer;
  padding: 12px 15px !important;

}

.container .c-name {
  font-family: 'Europa';
  font-weight: 500;
  color: #565656 !important;
}

.u-name {
  font-family: 'Europa';
  font-weight: 500;
}

.pinkText {
  color: #d9009b;
  font-weight: 700;
  display: inline;
  padding: 0px 30px 0px 10px;
  font-size: 14px;
}

body .container .navbar-header,
.text-header {
  display: inline-block;
}

body nav .container {
  margin: 0;
}

.text-header .navbar-text {
  margin-right: 0;
  margin-top: 18px;
}

body {
  padding-top: 60px;
  /* padding-bottom: 40px; */
}


.text-header {
  padding-left: 5px;
  border-left: 1px solid #eaeaeb;
}

.c-name { 
  display: block;
}

.c-name.mob {
  display: none;
}

/* Media Queries */
@media (min-width: 1200px) {

  header .container,
  section .container {
    width: 970px;
  }
}

@media (max-width: 425px) {
  .container-narrow {
    width: 100%;
  }

  .jumbotron p {
    font-size: 1.2em
  }

  .jumbotron .btn {
    float: none;
  }

  .text-header {
    font-size: 12px;
  }

  .navbar-brand {
    padding: 18px 15px !important;
  }
}

@media (max-width: 767px) {

  .text-header .c-name,
  .text-header .u-name {
    margin: 10px 0px;
  }

  .text-header {
    padding-left: 5px;
    border-left: 1px solid #eaeaeb;
  }

  .pinkText {
    padding: 0px 10px 0px 10px;
  }

  .c-name { 
    display: none;
  }
  
  .c-name.mob {
    display: block;
  }
}

@media (max-width: 380px) {
  .pinkText {
    padding: 0px 0px 0px 10px;

  }

  .text-header {
    padding-left: 8px;
    border-left: 1px solid #eaeaeb;
  }
}

body .navbar-header {
  float: none;
}

/* For the Nav bar */


* {
  font-family: "Europa"
}

h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

h2, h3, h4, h5 {
  font-weight: bold;
  font-size: 26px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#content {
  font-size: 16px;
}
small {
  font-size: 14px;
}

section {
  margin: 20px 0px;
}
#content a {
  color:  #d9009b;
}

.img {
  border: 1px solid black;
  margin: 5px;
  padding: 5px;
  text-align: center;
  height: auto;
  width: 120px;
  padding: 15px;
  font-size: 16px;
  display:inline-block;
}