/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: white;
}

h3 {
  font-family: 'Great Vibes', Helvetica, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
}

.topnav {
    font-size: 14px;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

body, html {
  height: 100%;
  margin: 0;
}

.container {
        max-width: initial !important;
    text-align: center;
    color: #f8f8f8;

  /* The image used */
  /*background-image: url("../img/bg.jpeg");*/

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;

  background-size: cover;
    height : 100vh;
    width : 100%;
}

.color-overlay {
  //position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(23,23,23,.7);
}


.intro-message {
    position: relative;
    padding-top: 8%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 2em;
    }

    ul.intro-social-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    }

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

    .intro-divider {
        width: 100%;
    }
}


.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

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

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



footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}



.image {
  border-radius: 50px;
}
.w3-col.w3-container.w3-green {
    display: flex;
    align-items: center;
    margin: auto;
    padding-bottom: 4em;
    width: 110px;
    height: 100%;
}
.btn-outline-secondary {
    color: #fff;
    border-color: #fff;
}
ul li{
  display: inline;
  margin: 12px;
}

.card {
    max-width: 400px;
    margin: auto;
    background-color: #fff0;
    background-clip: border-box;
    border: 1px solid rgb(255, 255, 255);
}

hr {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.text-center li {
    margin: 19px;
}

.fa-stack {
    width: 2.1em !important;
    border: 1px solid #fff;
    border-radius: 50%;
}
.fa-stack:hover {
    color: #212529;
    background-color: #adb5bd;
    border-color: #adb5bd;
    border-radius: 50%;
}
.   fa-stack-1x:hover {
    color: #212529;
}

@media(max-width:767px) {

    .intro-message {
        padding-top: 22%;
    }
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        margin-bottom: 20px;
        padding: 0;
    }

    ul li {
        display: inline;
        margin: 6px;
    }

    .btn {
        padding: 0.5rem 0.5rem;
    }

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

    .text-center li {
        margin: 9px;
    }
}



html, body{
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	overflow: hidden;
	background: #191d1e; /* Old browsers */
	background: -moz-linear-gradient(0deg,  #191d1e 50%, #283139 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%,#191d1e), color-stop(100%,#283139)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* IE10+ */
	background: linear-gradient(0deg,  #191d1e 50%,#283139 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191d1e', endColorstr='#283139',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	background-attachment: fixed
}

#projector {
  position: absolute;
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
}

.center-div {
	width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
	position:absolute;
	left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
	opacity:0;
    filter: alpha(opacity=0);
}

#date2014
{
	position:absolute;
	padding-left: 210px;
	padding-top:15px;
	opacity:0;
	top:303px;
	left:0;
    filter: alpha(opacity=0);
}
