.navbar-brand
{
  font-size: 25px !important;
}


.dropdown-item {
    font-size: 25px !important;
  }

.nav-link  {
    font-size: 25px !important;
  }


body {
  margin: 0;
  font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  color: #333333;
  background-color: #ffffff;
}

img {
    max-width: 100%;
    height: auto;
	width: auto;
	display: block;
}


a {
  color: #0088cc;
} 

p {
  font-size: 110%;
  color: #000000;
  text-align: left !important;
}


/* unvisited link */
a:link {
    color: yellowgreen;
}

/* visited link */
a:visited {
    color: mediumaquamarine;
}

/* mouse over link */
a:hover {
    color: turquoise;
}

/* selected link */
a:active {
    color: darkorchid;

}


h1 {
font-size: 180%;
color: #597D76;
}

h2 {
font-size: 150%;
color: #5A5A5A;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #ffffff;
}


.well {
  background-color: #f4f9f8;
}

.alert {
  padding: 8px 35px 8px 14px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success, .alert-success .alert-heading {
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
  color: #3a87ad;
}

.label,
.badge {
  padding: 1px 3px 2px;
  font-size: 22px;
  color: #ffffff;
  background-color: #999999;
}

.label-important,
.badge-important {
  background-color: #468847;
}

.label-warning,
.badge-warning {
  background-color: #b94a48;
}

.label-success,
.badge-success {
  background-color: #f89406;
}

.label-info,
.badge-info {
   background-color: #3a87ad;
}

.libraryfont {
	color: #007bff;
	font-size: 22px;
}

.social li{
    display:inline;
	padding-bottom: 25px;
}  


.fb-like{
    position:relative;
    top:-6px;
	padding-bottom: 25px;
}

.fb-follow{
    position:relative;
    top:-6px;
	padding-bottom: 25;
}


 .google-slides-container{
    position: relative;
    width: 100%;
    padding-top: 30%;
    overflow: hidden;
}

.google-slides-container iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	max-width: 930px;
	max-height:320px;
}





