/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Toggle Styles */


body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 300;

}
.bgblack {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #282727;
  color: #ffffff;
}
.wedding {
  background-image: url(../images/wedding-beach.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
}
.wedding-text {
  background-color: rgba(0,0,0,0.5);
  color: #ffffff;
}

.title {
  color: rgb(162, 212, 127);
  font-size: 40px;
  text-align: left !important;
}
.titlenews {
  color: rgb(87, 98, 79);
  font-size: 40px;
}
.margintop {
  margin-top: 30px;
  margin-bottom: 30px;
}
.div {
  border-bottom: 3px solid #4b4b4b;
  width: 80px;
}
.pad {
  padding: 40px;
  border: 2px solid rgb(199, 199, 199);
}
.fixtop {
  margin-top: -21px;
}
.fixright {
  margin-right: -35px;
}
.fixleft {
  margin-left: -35px;
}
.subtitle {
  font-family: 'Alex Brush', cursive;
  font-size: 35px;
  color: rgb(136, 130, 130);
}
.payoff {
  font-family: 'Alex Brush', cursive;
  font-size: 55px;
  color: rgb(255, 255, 255);
  margin-top: -150px;
  padding-bottom: -20px !important;
  text-shadow: 1px 1px 1px rgba(73, 73, 73, 1);
}

.payoff:before {
  content: '“';
  position: absolute;
  top: -170px;
  left: 15px;
  font-size: 55px;
  line-height: 102px;
  font-weight: bold;
  font-family: 'Times new Roman', serif;
}


.payoff:after {
  content: '”';
  position: absolute;
  bottom: 175px;
  right: 20px;
  font-size: 55px;
  font-weight: bold;
  font-family: 'Times new Roman', serif;
}



h1 {
  font-weight: 200;
  font-size: 60px;
}

#wrapper {
    padding-left: 0;
    -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: 0;
    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: 100%;
    position: absolute;

}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */
#language {
  position: absolute;
  top: 600px;
  margin-left: 40px;
  color: #ffffff;
  font-size: 13px;
}
#language a {
  color: #ffffff;
  font-weight: bold;
}
.sidebar-nav {
    position: absolute;
    top: 100;
    width: 230px;
    margin: 0;
    margin-left: 20px;
    padding: 0;
    list-style: none;
    color: #ffffff;

}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 25px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 100px;
    margin-bottom: 140px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle:before {
  content: "\f054";
  font-family: FontAwesome;
}

#menu-toggle {
  width: 50px;
  height: 50px;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #000000;
  z-index: 2000;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  padding-top: 5px;

  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

#menu-toggle.toggled:before {
  content: "\f053";
  font-family: FontAwesome;
}

#menu-toggle.toggled {
  margin-left: 250px;

}

@media (max-width: 768px) {

  .fixleft {
    margin-left:-15px;
  }

  .fixright {
    margin-right:-15px;
  }
  .payoff {
    font-size: 25px;
  }
  .sidebar-nav {
    height: 140%;
  }

}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }



    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }


    #page-content-wrapper {
        /*padding-left: 20px;
        padding-right: 15px;*/
        padding-right: 20px;
        padding-left: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
