html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "minerva-modern",sans-serif !important;
  margin-bottom: 225px;
  height: 100%;
  }

#t3-content a {text-decoration: none;}

a:hover {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#t3-mainbody {font-size: 16px; line-height: 24px; color: #1d1d1d; padding-top 10px;}

.t3-content p {padding-top: 20px;}

.t3-content a {color: #1d1d1d; text-decoration: underline;}

.t3-content a:hover {color: #a4a4a4; text-decoration: none;}

.t3-copyright a {color: #1d1d1d;}

@media (min-width: 992px){
  
  hr {width: 80%;}
  
  .t3-content p {padding-top: 20px;  padding-right: 10%; padding-left: 10%;}
  
}

h1 {
  font-family: "minerva-modern",sans-serif !important; color: #1d1d1d; font-weight: normal; font-size: 24px; letter-spacing: 10px; display: block; text-align: center; text-transform: uppercase;
  }

@media (max-width: 480px){
  
  h1 {
  font-family: "minerva-modern",sans-serif !important; color: #1d1d1d; font-weight: normal; font-size: 24px; letter-spacing: 5px; display: block; text-align: center; text-transform: uppercase;
  }
  
}

h3 {
  font-family: "minerva-modern",sans-serif !important; color: #1d1d1d; font-weight: normal; font-size: 14px; letter-spacing: 2px; display: block; text-align: center; text-transform: uppercase;
  }

.navbar .navbar-nav {
    display: inline-block;
  float: none;
text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 5px;


}

 .navbar .navbar-collapse {
    text-align: center;

}

.navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {background-color: #f5f5f5 !important; color:#a4a4a4 !important; }

.navbar-default {background-color: #f5f5f5 !important;}


.navbar-default .navbar-nav > li > a {color: #1d1d1d;}

.navbar-default .navbar-nav > li > a:hover {color: #a4a4a4 !important;}

.homeimage {
  border-radius: 50%;

  display: block;
  width: 250px;


}

.t3-copyright {text-align: center;}

#t3-footer {
position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 225px;}


.inner .t3-content {padding-top: 5%;}


