/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #000000;
}

.contenthome
{
background:#ffffff;

}

.contenthome p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.0em;
    font-weight: 300;
    line-height: 1.6em;
    color: #000;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    background: #000;
    border: none;
    color:#ffffff;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-toggler
{
border:1px solid #ffffff;
color:#ffffff;
}

.navbar-toggler-icon{ color:#ffffff !important; }

.navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: rgba(0,0,0,.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* INTRO */

.videoContainer {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow:hidden;
}

iframe {
width: 100%;
height:100vh;

}

/* Header Parallax Element Style*/
.info
{
background:#ffffff;
padding:50px 20px 50px 20px;
color:#000000;
}

.paral {
min-height: 600px;
background-attachment: fixed;
background-size: cover;
display:block;
position:relative;
background-position: 50% 50%;
}

.paralsec {
background-image: url("../img/parellax1.jpg");
}

.paral p {
font-size: 24px;
color:#ffffff;
text-align: center;
line-height: 60px;
}
 
/* Heading for Parallax Section */ 
.paral h1 {
color: rgba(255, 255, 255, 0.8);
font-size: 60px;
text-align: center;
padding-top: 60px;
line-height: 100px;
}

.jumbotron{margin-bottom: 0;}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

/*ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #e61b72;
}*/

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}


#content .text
{
margin:20px;
padding:20px;
background:#ffffff;
}

.menu
{
background:#000000;
color:#ffffff;
}

.menu UL LI
{
float:left;
}

.menu UL LI A
{
line-height:40pt;
font-size:13pt;
font-weight:500;
padding:0px 25px 0px 25px;
letter-spacing:1px;
}

.menu UL LI:first-child A
{
padding:0px 20px 0px 0px;
}


.footer
{
padding:20px;
color:#ffffff !important;
background:#000000;
font-size:11pt;
font-weight:700;
}

#contentindex {
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
}

#contentvideo {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#contentvideo.active {
    width: 100%;
}

.item
{
margin:0;
padding:0;
}

.item IMG
{
width:100%;
}

.buttons
{
margin-top:-290px;
margin-bottom:52px;
}

.buttons H1
{
font-size:80pt;
color:#ffffff;
margin:0;
font-weight:bold;
z-index:99999;
padding:0;
}

.buttons H2
{
font-size:70pt;
color:#ffffff;
margin:0;
z-index:99999;
padding:0;
}

.ruben
{
width:160px;
position:fixed;
z-index:99999;
right:25px;
bottom:0;
}

.ruben IMG
{
width:100%;
}



@media (max-width: 768px) {
.ruben
{
width:75px;
position:fixed;
z-index:99999;
right:15px;
bottom:0;
}
}

.btn-info
{
background:#e61b72;
border-color:#e61b72;
}

.btn-info:hover
{
background:#e61b72;
border-color:#e61b72;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
 #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }

    #contentvideo {
    width: 100%;
    height:auto;
    padding: 0px;
    min-height: 200px;
    transition: all 0.3s;
}

#contentvideo.active {
        width: calc(100% - 250px);
    }
    .videoContainer {
  position: relative;
  width: 100%;
     height: calc(100vw/1.77);
      margin:0 auto 0 auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.buttons H1
{
font-size:28pt;
color:#ffffff;
margin:0;
font-weight:bold;
z-index:99999;
padding:0;
}

.buttons H2
{
font-size:19pt;
color:#ffffff;
margin:0;
z-index:99999;
padding:0;
}
0

.item
{
margin-top:25px;
}

.buttons
{
margin-top:20px;
}

iframe
{
transform:none;
}

}

/* J's Code */
#main .post, #main .page {
    border: unset;
    margin-bottom: unset;
    padding: unset;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    margin-bottom: 15px;
}

input.wpcf7-form-control.wpcf7-submit {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
    margin-top: 10px;
    border-radius: .25rem;
}