/*!
 * 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,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.topnav {
    font-size: 14px; 
}

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

.intro-header {
    padding-top: 10px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 20px;
    max-height: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg2.jpg) no-repeat center center ;
 backface-visibility: 0.3;
   
    background-size: cover;
}
.intro-header1{
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 325px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/bg.jpg) no-repeat center center ;

    background-size: cover;
}
.intro-header1{
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 225px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/service.jpg) no-repeat center center ;

    background-size: cover;
}


.intro-header2 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 500px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/banner3.jpg) no-repeat center center ;
 backface-visibility: 0.3;
   
    background-size: cover;
}
.intro-header3 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 400px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center ;
 backface-visibility: 0.3;
   
    background-size: cover;
}
.intro-header4 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 325px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/contact.jpg) no-repeat center center ;
 backface-visibility: 0.3;
   
    background-size: cover;
}

.intro-header5 {
    padding-top: 30px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    max-height: 325px;
    text-align: center;
    color: #f8f8f8;
    background: url(../img/service.jpg) no-repeat center center ;
 backface-visibility: 0.3;
   
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 12%;
    padding-bottom: 12%;

}

.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 #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);
}
.message_box {
   background-color: rgba(51, 122, 183, 0.16);
    border-color: #337ab7;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
    color: #555;
    margin: 30px;
    text-align: center;
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.message_box_title {
    background-color: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
    font-size: 11px;
    text-shadow: none;
}

@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: 50px 0;
    background-color: #f8f8f8;
}
.content-section-a1 {
    padding: 50px 0;
    background-color: #f8f8f8;
}
.content-section-b {
    padding: 50px 0;
    border-top: 1p xsolid #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: #f8f8f8;
    background: url(../img/banner2.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;
}

.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: 20px 0;
    background-color: #f8f8f8;
    text-align: center;
}

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



section#register .form-group {
    /*margin-bottom: 25px;*/
    width: 400px;
    margin: 0 auto;
margin-bottom: 20px;

    color: #000;


}

.form-group input,
.form-group textarea{
   padding: 20px;
   font-family: candara;
    src: url(../font/Candara.ttf);

    
}

.form-group select{

   font-family: candara;
    src: url(../font/Candara.ttf);

    
}

.form-group input.form-control {
    height: 40px;
}

.form-group textarea.form-control {
    height: 120px;
    
}

.form-group select.form-control {
    height: 40px;
    
}

.form-control:focus {
    border-color: #12A5F4;
    box-shadow: none;
}

section#register::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}


.text-danger {
    color: #e74c3c;
}

.form-group  input[type="submit"]
{
    margin-top:10px;
    width: 55px;
    height: 34px; 

   /* -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    padding: 15px;*/
    text-align: center;
    margin-left: 40px;
    
border-radius: 4px;
}

.form-group  input[type="file"]
{

border-color: #fff;
}




section#contact .form-group {
    margin-bottom: 20px;
    

}

/*section#contact .form-group textarea.form-control {
    height: 120px;
    
}*/

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}


/*.regheading{
    font-size: 18px;
    margin:0 auto;
    padding: 0 auto;
    border: 1px solid #000;
}*/

legend{
/*margin-left:20px;
border: none;*/
}

#photoCover{
    width: 320px;
    /*border-color: #f8f8f8;*/
}

