/*------------------------------------------------body & header*/
*
{
    margin: 0;
    padding: 0;
}
body
{
    padding: 0px;
    margin: 0px;
    background-color:#ffeeee;
    font-family: sans-serif;
    color:#000
}
.container
{
    border-left: 2px solid #700000;
    border-right: 2px solid #700000;
/*    box-shadow: 0px 0px 10px #2d3436;*/
/*    height: 1000px*/
}
.header
{
    color: aliceblue;
    text-decoration: none;
/*    margin-left: 120px;*/
    margin-bottom: 30px
}


.header button
{
    background-color:#540a0a;
    border-style: none;
    color:white;
    font-family: sans-serif;
    font-size: 100%;
/*    padding:.5% 3%;*/
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
        width:12%;
    height: 40px;

    
}
.header button:hover
{
    background-color:#700000;
    border-style: none;
    color:white;
    font-family: sans-serif;
    font-size: 100%;
/*    padding:.5% 3%;*/
    margin: 0px;
    border-radius: 20px;
    cursor: pointer;
        width:12%;
    height: 40px;
    
}
/*
.header .home
{
    background-color: #2489a2;
    padding:.5% 6%;
    font-size:100%
}
.header .home:hover
{
    background-color: #3ebdd9;
    padding:.5% 6%;
    font-size:100%
}
*/
img.hybrid
{
    width: 275px;
    height: 200px;
/*    box-shadow: 0 8px 6px -6px black;*/
}
/*-----------------------------------------------------footer*/
img.hybrid_footer
{
    width: 40px;
    height: 40px
}
.copy
{
    text-align: center;
    color: wheat
}


/*---------------------------------------------------------------------------------*/

button.but
{
    width: 100%;
    margin: 10px 0;
    background-color: #225ff9;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 30px;
    height: 30px
    
}
button.but:hover
{
    width: 100%;
    margin: 10px 0;
    background-color:#5686ff;
    color:#fff;
}
.but
{
/*    background-color:#130f40;*/
    margin-top: 20px;
}
/*------------------------------------------------------------------*/
.dropright .btn
{
    width: 100%;
    margin: 10px 0;
    background-color: #225ff9;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 30px;
    height: 30pxs
}
.dropright .btn:hover
{
    width: 100%;
    margin: 10px 0;
    background-color:#5686ff;
    color:#fff;
}
.dropdown-menu
{
    background-color: #f4f4f4;
    width: 260px;
    padding-left: 10px

}
.dropdown-menu a
{
    text-decoration: none;
    color: #540a0a;
    background-color: #f4f4f4;
    
}
.dropdown-menu a:hover
{
    text-decoration: none;
    color:#fff;
    background-color:#121212 ;
    
}


/*---------------------------------------------------------------------*/

.slider
{
     text-align: center;
/*    margin-bottom:10px;*/
}
.mySlides
{
    width: 100%;
    height: 300px;
    border-style: groove;
    border-width: 6px;
    border-color: #999999;
    -webkit-box-shadow: 0px 6px 8px 1px rgba(0,0,0,0.44); 
    box-shadow: 0px 6px 8px 1px rgba(0,0,0,0.44);
/*    margin-left: 23%*/
}

/*---------------------------------------------------------------------------------*/
.txt
{
/*    background: #34495e;*/
    color:#000;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 20px;
    font-size: 20px;
}
h1
{
    color:#540a0a;
    font-weight: bolder;
}
.txt a
{
    color:#540a0a;
    text-decoration:underline
}
.txt a:hover
{
    color:#651212;
    text-decoration:underline
}
u
{
    color:darkorange
}
*/

.txt span
{
    color: white;
}
.txt #Licence
{
    text-decoration: underline;
    color: dodgerblue;
    cursor: pointer
}
*/

.txt input[type=submit], input[type=button]
{
    background-color: deepskyblue;
    width: 20%;
    border: none;
    border-radius: 20px;
    margin-left: 20%
    
}
.txt input[type=submit]:hover, input[type=button]:hover
{
    background-color:darkorange;
    width: 20%;
    border: none;
    border-radius: 20px;
    margin-left: 20%
}

/*---------------------------------------*/

.row .question
{
    margin-left: 50px;
    height: 600px;
    width: 100%;
    margin-top: 20px
}

.row .question li
{
    list-style: none;
    margin: 20px ;
    font-size: 20px;
}

.row .question button
{
    margin-left: 100%;
    border: none;
    border-radius: 50px;
    background-color: #00d2d3;
    width:30%;
    height:50px;
    font-size:30px;
    margin: 0 30%;
    margin-top: 5%;
    box-shadow: 0 8px 6px -6px #000;

}
.row .question button:hover
{
    margin-left: 100%;
    background-color:#01a3a4;
    width:30%;
    height:50px;
    font-size:30px;
    margin: 0 30%;
    margin-top: 5%;

}
.row .question .questionForm h3
{
    color: #540a0a;
    font-size: 40px
}






/*
 .login input[type=text], .login input[type=password]
{
    width: 100%;
  padding:5px;
  margin:2px 0;
  display:block;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid darkgray;
    text-transform:uppercase;
    color:white;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    
}
*/


.txt input[type=text]:focus, .txt input[type=password]:focus
{
    width:100%;
  padding:5px;
  margin:2px 0;
  display:block;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid wheat;
    text-transform:uppercase;
    color:white;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    
}

.txt h2
{
    color:#48dbfb;
    text-shadow: 0px 3px 6px black
}
/*---------------------------------- log in --------------*/
.prelogin input[type=submit]
{
    color: #222f3e;
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
    background-color: #0abde3;
    font-size: 1.5em;
    border: none;
    border-radius: 50px
}

.prelogin input[type=submit]:hover
{
    color: #222f3e;
    width: 30%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 40px;
    background-color: #70a1ff;
    font-size: 1.5em;
    border: none;
    border-radius: 50px
}

/*-------------------------------------------------------*/


/*-----------------------------------log in web home------------------*/


.login h4
{
    margin-top:20px
}


.login
{
    margin-top: 20px;
    background-color: #f5f6fa;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
}
.login input[type=text], .login input[type=password]
{
    width: 100%;
  padding:5px;
  margin:2px 0;
  display:block;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid darkgray;
    text-transform:uppercase;
    color:black;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    
}

.login input[type=text]:focus, .login input[type=password]:focus
{
    width:100%;
  padding:5px;
  margin:2px 0;
  display:block;
  box-sizing: border-box;
    background-color:transparent;
      border-color:transparent;
    border-bottom:2px solid #540a0a;
    text-transform:uppercase;
    color:black;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    
}

.login input[type=submit]
{
    background-color: #540a00;
    border-style: none;
    margin-top:5px;
    border-radius: 20px;
    width: 50%;
    color: white;
}
.login input[type=submit]:hover
{
    background-color:#740f0f;
    border-style: none;
    margin-top:5px;
    cursor: pointer;
    border-radius: 20px;
    width: 50%;
    color: white;

}
/*-----------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------*/

/*
.footer
{
    background-color:#dfe6e9;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    height: 80px;
    padding-top: 10px
}
.imgfooter
{
    width: 60px;
        height: 20px
}
.copy
{
    color: #192a56;
    margin-top: 7px
}
.footer a
{
    color: #2f3640;
    text-decoration: none
}
span
{
    color: crimson
}
*/
/*----------------------------------------------------------------------------*/
/*
.row .prequestion
{
    margin-left: 50px;
    height: 600px;
    width: 100%;
    margin-top: 20px
}

.row .prequestion li
{
    list-style: none;
    margin: 20px ;
    font-size: 20px;
}

.row .prequestion button
{
    margin-left: 100%;
    background-color: #00d2d3;
    width:30%;
    height:50px;
    font-size:30px;
    margin: auto 30%;
    margin-top: 100px

}
.row .prequestion button:hover
{
    margin-left: 100%;
    background-color:#01a3a4;
    width:30%;
    height:50px;
    font-size:30px;
    margin: auto 30%;
    margin-top: 100px

}
.row .prequestion h3
{
    color: #1dd1a1;
    font-size: 40px
}
*/

/*-----------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------*/
@media only screen and (max-width:900px)
{
    .container
{
    width: 90%;
    
}
}