/*
 * 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%;

    background: url(../img/intro-bg.jpg) no-repeat  fixed center ;
    background-color: #180a01 ; /* brown */
    background-position: top center;
}

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

/* for resolutions
    1280x1024 - covered by max 1300
    1920x1080 - covered by default
    minimum- 800x600

      */

    h3 {
          font-size: 30px;
    }
    h4{
          font-size: 22px;
    }

.network-name {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 2px;
}
.content-section-a {
    padding-top: 8%; 
    padding-bottom: 0px;
    text-align: center;
    color: #000000; /* black */
}
.content-section-b {
    padding-top: 14%;   
    text-align: center;
    color: #000000; /* black */    
}



.intro-message{

    
    
}


.custom-listitems {
    }
    /*
        background-color:#f8f8f8;

        
@media(max-width:800px) {


        @media all and (max-width: 2000px) {
    body {
        background: url(../img/intro-bg.jpg) no-repeat  fixed center ;
        background-color: #180a01 ;
    }
       .network-name {
        font-size: 32px;
        letter-spacing: 1px;
    }

    .content-section-a {
        padding-top: 8%; 

    }
    .content-section-b {
        padding-top: 14%;   
    }       
}

        CODE TO SHRINK BOX AROUND TEXT:
            h3 {
            font-size: 30px;
            width:80%;
            background-color: #ffd800;
            margin-right: 10%;
            margin-left: 10%;   
    }
    */   





@media all and (max-width: 1300px) {
    body,
    html {
        background: url(../img/intro-bg.jpg) no-repeat fixed;
        background-size: cover;
    }

    h4{
          font-size: 22px;
    }

       .network-name {
        font-size: 32px;
        letter-spacing: 5px;
    }

    .content-section-a {
        padding-top: 20%; 

     align-content:center;
    }
    .content-section-b {
        padding-top: 30%;   
    }       

 

}

@media all and (max-width: 1000px) {
    body,
    html {
        background: url(../img/intro-bg.jpg) no-repeat fixed;
        background-size: cover;
    }

    h3 {
          font-size: 20px;
    }
    h4{
          font-size: 15px;
    }

       .network-name {
        font-size: 20px;
        letter-spacing: 5px;
    }

    .content-section-a {
        padding-top: 18%; 
    }
    .content-section-b {
        padding-top: 28%;   
    }       
}


@media all and (max-width: 800px) {
    h3 {
          font-size: 18px;
    }
    h4{
          font-size: 14px;
    }
    .network-name {
        font-size: 15px;
        letter-spacing: 3px;
    }

    .content-section-a {
        padding-top: 17%; 
         
    }
    .content-section-b {
        padding-top: 27%;  
        font-size: 22px; 
    }       
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
  /* Styles */

    body,
    html {
        background-color: #180a01 ; /* brown */
        background-size: 100%;
    }

    .content-section-a {
    padding-top: 55%; 
    }

    .content-section-b {
        padding-top: 15%;  
        font-size: 22px; 
    }  

   .form-inline{
            background-color: #d7d9d8; /* offwhite */
            border-radius: 15px;
            padding: 2px; 
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
  /* Styles */

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

        background: url(../img/intro-bg.jpg) no-repeat  fixed center ;
        background-color: #180a01 ; /* brown */
        background-position: top center;
    }

    .content-section-a {
        padding-top: 16%; 
        font-size: 25px; 
    }
    .content-section-b {
        padding-top: 28%;   
        text-align: center;
        font-size: 20px; 

    }

    h3 {
          font-size: 25px;
    }
    h4{
          font-size: 20px;
    }
    .network-name {
        font-size: 25px;
        letter-spacing: 5px;
    }


}


/******* mobile below ************/

@media all and (max-width: 480px) {
    body,
    html {
        background: url(../img/intro-bg.jpg) no-repeat;
        background-size: 100%;
        background-color: #180a01 ;
    }

     .btn-lg{
        padding-right: 5px;
        padding-left: 5px;
        padding-top:5px;
        padding-bottom:5px;
        line-height:5px;

    }
   i.fa-fw{
        font-size:10px;
   }

      h3 {
            font-size: 12px;
            background-color: #d7d9d8; /* offwhite */
            margin-right: 10%;
            margin-left: 10%;   
            border-radius: 15px;
            padding: 2px; 
    }
    h4{
      font-size: 11px;
    }

      .form-inline{
            background-color: #d7d9d8; /* offwhite */
            border-radius: 15px;
            padding: 2px; 
      }


    .network-name {
        font-size: 12px;
        letter-spacing: 0px;
    }

    .content-section-a {
        padding-top: 68%; 
         
    }
    .content-section-b {
        padding-top: 1%;  
        font-size: 22px; 
    }       


   ul.intro-social-buttons > li {
        display: inline;
        padding: 5px;
    }

   ul.list-inline   {
        display: block;
        padding: 0px;

  }
   .form-control {
       height:16px;
       width:170px;
       font-size:10px;
   }
 


    /*

        HOW TO EDIT TEH FACEBOK ICON SIZE
   .btn-lg{
        height:35px;
        width:35px;
    }
   i.fa-fw{
        font-size:15px;
   }



    .ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    }
        */
}




/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
  /* Styles */
 
    .content-section-a {
        padding-top: 76%;         
    }
 
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (orientation: landscape) 
and (max-device-width : 480px) {
  /* Styles */
    body,
    html {

        background: url(../img/intro-bg.jpg) no-repeat fixed center ;
        background-color: #180a01 ;
        background-size: 100% 100%;
   }


    .content-section-a {
        padding-top: 40%; 
         
    }
    .content-section-b {
        padding-top: 5%;  
        font-size: 22px; 
    }   

          .form-inline{
            background-color: #d7d9d8; /* offwhite */
            border-radius: 15px;
            padding: 2px; 
      }


}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
  /* Styles */

    }
}

