/*!
 * Start Bootstrap - Landing Page 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,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-weight1: 700;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {  
  font-family: Helvetica, Arial, sans-serif;
  font-weight1: 700;
  color: #1318C8;
}
h1,
h2,
h3 {  
  text-shadow1: 2px 2px 3px rgba(0, 0, 0, 0.4);
}



h2,
h3,
h4,
h5,
h6 {
  font-size-adjust: 0.6;
}

h4,
h5,
h6 {
  line-height: 1.4;
}

.service-desc p {
	font-size-adjust: 0.6;
}

.topnav {
    font-size: 14px; 
}

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

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 50px;
    text-align1: center;
    color: #333;
    background: url(../img/bg1.jpg) no-repeat center center;
    background-size: cover;
    
    min-height: 900px;
}

.intro-header h1 {
    text-align: center;
}

.intro-message {
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-top: 10px;
}

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

.intro-divider {
    width: 400px;
    border-top: 1px solid #f6f6f9;
    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: 3em;
    }

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

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

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

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 20px 0;
    background-color: #f6f6f9;
}

.content-section-b {
    padding: 20px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 100px 0;
    color: #f6f6f9;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

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

.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;
    }
}

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

    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 0;
    background-color: #f6f6f9;
}

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


#raam-ymber {
	padding: 15px 10px 20px 30px;
	border-radius: 15px;
	background: #FFFFFF -moz-linear-gradient(center top , #FFFFFF 0%, #F0F0F0 100%) repeat scroll 0% 0%;
	border: 1px solid #D5D5D5;
	box-shadow: 0px 0px 0px 0px rgb(255, 255, 255) inset, 0px 0px 10px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F0F0F0',GradientType=0 );
	
	background-image: -moz-linear-gradient(center top , #FFFFFF 0%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(#FFFFFF 0%, #FFFFFF 0%, #F0F0F0 100%);
        background-repeat: repeat;
        background-attachment: scroll;
        background-position: 0% 0%;
        background-clip: border-box;
        background-origin: padding-box;
        background-size: auto auto;
}

#login-button, #teenindus-button {
	border-radius: 15px;
	border: 2px solid #D5D5D5;
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#login-button, #teenindus-button {
	background-color: #fed90f;
}


@media (min-width: 768px) {
  .navbar-brand > img {
    width: 69%;
    margin-top: -30px;
  }
  #powerTip {
    color: #1318C8;
  }
}

@media (max-width: 767px) {
  .navbar-brand > img {
    width: 69%;
    margin-top: -16px;
  }
  #powerTip, #teenindus {
	display: none !important;
  }
  
  .navbar-left .dropdown-menu {
  	margin-left: 0px;
  }
}

@media (max-width: 1200px) {
  .navbar-right .dropdown-menu {
  	right: unset;
  }
  .intro-header {
  	min-height: 1220px;
  }
}

#powerTip {
    color: #1318C8;
  }

a.action-button {
    font-size: 18px;
    letter-spacing: 1px;
    color: #0019AF;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #fed90f;
    border-radius: 15px;
    border: 2px solid #D5D5D5;
}

a.action-button:hover {
    color: #3751FF;
}