body{
  font-family: 'Gupter', serif;
  font-size: 15pt;
  font-weight: bold;
  background-image: url('/images/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/***********************************/

video{
  height: 100%;
}

/***********************************/

a {
  color:#ec368d;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}

a:hover {
color: #7e1b4a;
text-decoration: none;
}


/***********************************/

ul{
  list-style: none;
}
li.nav-list{
  display: inline-block;
}

/***********************************/

.logo{
  height:250px;
}

/***********************************/

.section-nav{
  padding: 20px;
  background-color: #ffc845;
}

/***********************************/
.warn-toggle{

    padding-top: 100px;
    color: #ffffff;
    background-color: #c67ba4;
    height: 100%;
    width: 100%;
    position:fixed;
    overflow-x: hidden;
    z-index: 30;
    top: 0;
    right: 0;
    transition: 0.5s;


}

/****************************/
p.nav-p{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

/****************************/

.enterbtn{

  background-color: #008000;

  border: none;
}
.leavebtn{

  background-color: #FF0000;

  border: none;
}

.enterbtn:hover{

  background-color: #58c058;

  border: none;
}
.leavebtn:hover{

  background-color: #eb5555;

  border: none;
}
/****************************/

footer{

}

/***********************************/
