/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    max-width: 100%;
    height: 100%;
    font-family: Tahoma, "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
}

html {
    max-width: 100%;
    height: 100%;
}

h1,
h2 {
	font-family: Tahoma ,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: capitalize;
	
}
h3 {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
	font-weight: 700;
	
}
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h8 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    color: #fff;
}

p {
	margin: 0 0 25 25 ;
	font-size: 18px;
	line-height: 1.5;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.modal-header {
	color: rgba(255,0,0,1.00);
	background-color: rgba(0,0,0,1.00);
}

.modal-title {
	font-size: 30px;
}

.modal-content .modal-body  {
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}

.modal-footer {
	background-color: rgba(0,0,0,1.00);
}

#intro {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35 35 ;
        font-size: 18px;
        line-height: 1.6;
       text-align:left ;
    }
}

a {
    color: rgba(238, 64, 78, 0.9); /*#42dca3;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: rgba(238, 64, 78, 0.9); /*#1d9b6c;*/
	/*font-size: 14px;*/
}

.light {
    font-weight: 400;
}
.navbar-nonhome {
    margin-bottom: 0;
    border-bottom: 0px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-color: white;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}
.navbar-nonhome .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: grey;
}

.navbar-nonhome .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 20px;
    color: #fff;
}

.navbar-nonhome a {
    color: #fff;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}


.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active /*a*/ {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
                border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
    /*.Dropdown-menu {*/
    	/*display:none; */
    	/*padding:0;  float:left; */
    	/*top:70%; */
    	/*position:absolute; */
    	/*margin-left: -10px; margin-top: 10px;*/
    	/*margin:10px auto; */
    	/*height: 200px; */
    	/*width: 200px; */
    	/*background-color: */
    	/*black;*/
    /*}*/
}

/* Dropdown*/
//* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    /*display: block;*/
}

/*.Dropdown-menu {
	display:none; 
	padding:0;  
	top:70%; 
	margin-left: 215px; 
	margin-top: 20px; 
	height: 200px; 
	width: 200px; 
	background-color: black;
}*/



/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: transparent;
    min-width: 200px;
    height: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content li {
    color: black;
    padding: 12px 6px;
    text-decoration: none;
    display: block;
    margin-right:25px;

}

/* Change color of dropdown links on hover */


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.intro {
	display: table;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/Home-Fionn_Ferreira.jpg) no-repeat scroll;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 100%;
	width:100%;
}

.intro .intro-body .intro-header {
	/*height:115px;*/
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .intro-text {
	font-size: 14px;
	margin-left: 9%;
	margin-right: 9%;
  	color: white;
  	text-shadow: 2px 2px 8px #000;
}

.brand-heading{
    z-index:-10;
}

@media(min-width:768px) {
    .intro {
	padding: 0;
    }

    .intro .intro-body .brand-heading {
	font-size: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-style: normal;
    }

    .intro .intro-body .intro-text {
	font-size: 16px;
    }
}

.btn-circle {
	max-width: 70px;
	height: 70px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}


@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.intro .intro-body .container.header {

}
.intro-header {
	margin-bottom: 30px;
}
.content-section {
	max-width: 100%;

}

.about-section {
	max-width: 100%;
	background-size: cover;
	-o-background-size: cover;
	padding-bottom: 10%;
}

.band {
	background-color: hsla(0,0%,44%,0.37);
	height: 150px;
	margin-bottom: 30px;
	padding-top: 55px;
}
.band-subtitle {
	background-color: hsla(0,0%,44%,0.37);
	height: 13em;
	margin-bottom: 30px;
	padding-top: 55px;
}
.download-section {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	color: #fff;
	background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.makers_link {
	margin-left: 15px;
	text-align: left;
	font-size: 20px;
	font-weight: 500;
	color: white;
	text-decoration: underline;
}

.makers-section {
	/*padding-bottom: 150px;*/
}

.makers-section-arts {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-eng {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-entre {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-human {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-math {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-sci {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers-section-tech {
	background-image: url(../img/backgrounds.jpg);
	padding-bottom: 150px;
}

.makers_text {
	text-align: center;
	color: white;
}

.email {
	text-align: center;
}

.platform-section {
	background-image: url(../img/platforms-bg.jpg);
	padding-bottom: 150px;
}

.platform-section .a:focus {
	text-de  coration: none;
	color: rgba(238, 64, 78, 0.9); /*#1d9b6c;*/
	font-size: 36px;
}

#map {
    max-width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {

    }
	about-section {
	}

    .download-section {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #ee404e; /*#42dca3;*/
    color: rgba(238, 64, 78, 0.9); /*#42dca3;*/
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #ee404e; /*#42dca3;*/
    outline: 0;
    color: #000;
    background-color: rgba(238, 64, 78, 0.9); /*#42dca3;*/
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}

.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #EE404E;
	border-color: #EE404E;
	color: #ffffff;
	margin-bottom: 15px;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #cacaca; /*#666666;*/
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}
/* Images Overlay
----------------------------------------------------------------------------- */
#thumbwrap {
	margin:0px auto;
	width:25px; height:25px;
}
.thumb {
	float:left; /* must be floated for same cross browser position of larger image */
	position:relative;
	margin:3px;
}
.thumb img { 
	border:1px solid #000;
	vertical-align:bottom;
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
	z-index:1;
	text-decoration: none;
}
.thumb span { 
	position:absolute;
	visibility:hidden;
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.thumb:hover span { 
	visibility:visible;
	top:37px; left:37px; 
}
		

#check:checked ~ label #cover{
    display:block;
    }
#cover{
    
    
	position: absolute; 
	top:0;
    bottom:0;
    left:0;
    right:0;
	display: none; 
	z-index: 999;
	background: rgba(238, 64, 78, 0.9);
         
    }
    #box{
    position:absolute;
    display: block;
    top:0;
    bottom:0;
    margin-left: auto;
    margin-right: auto;
    margin:auto;
    width:400px;
    height:400px;
    border:10px;
   
    }

.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;

        
}
.overlay {

	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.modal-body p {
	font-size: 16px;
	text-align: justify;
}
.modal-body p span {
	font-weight: bolder;
}
.modal-body .col-md-6 .img {
	width: 60px;
}
.video{
	margin-top:50px;
}

.bullet{
	font-size: 17px;
}
.head3{
	background-color: #EE404E;
	padding: 5px;
}

.sectiontitle {
	text-align: left;
	margin-left: 20px;
}

.blogentry h3 {
	text-align: left;
	margin-left: 20px;
}

.blogentry p {
	text-align: justify;
	margin-left: 20px;
	font-size: 15px;
}

.blogentry p img {
	height: 100px;
	width: 100px;
}

.achieveul {
	text-align: left;
	margin-left: 25px;
	font-size: 18px;
}

.article {
	text-align: left;
	margin-left: 25px;
	font-size: 18px;
}

fieldset{
margin:auto;
width:400px;
border-style:none;
background-color:black;
}
textarea{
background-color:white;
color:black
border-color:red
}

.label{
font-size: 15px;
float:left; 
width:150px; 
}

.status-box{
width:182px;
}

.form-control{
width: 182px;
}

input{
	color: black;
}

/*----see more----*/
s {
	color: #A52A2A
}
s:visited {
	color: 		#A52A2A
}
s.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}
