/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
  font-family:Poppins;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
   background: url(mit_bg.png);
   background-size: cover;
  
}

.cover-container {
  max-width: 900px;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}
h1{
	font-size:75px;
	
}
h4{
	font-size: 25px;
}
.box{
	float:left;
	width: 152px;
	}	
.ellipse {
	opacity:0.5;
	/* top: 0px; */
	/* left: 0px; */
	width: 152px;
	height: 152px;
	-ms-border-radius: 76px / 76px;
	-o-border-radius: 76px / 76px;
	-moz-border-radius: 76px / 76px;
	-webkit-border-radius: 76px / 76px;
	border-radius: 76px / 76px;
	background:rgba(255,255,255,255);
	/* position: relative; */
	float: left;
}
.numbers{
	top: -95px;
	left: 34px;
	width: 79px;
	height: 106px;
	/* UI Properties */
	text-align: center;
	font: Bold 65px/35px Poppins;
	letter-spacing: 0px;
	position: relative;
	color: #282E3E;
	}
.letters{
	    top: -60px;
	    left: 27px;
	    width: 94px;
	    height: 29px;
	    text-align: center;
	    font: Regular 18px/35px Poppins;
	    letter-spacing: 0px;
	    color: #282E3E;
	    text-transform: uppercase;
	    position: relative;
	}
.p-l{
	padding-left: 12px;
	padding-bottom:40px;
	}
.mit-logo{
	margin-bottom:100px;
}
.soon{
	font-weight:bold;
	margin-bottom:50px
}

#timer{
	font-size: 72px;
    margin-top: 50px;
    color: #000000;
    font-weight: bold;
}
.m-t-custom{
	margin-top:50px;
}

.btn-outline-success {
        color: #96C947;
    border-color: #96C947;
    background-color: #ffffff;
    font-family: Poppins;
    font-weight: 700;
    letter-spacing: 2px;
}
.btn-outline-success:hover,.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle{
 background-color: #96C947 !important;
  border-color: #96C947 !important;
}