@import url(http://fonts.googleapis.com/css?family=Orbitron:400,500|Ubuntu:900);

body{
    font-family: 'Ubuntu', sans-serif;
}

.row{
    margin-bottom: 15px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 20px;
    margin-left: 20px;
}

.container-fluid .img img{
	cursor: pointer;
}

.navbar {
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}

header h2{
    color: #4c7f99;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #4c7f99;
    border-bottom: 1px solid #fff;
}

.shadowed{
    box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    -moz-box-shadow: 10px 10px 5px #888;
    margin-bottom: 15px; 
}

.close {
    float: right;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    color: #4c7f99;
    text-shadow: 0 1px 0 #4c7f99;
    filter: alpha(opacity=20);
    opacity: .7;
}

