﻿

body {

    font-family: 'Roboto', Verdana, Helvetica, Sans-Serif;

}

/* NAVBAR - MAIN MENU */


.dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav > li:hover {
    background-color:orange;
}
.dropdown:active {
    background-color:orange;
}
.dropdown > li:active {
    background-color:orange;
}


/* SLIDE - HOME */
.tungcarousel{

  right: 15%;
  Top: 15%;
  bottom:15%;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;


  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  position: absolute;

  z-index: 10;

  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color:transparent;  

    width:50%;
    height:50%;
    margin:auto;
}
.tungjumbotron {
    padding-top:48px;
    padding-bottom:48px;

    
    margin-bottom:30px;
    color:inherit;
    background-color:transparent;
}
.tungjumbotron h1{
        font-size:60px;
        line-height:60px;
        font-weight:700;
    }



.site-footer {
    background-color:#ff8400;
    color: black;
       padding-top:48px;
    padding-bottom:48px;

    
    margin-bottom:30px;
}


.moduletitle {
    background-color:#f0ad4e;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-bottom:5px;

}