/*!
 * Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.navbar {
    margin-bottom: 0;
}

.navbar-brand>img {
    display: inline;
    margin: 0 10px;
    height: 100%
} 

.img-center {
	margin: 0 auto;
}

.img-link {
    margin: 0 auto;
    display: inline-block;
}

.img-border {
    border: 10px solid;
    border-color: #f1f1f1;
}

.img-border:hover {
    border-color: #235696;
} 

footer {
    margin: 50px 0;
}

.jumbotron-ex {
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
} 

.android-app-bg {
	background-color: #097723 !important;
	background-image: url("../../android/img/bg_image.jpg");
}

.android-item {
    padding-top: 10px;
    padding-bottom: 10px;
}

.home-bg {
	background-color: #235696 !important;
	background-image: url("../../img/bg_image.jpg");
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

.icon-spacing {
    margin-bottom: 25px;    
}

.icon-title {
    margin-top: 10px;
}