/* 
Template thanks to Tinker: https://templatemo.com/tm-506-tinker
Designed and edited by Lakmin (Yamanaka Group - Osaka University)
*/

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', arial, sans-serif;
}

body {
	overflow-x: hidden;
}

ul {
	list-style: none;
	margin: 0px;
}

p {
	color: #7a7a7a;
	font-size: 14px;
	line-height: 24px;
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.primary-white-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 13px;
	padding: 12px 18px;
	color: #121212;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.primary-blue-button a {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px;
	padding: 12px 18px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

.pop-button h4 {
	display: inline-block;
	background-color: #33c1cf;
	font-size: 13px!important;
	padding: 12px 18px;
	color: #fff;
	font-weight: 400!important;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	cursor: pointer;
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 110px;
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	margin-top: 15px;
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 90px;
	padding: 5px;
	letter-spacing: 0.5px;
}

.navbar-nav>li {
	margin-left: 45px;
}

.header.active {
    background-color: rgba(58, 54, 54, 0.63);
    -webkit-box-shadow: 0 1px 5px rgba(29, 28, 28, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(34, 33, 33, 0.25);
    box-shadow: 0 1px 5px rgba(31, 30, 30, 0.25);
}

.header.active .navbar-brand {
	color: #2e2b2b!important;
}
.header .navbar-brand {
    font-weight: 800;
}

.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 80px 0;
}
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #f7c552;
    background-color: #f7c552;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #f7c552;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}

.parallax-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.baner-content {
	width: 100%;
  	padding-top: 35vh;
  	text-align: center;
  	background-image: url(../img/ATLAS_Silicon2_New.jpg);
  	vertical-align: middle;
}

.baner-content .text-content {
	text-align: center;
	margin-top: -80px;
}

.baner-content .text-content h2 {
	background-color: rgba(31, 29, 29, 0.233);
	font-size: 55px;
	font-weight: 400;
	color: #fff;
}

.baner-content .text-content h2 span {
	font-weight: 700;
	color: #2ed8e7!important;
}

.baner-content .text-content h2 em {
	font-style: normal;
	font-weight: 700;
	color: #f0a61d!important;
}

.baner-content .text-content h3 {
	color: #fff;
	background-color: rgba(31, 29, 29, 0.233);
	margin-top: 20px;
	font-size: 25px;
	line-height: 24px;
	padding: 0px 10%;
}

.baner-content .text-content p {
	color: #fff;
	background-color: rgba(31, 29, 29, 0.233);
	margin-top: 20px;
	font-size: 25px;
	line-height: 24px;
	padding: 0px 10%;
}

.baner-content .text-content .primary-white-button {
	margin-top: 25px;
}


.projects-holder .mix {
  display: none;
}

.projects-holder {
	padding: 30px 15px 0px 15px;
}

.filter-categories {;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 0px;
  display: block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  left: 0.5px;
}

.filter-categories ul li.active span {
  color: #f7c552;
}


#agenda .indico {
	border: 5px solid rgb(255, 255, 255);
}

#agenda .section-heading h4 {
	margin-top: 80px;
	margin-bottom: 40px;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#agenda .section-heading h5 {
	font-size: 22px;
	font-weight: 500;
	text-align: center;
	color: #fad841;
	letter-spacing: 1px;
}

#agenda .section-heading p {
	font-size: 20px;
	font-weight: 500;
	color: #80ecff;
	letter-spacing: 1px;
	text-align: center;
}

#agenda .section-heading em {
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	color: #ffffff;
}

#agenda .section-heading a {
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	color: #ffffff;
}

#agenda .section-heading2 h4 {
	margin-top: 50px;
	margin-bottom: -40px;
	font-size: 20px;
	font-weight: 450;
	color: #fad841;
	letter-spacing: 1px;
}

#agenda .section-heading2 em {
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
}

.table-bkg{
	background-color: rgba(12, 39, 56, 0.562);
	margin-bottom: -40px;
}

#agenda .pic-background {
	background-color: #363333a8;
	padding-top: 40px;
	padding-bottom: 40px;
}


#testimonial {
	background-color: #5a5a5a;
	text-align: center;
	padding: 100px 0px;
}

#testimonial .testimonials-item h4 {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#testimonial .testimonials-item span {
	font-size: 13px;
	color: #fff;
	letter-spacing: 0.5px;
}

#testimonial .testimonials-item p {
	font-size: 16px;
	color: #9a9a9a;
	font-style: italic;
	font-weight: 300;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;	
}

#access {
	background-color: #143850;
	text-align: center;
	padding: 80px 0px;
}

#access .section-heading h4 {
	margin-top: -20px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	letter-spacing: 1px;
}

#access .section-heading .line-dec {
	width: 100%;
	height: 1px;
	background-color: rgba(250, 250, 250, 0.5);
	margin: 20px auto 15px auto;
}

#access .section-heading p {
	color: #fff;
	padding: 0px 33%;
}

#access .section-heading2 h4 {
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
}

#access .pop-button {
	margin-top: 30px;
}

footer {
	background-color: #373a3c;
	padding: 50px 0px;
	text-align: center;
}

footer .logo p {
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	
}

footer .logo em {
	font-weight: 500;
	font-style: italic;
	color: #83dbf1;
}

.ATLAS_Logo {
	width: 350px;
}
.Uni_Logos {
	margin-top: 110px;
}

.Agenda_Txt {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 400;
}

.acess-map {
	max-inline-size: 80%;
}

/* RESPONSIVE */

@media (max-width: 991px){

	.baner-content .text-content h2 {
		margin-top: 90px;
	}

	.navbar-nav>li>a {
		color: #fff!important;
		font-size: 12px;
		padding-top: 0px;
		max-width: 20px;
	}

	#access .section-heading2 h4 {
		margin-top: 0px;
	}

	#access .section-heading p {
		padding: 0px 10%;
	}

	footer {
		text-align: center;
	}

	footer .logo {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .location {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgba(250, 250, 250, 0.1);
	}

	footer .contact-info ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

}

@media (max-width: 768px){

	.header {
		height: 100px;
	}

	.navbar-nav>li>a {
		color: #fff!important;
		font-size: 16px;
		padding-top: 5px;
		max-width: none;
	}

	.baner-content .text-content p {
		padding: 0px 10%;
	}

	#main-nav {
		margin-left: -15px;
		margin-right: -15px;
		border-top: none;
		margin-top: 15px;
		background-color: rgba(250, 250, 250, 0.95);
	}

	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.navbar-inverse .navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.navbar-inverse .navbar-nav>li:last-child {
		border-bottom: none;
	}


	.navbar-inverse .navbar-nav>li>a {
		font-family: 'Roboto', sans-serif!important;
		line-height: 55px;
		color: #343434!important;
		width: 100%;
	}

}

@media (max-width: 420px){

	.header {
		height: 90px;
	}

	.baner-content .text-content h2 {
		margin-top: 0px;
	}

	.baner-content .text-content h2 span {
		font-size: 70%;
		font-weight: 700;
	}
	
	.baner-content .text-content h2 em {
		font-size: 70%;
		font-weight: 700;
	}

	.ATLAS_Logo {
		width: 78%;
		float: left;
	}
	.Uni_Logos{
		margin-top: 10px;
	}
}

@media (max-width: 350px){

	.header {
		height: 80px;
	}

	footer .location ul li {
		display: block;
	}

	footer .location ul li:first-child {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
}
