.sheliop {
   width: 100% !important;
    height: auto !important;
	display: flex;
	 max-height: 700px;
  overflow: hidden;
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


html {
	font-family: 'Rubik', sans-serif;
    position: relative;
    min-height: 100%;
}

.container {
    margin-top: 80px;
}

.containerBOT {
    
}

.containerMORE {
    margin-top: 130px;
}
.footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding-top: 10px;
}

.nPAD {
    padding: 10px;
    width: 100%; max-width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    border-right-width: 16px;
    border-right-color: 	background: rgb(255,11,11);
    border-radius: 3px;
    color: black;
    background-color: beige;
}

.highlighted {
	  transition: opacity 500 ease-in-out;
    padding: 10px;
    width: 100%; max-width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    border-right-width: 16px;
    border-right-color: 	background: blue !important;
    border-radius: 3px;
    color: black;
    background-color: yellow !important;
	    background: linear-gradient(#FFFFFF,yellow);
}

.highlight
{
	  transition: opacity 500 ease-in-out;
    padding: 10px;
    width: 100%; max-width: 100%;
    font-size: 16px;
    line-height: 1.3em;
    border-right-width: 16px;
    border-right-color: 	background: blue !important;
    border-radius: 3px;
    color: black;
    background-color: yellow !important;
	    background: linear-gradient(#FFFFFF,yellow);
}


.buttons {
   margin-bottom: 20px;
}
.jumbotron{
    background-color: rgba(222,222,222,0.8)
    color: white;
    <!-- text-align: center; -->
	text-align: justify;
    padding: 10px;
    margin-top: 50px;
}

.signup{
    margin-top: 50px;   
}

.blueBUT{
    color: white;
    background-color: rgba(232,0,0,0.8);   
}

.blueBUT:hover{
    text-decoration-color: white;
    background-color: rgb(232,0,0);   
}

.body1 {
  background: url("img/rain.jpg") no-repeat center center; background-attachment: fixed;
background-size: cover; 
font-family: 'Rubik', sans-serif;

}
.h1
{
	font-family: 'Rubik', sans-serif !important;
}
.body2 {
  background-color: gradient(white,gray);
background-size: cover; 
font-family: 'Rubik', sans-serif;

background: rgba(44,44,44,1);
background: -moz-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 5%, rgba(102,102,102,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(44,44,44,1)), color-stop(5%, rgba(44,44,44,1)), color-stop(100%, rgba(102,102,102,1)));
background: -webkit-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 5%, rgba(102,102,102,1) 100%);
background: -o-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 5%, rgba(102,102,102,1) 100%);
background: -ms-linear-gradient(top, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 5%, rgba(102,102,102,1) 100%);
background: linear-gradient(to bottom, rgba(44,44,44,1) 0%, rgba(44,44,44,1) 5%, rgba(102,102,102,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2c2c', endColorstr='#666666', GradientType=0 )
}
.body2 {
padding-top: 46px;
}
@media (max-width: 555px) {
  .body2 {
padding-top: 55px;

  }
}


.body1 {
padding-top: 46px;
}
@media (max-width: 555px) {
  .body1 {
padding-top: 55px;

  }
}

.bodyMY {
     background-color: black;
	   
	 background: url("img/rain.jpg") no-repeat center center; background-attachment: fixed; 
	 
}

bodyMY {
padding-top: 55px;
}
@media (max-width: 555px) {
  bodyMY {
padding-top: 0px !important;

  }
}

#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(235, 235, 235, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 16px;
    background-color: rgba(10, 18, 138, 1);
    border-width: 1px;
    border-radius: 4px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(248, 248, 248, 0);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(186, 177, 177, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(85, 85, 85, 1);
    background-color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #0a128a;
}


.bord-rad-yt-container{
  margin:0 auto;
  border:12px solid white;
  padding:0;
  display:inline-block;
  overflow:hidden;
  border-radius:10px;
  z-index:2;
  position:relative;
}
.bord-rad-yt-container iframe{ /*Minor, quick failsafe */
  z-index:1;
  position:relative;
}
.bord-rad-yt-container2{
  margin:0 auto;
  border:1px solid white;
  padding:0;
  display:inline-block;
  overflow:hidden;
  border-radius:10px; /* shows how z-index affects video
  z-index:2;
  position:relative; */
}
.bord-rad-yt-container2 iframe{ /*Minor, quick failsafe */
  z-index:1;
  position:relative;
}

.forceLTR
{
    direction: ltr !important;
    text-align: left !important;
    	/*float: left !important; */
}

.modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}
::-webkit-input-placeholder { /* Chrome */
  color: blue !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: blue !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: blue !important;
  opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: blue !important;
  opacity: 1 !important;
}

input {
  outline: none;
  padding: 12px;
  border-radius: 3px;
  border: 1px solid black;
}
::-webkit-input-placeholder { /* Chrome */
  color: blue;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
:-ms-input-placeholder { /* IE 10+ */
  color: blue;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.3;
}
::-moz-placeholder { /* Firefox 19+ */
  color: blue;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.3;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: blue;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.3;
}
