
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500&display=swap');

.qender {
	margin-left: 150%;
	transform: translateX(-50%);

}

.grey img {
	filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
	filter: gray; /* IE5+ */
	-webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .5s ease-in-out;
}

.grey img:hover{
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.1);
}


.part {
	padding-bottom: 30px;
}




.logokaco {
	width: 40%;
	margin-left: 50%;
	transform: translateX(-50%);
}

.logokaco:hover {
	filter: invert(98%) sepia(0%) saturate(21%) hue-rotate(246deg) brightness(112%) contrast(82%);
}

.btn-dergo {
	margin-top: 20px;
}

.portomisioni {
	color: #f18900;
}

.kontservices {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#field_name, #field_email, #field_phone, #field_message {
	background-color: #f9f9f9;
	border-color: #fce2b7;
	border-width: 2px;
	outline: none;
	box-shadow: none;
}

.form-control {
	color: #eee;
}

.dropdown {
	padding-left: 10px;
	margin-right: -5px;
}


/* Dropdown Menu*/
.dropdown-item a:link  {
	font-size: 18px;
	color: #79b044;

}


.dropdown-menu a:link  {
	font-size: 20px ;
}


#dropdownMenuButton  {
	border-color: transparent;
	font-size: 20px !important;
	margin-top: -6px;
}

.dropdown-menu a:hover  {
	color: #004053;
}

.dropdown-menu a:hover  {
	font-size: 20px ;
	background-color: transparent;
	color: #ff9d00;
	outline: none;
}

#dropdownMenuButton {
	background-color: transparent ;
	color: #101010;
}



#dropdownMenuButton:focus {
	background-color: transparent ;
	color: #101010;
	outline-style: none;
	outline: none;
}

.show {
    background-color: rgba(255,255,255,1); ;
}



.dropdown-toggle:focus {
    outline: none!important;
	outline-style: none !important;
	outline-color: #55acee !important;
	outline-offset: none !important;
	box-shadow: none !important;
}

html {
	overflow-x: hidden;
}


/* Rrethi*/

.rrethi {
	color: #fff;
	height: 250px;
	width: 250px;
	background-color: #004053;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-left: 50%;
	transform: translateX(-50%);
	font-family: 'Jost', sans-serif;
}

.rrethi h1 {
	padding-top: 80px;
	transform: translateY(0%);
	margin-bottom: -1px;
	font-family: 'Jost', sans-serif;
}

.rrethi h4 {
    color: #ff9d00;
	font-family: 'Jost', sans-serif;
}


/* Grid*/

.container3 {  
	display: flex;
	flex-direction: row;
	padding-bottom: 110px;
  }
  

.imgcontainer1 {  display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "bigimg bigimg bigtxt1 bigtxt2"
	  "bigimg bigimg smalltxt1 smalltxt2"
	  "bigimg bigimg smallimg1 smallimg2"
	  ". . . .";
	  justify-items: center;
	  align-items: end;
	  text-align: center;
  }
  
  .bigimg { grid-area: bigimg; }
  
  .smallimg1 { grid-area: smallimg1; }
  
  .smallimg2 { grid-area: smallimg2; }
  
  .bigtext1 { grid-area: bigtxt1;}
  
  .bigtext2 { grid-area: bigtxt2; }
  
  .smalltext1 { grid-area: smalltxt1; transform: translateY(-10%); }
  
  .smalltext2 { grid-area: smalltxt2; transform: translateY(-200%); }
  

  .imgcontainer2 {  display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr;
	gap: 0px 0px;
	grid-auto-flow: row;
	grid-template-areas:
	  "bigimg bigimg bigtxt1 bigtxt2"
	  "bigimg bigimg smalltxt1 smalltxt2"
	  "bigimg bigimg smallimg1 smallimg2"
	  ". . . .";
	  justify-items: center;
	  align-items: end;
	  text-align: center;
  }
  
  .bigimg2 { grid-area: bigimg; }
  
  .smallimg21 { grid-area: smallimg1; }
  
  .smallimg22 { grid-area: smallimg2; }
  
  .bigtext21 { grid-area: bigtxt1;}
  
  .bigtext22 { grid-area: bigtxt2; }
  
  .smalltext21 { grid-area: smalltxt1; transform: translateY(-70%); }
  
  .smalltext22 { grid-area: smalltxt2; transform: translateY(-70%); }
  
  .shiritiprodhimit {
	background-color: #004053;
	color: #fff;
	margin-top: -100px;
	padding-top: 60px;
	padding-bottom: 20px;
  }


.imgico {
	padding-top: 50px;
	width: 50%;
}  
/* ==== GENERAL ==== */

body {
	margin-top: 0px;
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	background: url('') top left repeat;
	font-family: 'Jost', sans-serif;
}

/* ==== GLOBAL ==== */


#b-popupzz1 > div {
	display: none;
}


.b-popupzz {
    display: none; 
    width: 0%; 
    min-height: 0%;
    background-color: none;
    margin: 0px; 
    overflow: none; 
    position: none; 
    z-index: 0;
}

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: #ffa600;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}


a:hover {
	text-decoration: none;
	color: #ffa600;
	font-family: 'Jost', sans-serif;
}

.navbar-light .navbar-nav>.active>a {
    color: #ffa600;
}




blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
}

blockquote cite {
	display: block;
	color: #777;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

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;
}

.btn-success {
	background: #79b044;
	border: none;
}

.btn-success:hover {
	background: #6a9b3d;
	border-color: #6a9b3d;
}

.btn-danger {
	background-color: #dd5638;
	border-color: #d95131;
}

.text-danger, li.text-danger a {
	color: #dd5638;

}

a.text-danger:hover {
	color: #e55939;
}

.modal-content{
	background: url('../img/tile.jpg') top left repeat;
}

.hint{
	color:#818181;
}

.badge.social {
	background: #ccc;
	font-size: 24px;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 42px;
	margin: 0 5px 20px 0;
	padding: 0;
	margin-left:40px;
	margin-top: 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: white;
}

.fut {
	font-size: 16px;
}


.tales {
	height: 450px;
}

#who-benefits {
    margin-top: -60px;
}

.projekteksti {
	margin-top: 290px;
}

.orange {
	color: #f18900;
}


#projectsban {
    text-align: center;
    background: url(../img/sge/2.jpg) center center repeat fixed;
    background-size: cover;
    color: white;
	padding: 140px 0;
}

#projectsban1 {
    text-align: center;
    background: url(../img/kerasan/2.jpg) center center repeat fixed;
    background-size: cover;
    color: white;
	padding: 140px 0;
}



#aboutban {
    text-align: center;
    background: linear-gradient(45deg, rgba(0, 64, 83, 0.8), rgba(0, 64, 83, 0.5)), url(../img/fabrika.jpg) center center repeat fixed;
    background-size: cover;
    color: white;
    padding: 140px 0;
	min-height:100%;
    background-size:cover;
}


#servicesban {
    text-align: center;
    background: url(../img/sge/2.jpg) center center repeat fixed;
    background-size: cover;
    color: white;
    padding: 140px 0;
}

.datasec {
	margin-left: 100px;
	margin-top: -150px; 
}
	
#carouselExampleFade {
	margin-top: -20px;
}

.pnone {
	margin: 0px;
	padding: 0px;
}

.btn.btn-dergo {
	background-color: #f18900;
	color:#fff;

}

.btn.btn-dergo:hover {
	background-color: #fff;
	color:#f18900;

}

.badge.social.twitter:hover {
	background: #55acee;
}

.badge.social.facebook:hover {
	background: #3b5998;
}

.badge.social.gplus:hover {
	background: #db4b39;
}


.text-justify {
	text-align: justify;
  }

  

/* === 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; }

/* ==== Lang ==== */

.lang {
   text-align: right;
   padding-right: 5%;
   padding-top: 1%;
}

.lang a:link, a:visited {
	font-size: 14px;
	font-weight: 100;
 }

/* ==== Navigation ==== */
.navbar-nav {
	margin-right: 50px;
    display: flex;
	flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
	list-style: none;
}

.navbar-dark .navbar-brand {
	color: #fff;
	margin-left:50px;
}

/* ==== 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);
}

.carousel-caption {
    position: absolute;
	bottom: 20%;
	top: 20%;
    left: 40%;
    padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	padding-left: 100px;
	padding-right: 100px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: justify; }
	
.mtext {
	margin-top: 120px;
}

/* ==== HERO ==== */

#hero {
	background: url('../img/hero-bg.jpg') 50% 0 repeat fixed;
	min-height: 500px;
	position: relative;
	display: table;
	width: 100%;
	padding: 40px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#hero article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#hero .hero-text {
	margin-top: 30px;
	background-color:rgba(0, 0, 0, 0.5);
}

#price-timeline {
	margin: 30px 0 60px;
	text-align: center;
}

#price-timeline .price {
	display: inline-block;
	width: 30%;
	margin: 0 2% 0 0;
	background: #3e4249;
	padding: 10px 20px 30px;
	position: relative;
	vertical-align: top;
}

#price-timeline .price.active {
	background: #dd5638;
}

#price-timeline .price span {
	background: #101010;
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
	font-size: 24px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -35px;
}

#price-timeline h4 {
	margin: 0 0 10px;
}

#price-timeline h4 small {
	color: white;
	font-weight: bold;
	display: block;
}


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

.row + .row {
	margin-top: 20px;
}

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;
}

#primary {
	padding-top: 40px;
	padding-bottom: 40px;
}

.feature-image {	
	display: table;
	width: 100%;
}

.feature-image-default {
	background: url('../img/stuff-feature.jpg') no-repeat;
	background-size: cover;
}

.feature-image-default-alt {
	background: url('../img/hipster-stuff.jpg') no-repeat;
	background-size: cover;
}

.feature-image h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: white;
}

#optin {
	background: #3e4249;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-size: 1.2em;
}

#optin p {
	margin: 7px 0 0 0;
}

#course-features {
	background: #f18900;
	color: white;
	text-align: center;
}

#who-benefits {
	background: white;
}

#project-features {
	text-align: center;
}

#featurette {
	background: url('../img/sge/2.jpg') 50% 100% repeat fixed;
	background-size: cover;
	height: 400px;
	text-align: center;
	color: white;
}

#instructor {

	margin-top: 50px;
	background-image: 50%;
}

#instructor h2 {
	margin: 0 0 20px;
}

#instructor .num {
	display: table;
	font-size: 30px;
	font-weight: bold;
	color: white;
	line-height: 24px;
	height: 140px;
	width: 140px;
	text-align: center;
	background: #dd5638;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#instructor .num .num-content {
	display: table-cell;
	vertical-align: middle;
}

#instructor .num span {
	display: block;
	font-size: 20px;
	font-weight: normal;
}

#kudos {
	text-align: center;
}

.testimonial {
	margin-bottom: 60px;
}

.testimonial img {
	border-radius: 50%;
	width: 70%;
}

#signup {
	text-align: center;
	background: url('../img/bg-2.jpg') center center repeat fixed;
	background-size: cover;
	color: white;
	padding: 140px 0;
}

#ab {
	text-align: center;
	background: linear-gradient(30deg, rgba(255, 208, 39, 0.5), rgba(255, 226, 35, 0.5)), url('../img/ab.jpg') center center repeat fixed;
	background-size: cover;
	color: white;
	padding: 140px 0;
}

#signup h2 {
	font-weight: normal;
}

#signup h2 strong {
	border-bottom: solid 2px #dd5638;
}

#signup .btn {
	font-size: 24px;
}

footer {
	background: #004053;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #dd5638;
}

footer li.signup-link a {
	color: #dd5638;
}

footer li.signup-link a:hover {
}

/* ==== BLOG ==== */

.post, .widget, #comments {
	position: relative;
	border: solid 1px #ddd;
	background: white;
	margin: 0 0 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.post header,
.post .post-excerpt,
.post .post-body,
#comments .comments-wrap {
	padding: 20px;
}

.post header h3 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
}

.post header h1 {
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: solid 1px #ddd;
	font-size: 24px;
}

.post-image {
	height: auto;
}

.post-details {
	font-size: 12px;
	width: 90%;
}

.post-details i.fa {
	padding-left: 10px;
}

.post-details i.fa:first-child {
	padding: 0;
}

/* === COMMENTS === */

.post-comments-badge {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 25px;
	right: 20px;
	border: none;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	background: #79b044;
	text-align: center;
	display: table;
}

.post-comments-badge a {
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-size: 20px;
	line-height: 20px;
}

.post-comments-badge i.fa {
	display: block;
	font-size: 15px;
	padding: 0;
	margin-bottom: 4px;
}

.post-comments-badge:hover {
	background-color: #8bc653;
}

#comments h3 {
	text-align: center;
}

#comments h4 {
	font-size: 1.3em;
}

#comments ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

#comments ol li {
	background: rgba(0,0,0,0.02);
	padding: 10px 20px;
	margin: 10px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px rgba(0,0,0,0.03);
}

#comments ol li ol.children {
	padding: 0;
	list-style: none;
	font-size: 0.96em;
}

#leave-comment {
	margin: 40px 0 0;
	padding: 20px 0 0;
	border-top: solid 1px #eee;
}

/* === RESOURCES === */

.resource {
	width: 31.33333333%;
	float: left;
	margin: 0 3% 40px 0;
}

.resource:nth-child(3n) {
	margin-right: 0;
}

/* === WIDGETS === */

.widget {
	padding: 20px;
}

.widget h4 {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: solid 1px #ddd;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0 0 5px;
}

.widget ul li:hover {
	position: relative;
	left: 1px;
}


a:link, a:visited {
	color: #004053;
	font-size: 16pt;
	margin-left: 16px;
	font-weight: bold;
}

a:hover {
	color: #ff9d00;
	font-size: 16pt;
	margin-left: 16px;
}
a {
	color: #000000;
	text-decoration: none;
}

li {
	margin-left: 10px;
}

.bg-light {
    background-color: #ffffff!important;
}


/* ==== MEDIA QUERIES ==== */

@media screen and (max-width : 991px) {
	#instructor .container {
		background: rgba(255,255,255,0.8);
		padding: 20px;
	}

}

@media screen and (max-width : 768px) {
	.logo {
		width: 40%;
	}

	

	#optin p {
		margin: 0 0 10px;
	}
	
	#featurette iframe {
		height: 240px;
	}
	
	.resource {
		width: 48%;
		margin-right: 2%;
	}

	.imgcontainer1 {  display: grid;
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
		  "bigimg bigimg . ."
		  "smallimg1 smallimg2 . ."
		  "bigtext1 bigtext2 . ."
		  "smalltext1 smalltext2 . .";

		  justify-items: center;
		  align-items: end;
		  text-align: center;

	  }
	  
	  .bigimg { grid-area: bigimg;}
	  
	  .smallimg1 { grid-area: smallimg1; transform:;}
	  
	  .smallimg2 { grid-area: smallimg2;}
	  
	  .bigtext1 { grid-area: bigtext1;}
	  
	  .bigtext2 { grid-area: bigtext2;}
	  
	  .smalltext1 { grid-area: smalltext1;}
	  
	  .smalltext2 { grid-area: smalltext2;}


	
	  .imgcontainer2 {  display: grid;
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
		  "bigimg bigimg . ."
		  "smallimg1 smallimg2 . ."
		  "bigtext1 bigtext2 . ."
		  "smalltext1 smalltext2 . .";

		  justify-items: center;
		  align-items: end;
		  text-align: center;
	  ;
	  }
	  
	  .bigimg2 { grid-area: bigimg; }
	  
	  .smallimg21 { grid-area: smallimg1; }
	  
	  .smallimg22 { grid-area: smallimg2; }
	  
	  .bigtext21 { grid-area: bigtext1;  }
	  
	  .bigtext22 { grid-area: bigtext2; }
	  
	  .smalltext21 { grid-area: smalltext1;  }
	  
	  .smalltext22 { grid-area: smalltext2; }
	  



@media screen and (max-width : 568px) {
	#instructor .num {
		height: 100px;
		width: 100px;
		font-size: 22px;
	}
	  
	.imgcontainer1 {  display: grid;
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
		  "bigimg bigimg . ."
		  "smallimg1 smallimg2 . ."
		  "bigtext1 bigtext2 . ."
		  "smalltext1 smalltext2 . .";

		  justify-items: center;
		  align-items: end;
		  text-align: center;

	  }
	  
	  .bigimg { grid-area: bigimg;}
	  
	  .smallimg1 { grid-area: smallimg1; transform:;}
	  
	  .smallimg2 { grid-area: smallimg2;}
	  
	  .bigtext1 { grid-area: bigtext1;}
	  
	  .bigtext2 { grid-area: bigtext2;}
	  
	  .smalltext1 { grid-area: smalltext1;}
	  
	  .smalltext2 { grid-area: smalltext2;}


	
	  .imgcontainer2 {  display: grid;
		grid-template-columns: 1fr ;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 0px 0px;
		grid-auto-flow: row;
		grid-template-areas:
		  "bigimg bigimg . ."
		  "smallimg1 smallimg2 . ."
		  "bigtext1 bigtext2 . ."
		  "smalltext1 smalltext2 . .";

		  justify-items: center;
		  align-items: end;
		  text-align: center;
	  ;
	  }
	  
	  .bigimg2 { grid-area: bigimg; }
	  
	  .smallimg21 { grid-area: smallimg1; }
	  
	  .smallimg22 { grid-area: smallimg2; }
	  
	  .bigtext21 { grid-area: bigtext1;  }
	  
	  .bigtext22 { grid-area: bigtext2; }
	  
	  .smalltext21 { grid-area: smalltext1;  }
	  
	  .smalltext22 { grid-area: smalltext2; }
	  

	  
	
	#instructor .num span {
		font-size: 16px;
	}
	
	.resource {
		width: 100%;
		margin-right: 0;
	}

	.navbar-light .navbar-brand {
		color: rgba(0,0,0,.9);
		width: 50%;
	}

	.navbar-nav {
		text-align: center;
		margin-right: 50px;
		display: flex;
		flex-direction: column;
		padding-left: 0px;
		margin-bottom: 0px;
		list-style: none;
	}

	li {
		margin-bottom: 10px;
		display: list-item;
		text-align: -webkit-match-parent;
	}

	.carousel-caption{
		display: none;
	  }

	  #instructor {
		background: none;
	}
	.datasec {
		margin-left: 0px;
		margin-top: -150px; 
	}
	#project-features {
		text-align: center;
		width: 94%;
	}

	.tales {
		height: 250px;
	}
	
}


/* Icon 4 */



#nav-icon4 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(2) {
	top: 18px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4 span:nth-child(3) {
	top: 36px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
  }
  
  #nav-icon4.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: -3px;
	left: 8px;
  }
  
  #nav-icon4.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
  }
  
  #nav-icon4.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 39px;
	left: 8px;
  }
  
  .navbar-default .navbar-toggle {
	position: relative;
	  float: right;
	  padding: 0px 0px;
	  margin-top: 0px;
	  margin-right: 15px;
	  margin-bottom: 0px;
	  background-color: transparent;
	  background-image: none;
	  border: 0px solid transparent;
	  border-radius: 0px;
  }
  
  .navbar-default .navbar-toggle:hover {
	background-color: white;
  }
  
  .navbar-default .navbar-toggle:focus {
	background-color: white;
  }