
body {
		background: #ffffff;
    font-family: 'Arial', cursive;
    font-style: normal;
		font-weight: 400;
}


h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
  font-family: 'Arial', sans-serif;
}

h3,h5 {
  font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

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

a {
  text-decoration: none !important;
  outline: none;
  color: rgb(54,169,225);
}
a:hover{
  color: rgb(40,54,123);
}

@media screen and (max-width: 800px) {
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3{
    font-size: 18px;
  }

}
.section-title {
  margin-bottom: 32px;
}

#overview {
  padding-top: 14rem;
  padding-bottom: 14rem;
}
 
#goals,
#sponsors,
#contacts,
footer {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#goals, #sponsors, #contacts,
footer {
  text-align: center;
}

#overview h3,
#goals h3{
    padding-bottom: 12px;
}

#intro .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger{
    background: rgb(20,56,127);
    border-color: transparent;
}


#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}


#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 150px;
  height: 150px;
  background-color: #222;
  -webkit-animation: sk-rotatePlane 2s linear both;
  animation: sk-rotatePlane 2s linear both;
  animation-iteration-count: infinite;
}

@-webkit-keyframes sk-rotatePlane {
  0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
  }
  50% {
      -webkit-transform: scale(2) rotateZ(180deg);
              transform: scale(2) rotateZ(180deg);
  }
  100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
  }
}

@keyframes sk-rotatePlane {
   0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
  }
  50% {
      -webkit-transform: scale(2) rotateZ(180deg);
              transform: scale(2) rotateZ(180deg);
  }
  100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
  }
}

.custom-navbar {
    margin-bottom: 0;
    background-color: #fff;
}

.custom-navbar .navbar-brand {
    color: #000;
    font-weight: 600;
    font-size: 3rem;
    line-height: 40px;
}

.custom-navbar .nav li a {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: rgb(40, 54, 123);
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: rgb(40, 54, 123);
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #000;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
        background: 0 0; 
    }
    .custom-navbar.top-nav-collapse {
        background: #e6e6e6;
        padding: 0;
    }

}


#intro {
    background: black;
    background: -webkit-linear-gradient(rgba(20, 1, 209, 0.8), rgba(20, 56, 127, 0.8)), url("../images/adobe.jpg");
        background: linear-gradient( rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) , rgba(255, 255, 255, 0.8)), url("../images/adobe.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    height: 100vh;
    text-align: center;
}

#intro h3 {
  letter-spacing: 2px;
}

#overview img {
  position: relative;
  padding-bottom: 32px;
}

#overview p {
  font-size: 17px;
}

#overview{
  background: url('../images/bubbles.png') 50% 0 repeat-y fixed;
  background-position: 50% 55%;
  background-size: cover;
}


#goals {
    background: #222;
    background: -webkit-linear-gradient(rgba(20, 1, 209, 0.8), rgba(20, 56, 127, 0.8)), url("../images/ssim.jpg");
    background: linear-gradient( rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9) , rgba(50, 50, 50, 0.9)), url("../images/ssim.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#goals .fa {
  color: rgb(40, 54, 123);
  font-size: 48px;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}


#sponsors img {
  margin-top: 18px;
}

.goalsIcon{
  width: 80px;
  border: 5px solid white;
  border-radius: 50%;
  margin: 15px;
}

footer {
  background-attachment: fixed;
  background-color: #222;
  color: white;
}

footer p{
  color: rgb(200,200,200);
}

.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: rgb(54,169,225);
    color: #ffffff;
}

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 60px;
    font-size: 1.6em;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: rgb(54,169,225);
    color: #ffffff;
}

@media (max-width: 980px) {

  p {font-size: 13px;}

  .custom-navbar .navbar-brand {
    font-size: 2rem;
  }

  .custom-navbar .nav li a {
    font-size: 11px;
	line-height: 20px;
  }

  #intro { height: 65vh; }


  #contact .contact_detail {
  background: #ffffff;
  padding: 10rem 3rem 10rem 5rem;
}

}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #overview img,
  #goals .col-md-4 {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }

}

@media (max-width: 760px) {

  #intro {
    height: 100vh;
  }

}

