/* CSS Document */

body
{
background-image:url(../images/image.jpg);
background-size:cover;
background-repeat:no-repeat;
}


.active
{
background-color:#0066FF;
color:#FFFFFF;
padding:2px;
}

.nav a
{
float:left;
text-decoration:none;
padding:7px 16px;
font-weight:bold;
color:#FFFFFF;
border: 1px solid #5b9fc3;
border-right:1px solid #FFFFFF;
}

.nav a:hover
{
background-color:#0066FF;
color:#FFFFFF;
}
.button
{
background-color:#FFCC66; /* blue */
border: none;
color:#000000;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
border-radius:5px;
font-weight:bold;
margin-bottom:10px;
width:160px;
margin-top:-20px;
}
.button:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.img-thumbnail
{
margin-top:20px;
margin-bottom:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
.img-thumbnail:hover
{
border-radius:10%;
box-shadow:8px 8px 5px #888888;
}
.btn-danger1
{
background-color:#d10909;
width:100px;
height:30px;
color:#FFFFFF;
border:1px solid #d10909 ;
border-radius:3px;
font-size:16px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width:140px;
height:40px;

}

.btn-danger
{
background-color: #0099FF;
width:100px;
height:30px;
color:#FFFFFF;
border:1px solid #0099FF;
border-radius:3px;
font-size:16px;
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
width:140px;
height:40px;

}
.btn-danger:hover

{
background-color:#009933;
border:1px solid #009933;
}
.col-md-2
{
width:250px;
border:4px solid #8c6224;
background-color:#FFFFFF;
border-radius:3px;
margin-bottom:30px;
margin-top:20px;
}

.col-md-2 img:hover
{
border-radius:100px;
}
.button2
{
background-color:#0066FF; /* blue */
border: none;
color:#FFFFFF;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 2px 2px;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
border-radius:5px;
font-weight:bold;
margin-bottom:10px;
width:160px;
margin-top:10px;
}
.button2:hover
{
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.inner-pages a
{
width:260px;
padding:5px;
display:block;
text-align:center;
text-decoration:none;
color:#000000;
border-bottom:1px dotted grey;
background-color:#eee;
margin:5px;

}
.inner-pages a:hover
{
color:#FFFFFF;
background-color:#6699FF;
}
h3
{
background-color:#000000;
color:#FFFFFF;
padding:10px;
width:270px;
text-align:center;
}