/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@font-face {
  font-family: 'great-vibes.regular';
  src: url('../fonts/great-vibes.regular.ttf') format('truetype');
}

@font-face {
 font-family: 'texgyreadventor-regular';
 src: url('../fonts/texgyreadventor-regular.otf') format('opentype');
}

@font-face {
  font-family: 'cataneo-swash-bt-regular-swash';
  src: url('../fonts/cataneo-swash-bt-regular-swash.ttf') format('truetype');
}

@font-face {
  font-family: 'Odette';
  src: url('../fonts/Odette.ttf') format('truetype');
}

 body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 40px;
    /*padding-left: 50px;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 40px;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 95%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 25px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.sidebar-nav li {
    /*text-indent: 20px;*/
    line-height: 40px;
    text-align: center;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: rgba(131, 209, 213, 1);
    text-transform: uppercase;
    transition: background 1.5s;
    line-height: 2em;
    /*font-family: 'texgyreadventor-regular', sans-serif;*/
    /*font-family: 'Bad Script', cursive;*/
    /*font-family: 'cataneo-swash-bt-regular-swash', cursive;*/
    font-family: 'Odette', sans-serif;
    font-size: 1.5em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(131, 209, 213, 1);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 85px;
    font-size: 18px;
    line-height: 60px;
    color: rgba(131, 209, 213, 1);
    line-height: 1.5em;
    margin-bottom: 155px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.tag_line {
  font-family: 'great-vibes.regular', cursive;
}

.tag_line img {
  width: 68%;
}

.social_media {
  text-align: center;
  margin-top: 50px;
}

.social_media a {
  margin-right: 20px;
}

.social_media a:nth-child(3) {
  margin-right: 0px;
}

.social_media [class*="fa fa-"] {
    background-color: black;
    border: 2px solid rgba(131, 209, 213, 1);
    border-radius: 30px;
    color: rgba(131, 209, 213, 1);
    height: 30px;
    line-height: 25px;
    width: 30px;
    text-align: center;
    transition: border-color 0.4s, color 0.4s;
}

.social_media a i:hover {
    border-color: #fff;
    color: #fff;
}

.fa-instagram {
  padding-left: 1px;
}

#menu-toggle {
  position: fixed;
  background-color: rgba(131, 209, 213, 1);
  color: white;
  left: .10%;
  margin-top: 5px;
  color: black;
  display: none;
}

#menu-toggle:hover {
  background-color: white;
  color: black;
  /*border-color: darkgrey;*/
}

@media(min-width:1024px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 40px;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 40px;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

@media(max-width: 1024px) {
  #menu-toggle {
    display: block;
  }
}
