/** ============= Base CSS ============ **/

html {
}

body {
	font-family: 'proxima-nova', 'Montserrat', Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
  width:100%;
}

.hide_on_mobile {
	display:none;
}

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin: 0 0 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}

a:link, a:visited {
	color: #dd5638;
}

a:hover {
	text-decoration: none;
	color: #c9302c;
}

img {
	max-width: 100%;
}

button, input, .btn, a.btn {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	color: white;
}

.btn {
	font-weight: bold;
}

.btn:focus {
	outline: none;
}

#myModal {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
  margin-top: 100px;
}

#myModal img {
	width:50%;
	display:block;
	margin:0 auto;
}

/** =============== TOP NAV ===================**/
.navbar {
  padding-top:5px;
}

#collapse a {
  background-color:inherit;
}

/** ============ INDEX - VIDEO BG ==========**/

#hero {
	background: url('../image/hero-bg.png') 50% 0 no-repeat;
	background-position: fixed;
	background-size: cover;
	position: relative;
  min-height: 100vh;
	min-width: 100vw;
  height: auto;
  width: auto;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#hero video#bgvid{
  position:absolute;
  top:0px;
  left:0px;
  min-height: 100vh;
	min-width: 100vw;
  height: auto;
  width: auto;
  /*overflow:hidden;*/
  background-size:cover;
}



#hero h1, #hero h2 {
  font-family: "Times New Roman ", "Georgia", sans-serif;
  margin-bottom:6px;
}


#hero h1 {
	font-size: 2em;
	color:#111;
}

#hero h2 {
	margin:30px 0 10px;
	font-size: 1.28em;
	font-weight: 400;
	color:rgba(36, 52, 72, 1);
}

#hero img {
  margin: 0 0 30px;
}

#hero article {
  /*width: 100%;*/
  text-align: center;
  vertical-align: middle;
}

.hero-icon {
	margin: 0;
	text-align: center;
	position: relative;
}

.hero-icon i {
	margin-right:5px;
}

.hero-icon a {
	color:#fff;
	display:block;
	border:#fff 2px solid;
	border-radius: 10px;
	padding:10px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-bottom: 4px;
	margin-top:20px;
}

.hero-icon h4 {
	font-size: 1.4em;
}

.hero-icon a.active {
	background-color: rgba(175, 22, 27, 0.7);
	border:2px #850000 solid;
	margin-bottom: 14px;
}

.hero-icon a.active:hover {
	background-color: #AA0000;
	color:white;
	border-color:#af161b;
}
/* share icon */
#main_logo a {
	display:block;
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	border: 2px solid #fff;
	border-radius: 4px;
	padding:0px;
	width:60px;
	font-size:2em;
}

#main_logo a.share {
	position:absolute;
	right:10%;
	bottom:60%;
}

/* connect icon */
#main_logo a.connect {
	position:absolute;
	right:10%;
	bottom:40%;
}

/* learn more  */
.hero-icon a.learnmore {
	border:none 0;
}

.hero-icon a.learnmore:hover,
.hero-icon a.learnmore:visited,
.hero-icon a.learnmore:focus
 {
	background-color:transparent;
	color:inherit;
	border:0 none;
	outline:none;
}

/** Main Hero - Page **/
#main_hero {
	background: linear-gradient(90deg, rgba(57, 74, 122, 0.7),rgba(102, 218, 210, 0.7)),  url('../image/hero-bg.png') 80% 30% no-repeat;
	background-position: fixed;
	background-size: cover;
	min-height:400px;
	position: relative;
	display: table;
	width: 100%;
	padding-top: 80px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#main_hero img {
	margin:0 auto;
	display:block;
}

#main_hero h1 {
	font-size:2em;
	margin-top:10px;
	margin-bottom: 10px;
	border:white solid 2px;
	padding:20px;
	display:inline-block;
}


/* === CUSTOM ICON SPRITES === */

i.ci {
	display: inline-block;
	height: 40px;
	width: 40px;
	background: url('../img/icon-sprite.png') no-repeat;
}

.ci.ci-computer 	{ background-position: 0 0; }
.ci.ci-watch		{ background-position: -40px 0; }
.ci.ci-calendar		{ background-position: -80px 0; }
.ci.ci-community	{ background-position: -120px 0; }
.ci.ci-instructor	{ background-position: -160px 0; }
.ci.ci-device		{ background-position: -200px 0; }

/* ==== FORMS ==== */

label {
	display: block;
	font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 6px;
}

input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
}

form.search-form .form-group {
	margin: 0;
}

form.search-form .input-group {
	width: 100%;
}

form.search-form .input-group input[type="search"],
form.search-form .input-group input[type="text"] {
	width: 70%;
}

form.search-form .input-group input[type="submit"] {
	width: 30%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	float: right;
}

form textarea {
	width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}


/* ==== LAYOUT ==== */

section {
	padding: 80px 0;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 40px;
}

section h3 {
	margin: 30px 0 10px;
}

section.main-content {
	padding: 40px 0;
}

footer {
	background: linear-gradient(90deg, rgba(57, 74, 122, 0.7),rgba(102, 218, 210, 0.7)),  url('../image/hero-bg.png') 80% 30% no-repeat;
	background-position: fixed;
	background-size: cover;
	min-height:200px;
	color: white;
	padding: 20px 0 10px;
}

footer #contact-info {
   margin-top:20px;
}


/* ==== MEDIA QUERIES ==== */
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#main_logo a.share {
		right:10%;
		bottom:56%;
	}
	/* connect icon */
	#main_logo a.connect {
		position:absolute;
		right:10%;
		bottom:40%;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	#hero img {
	  margin: 0px;
		width:80%;
	}
	#main_logo a.share {
		right:20%;
		bottom:50%;
	}
	/* connect icon */
	#main_logo a.connect {
		position:absolute;
		right:20%;
		bottom:30%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}

@media screen and (max-width : 991px) {
}

@media screen and (max-width : 768px) {
	.logo {
		width: 70%;
	}
  #contact img {
    width:40%;
    display:block;
    margin:0 auto;
  }
  #contact {
    text-align:center;
  }
}

@media screen and (max-width : 568px) {
  #hero .logo {
    width:100%;
  }

  #hero h2 {
  	margin:10px 10px 10px;
  	font-size: 1.28em;
  	font-weight: 400;
  	color:rgba(36, 52, 72, 1);
  }

  #brandLogo {
    min-width:60%;
  }
  #hero h1, h2 {
		font-size: 1.6em;
	}

	#video-wrap {
		display: none;
	}

}
