/*
 */

html {
  font-size: 60.5%;
  overflow-x: hidden; }

body {
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: 300;
	font-size: 1.6rem; 
}
body:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .8;
    z-index: -1;
}
	
ul {
  list-style-type: none;
}
li 
{
	list-style-type: none;
}
.nav li a{
	color:white;
    margin-top:5px;
}
.nav li a.shortname{
    background-color: white;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px 0px;
    padding: 8px 0px 0px 14px;

}

.boxed-page {
 
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 3rem;
  position: relative;
  border-radius: 10px; 
}
#gtco-header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  transition: background-color .3s ease-in-out;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }
@media (min-width: 1200px) 
{
	.boxed-page {
		width: 96%; 
	}
	.boxed-page .container 
	{
      max-width: 96%;
      padding-left: 10px;
      padding-right: 10px; 
	} 
}

h1 {
  font-size: 4.8rem; }

h2 {
  font-size: 3.3rem; }

h3 {
  font-size: 2.8rem; }

h4 {
  font-size: 2.4rem; }

h5 {
  font-size: 1.8rem; }

h6 {
  font-size: 1.6rem; }

h1,
h2,
h3 {
  font-weight: 300;
  line-height: 1.2em; }

h4,
h5,
h6 {
  line-height: 1.5em;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:  'TicFonts';
  margin-top: 0; }
h3 {
	color: #131896;
}
p {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5em; }

.section-title,
.section-sub-title {
  margin-bottom: 30px; }

.btn {
	font-size: 1.6rem;
	padding: 0.6rem 1rem; 
	background-color: #0097B2; 
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer; 
 }

img {
  max-width: 100%; }


a {
  color: #4A2CAF; 
  font-size: 1.6rem;
}
a:hover {
  /* text-decoration: none; */
  color: #A21548; 
}

.btn-group-lg > .btn, .btn-lg {
  padding: 1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .5rem; }

.section-content {
  padding-top: 40px;
  padding-bottom: 40px; 
}

.title-wrap,
.section-title {
  text-align: center; }

.bg-transparent {
  background: transparent; }

.btn-link {
  color: #2C2DE1; 
}
.btn-link:hover {
  text-decoration: none; 
}

.color-primary {
  color: #CA3C25; }

/* Colours */
.text-orange {
  color: #AB7747; }

.text-cyan {
  color: #35B8AD; }

.text-red {
  color: #FC665F; }


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #ff5733;
  border: .5rem solid #fff; 
  padding: 0.5rem;
  border-radius: 2px;
}


.btn:not(.btn-link):hover {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.btn-submit,
.btn-submit:hover,
.btn-submit:focus  {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #C82A2F;
  border: .05rem solid #fff; 
  border-radius: 5px; 
 }

.btn-alert,
.btn-alert:hover,
.btn-alert:focus {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  background-color: #A2153B;
  border: .05rem solid #fff; 
  border-radius: 5px;
}
.btn-red {
  background-color: #FC665F !important;
  color: #fff !important;
  border: none !important; }

.navbar-brand {
  font-size: 40px;
  color: #000; }

.navbar-nav .nav-link {
  color: #000;
  transition: .3s ease; }

.navbar-nav:hover li a {
  opacity: 0.5; }
  .navbar-nav:hover li a:hover {
    opacity: 1; }

.navbar-toggler {
  font-size: 3rem; }

.not-on-top #gtco-header-navbar {
  position: fixed;
  max-width: 1024px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 15px 0px;
  border-radius: 0; }

.jumbotron {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 500px; }
  
  @media (min-width: 1024px) {
    .jumbotron {
      min-height: 80vh; } }
  .jumbotron .container {
    position: relative; }
  .jumbotron:before {
    position: absolute;
    display: block;
    content: "";
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 0.8;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

footer {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }


@media (min-width: 768px) and (max-width: 1200px) {
  .boxed-page {
    margin-right: 30px;
    margin-left: 30px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 30px;
    margin-left: 30px; } }

@media (max-width: 992px) {
  #navbar-nav-header .navbar-nav {
    margin-top: 15px; }
  #gtco-header-navbar {
    padding-left: 15px;
    background-color: #fff; } }

@media (max-width: 767px) {
  .boxed-page {
    margin: 4rem 15px; }
  .not-on-top #gtco-header-navbar {
    margin-right: 15px;
    margin-left: 15px; }
  .counter-item {
    margin-bottom: 40px; }
    .counter-item:last-child {
      margin-bottom: 0; }
  .section-title br,
  .section-sub-title br {
    display: none; }
  .grid-item {
    width: 100%; }
  .card-deck {
    flex-direction: column; } 
}
.form-control {
  font-size: 1.6rem;
  margin-bottom: 10px;
  height: 38px;
  font-weight: 300; 
}
.form-control:focus 
{
    border-color: #CA3C25;
    box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25); 
}