/**
* Template Name: Bolt
* Template URL: https://templatemag.com/bolt-bootstrap-agency-template/
* Author: TemplateMag.com
* License: https://templatemag.com/license/
*/

body {
  background-color: #ffffff;
  font-family: "Lato";
  font-weight: 300;
  font-size: 16px;
  color: #384452;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  margin-top: 70px;
  min-width:550px;        /* Suppose you want minimum width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:550px;            /* As IE6 ignores !important it will set width as 1000px; */
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway";
  font-weight: 300;
}

/* Paragraph & Typographic */

p {
  margin-bottom: 25px;
}

.centered {
  text-align: center;
}

.mt {
  margin-top: 40px;
}

/* Links */

a {
  color: #54809d;
  text-decoration: underline;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover {
  color: #ca9ca0;
  outline: 0;
  text-decoration: none;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
  text-decoration: none;
}



/* Bootstrap Modifications */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar {
  font-weight: 500;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
  text-decoration: none;
}

.navbar a{
	text-decoration: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #54809D;
  text-decoration: none;
}

.navbar-brand {
  font-size: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.btn-theme {
  color: #ffffff;
  background-color: #54809D;
  border-color: transparent;
}

.btn {
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 18px;
  border: 5px solid transparent;
  border-radius: 0px;
}

.lead {
  letter-spacing: 1px;
}

/* WRAP SECTIONS */

/* hello */

#hello {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color:#dbdad7;
}

#hello h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #54809D;
}

#hello h2 {
  color: #54809D;
  font-weight: 400;
}

/* Green */

#intro {
  background-color: #54809D;
  padding-top: 20px;
  margin-bottom: 0px;
  
}

#intro h3 {
  color: white;
  font-family: Lato;
  font-weight: 400;
  font-size: 21px;
  margin-bottom: 35px;
}

#green {
  background-color: #54809D;
  padding-top: 20px;
  margin-bottom: 0px;
  
}

#green h3 {
  color: white;
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 35px;
}

#green h4 {
  color: white;
  font-family: Lato;
  font-weight: 400;
  margin-bottom: 35px;
}


#green h5 {
  color: #c6c6c6;
  font-family: Lato;
  font-weight: 400;
  margin-bottom: 35px;
}

#green a {
	color: white;
	font-weight: 400;
}

#green a:visited{
	color:#fffffff
}

#green p {
  color: white;
  font-weight: 300;
  font-size: 18px;
}

#green ul {
  color: white;
  margin-top:-16px;
  font-weight: 400;
  font-size: 17px;
}


#white {
  background-color: white;
  padding-top: 20px;
  margin-bottom: 0px;
}

#program {
  background-color: white;
  padding-top: 20px;
  margin-bottom: 0px;
}

#program h3 {
margin-bottom: 35px;
font-size: 26px;
}

#registration {
background-color: #54809D;
  padding-top: 20px;
  margin-bottom: 0px;
  
}

#registration p {
color: white;
font-weight: 300;

}

#registration h3 {
  color: white;
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 35px;
}

#registration a {
	color: #b8cad6;
}



 #registration a:visited {
	color: #c9c9c9;
}


#registration a:hover {
	color: #ffffff;
}




#other {
  padding-top: 20px;
  margin-bottom: 0px;
  background-color: white;
}


#other h3 {
  font-family: Lato;
  font-weight: 300;
  font-size: 26px;
  margin-bottom: 35px;

}

#other h4{
	font-weight: 500;
	color: #54809D;
}

#other h5{
	font-weight: 500;
	color: #2b414f;
	font-size: 42px;
}


#other a{
	text-decoration:none;
	color:#2b414f;
}

#other a:visited{
	text-decoration:none;
	color:#2b414f;
}

#other a:hover{
	text-decoration:none;
	color:#54809D;
}



p {
  color: black;
  font-weight: 400;
  font-size: 17px;
}
  
ul {
  color: black;
  margin-top:-16px;
  font-weight: 400;
  font-size: 17px;
}
  
a:visited {
	color:#878787
}
	
	



/* Social Links */

#social {
  padding: 40px 0;
}

#social i {
  font-size: 50px;
  color: #54809D;
}

#social .col-md-3:hover {
  background-color: #f5f5f5;
}

#social .col-md-3 {
  padding: 30px;
}

/* Footer */

#f {
  padding-top: 20px;
  background-color: #54809D;
}

#f p {
  color: white;
  text-align: right;
  font-weight: 400;
}

/* Wrapped picture*/

#twrap {
	background: url(../img/header.png) no-repeat center top;
	margin-top: 0px;
	padding-top:0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}


#venuewrap {
	background: url(../img/yorkkek.jpg) no-repeat center top;
	margin-top: 0px;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#venuewrap {
  padding-top: 20px;
  margin-bottom: 0px;
}

#venuewrap p {
  color: white;
  font-weight: 300;
}

#venuewrap h3 {
  font-family: Lato;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 35px;
  padding-bottom: 0px;
  color:white;
}

#venuewrap h4,h5,h6 {
  font-weight: 500;
  color:white;
}

#venuewrap a{
	color:white;
}

#venuewrap a:visited{
	color:#d0d0d0;
}

/* Image Opacity */

.grid img {
  opacity: .7;
}

.grid img:hover {
  opacity: 1;
}

/* Contact Form */

.contact-form {
  padding-bottom: 40px;
}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  background: #54809D;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

.contact-form .form-send button:hover {
  background: #78e0bb;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

/* Copyrights */

/* Copyrights */

#copyrights {
  background: #fff;
  padding: 20px 0;
  text-align: left;
}

#copyrights p {
  margin-bottom: 5px;
  color: #d1d1d1;
}

#copyrights a {
  color: #d1d1d1;
}

.credits {
  color: #d1d1d1;
}
