@import url("../vendor/bootstrap/css/bootstrap.min.css");

body {
    padding-top: 50px;
}

.text-navbar {
    font-size: 26px
}

.footer {
    padding-top: 10px;
    background-color: #f5f5f5;
}

/*.icone {
    color: white;
    background-color: transparent;
    border-color: transparent;
}*/

/*.footertext {
    text-align: center;
    vertical-align: middle;
}*/

/*.icone:hover{
    color:deepskyblue;
}*/

/*.glyphicon-navbar {
    font-size: 25px
}*/

.divider {
    height:50px;
}

section {
    height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow:auto;
}

.bg-1 {
	background: url('/assets/example/bg_blueplane.jpg') no-repeat center center fixed;
    color:#fff;
    background-size:cover;
}

.bg-2 {
	background: url('/assets/example/bg_suburb.jpg') no-repeat top center fixed;
    color:#fff;
    background-size:cover;
}

.bg-3 {
	background: url('/assets/example/bg_blueplane.jpg') no-repeat bottom center fixed;
    color:#fff;
    background-size:cover;
}

#footer {
    height: 60px;
    background-color:#585858;
    margin-top:50px;
    padding-top:20px;
    padding-bottom:20px;
}

#footer a {
  color:#efefef;
}
