/*
Saturn Digital Base css classes
*/


/*
1.General
2.Navigation
3.Section
3.Footer
4.

*/

/*
 ===========================================================
 = Section-General
 ===========================================================
 */
a {
  outline: 0 !important;
}


.std-title{
   text-align:center !important;
   text-decoration:none !important;
 }

.std-paragraph, .std-paragraph a:visited{
  line-height: 1.5 !important;
  text-decoration: none !important;#
  color:#2e2e2e !important;
}


/*
===========================================================
= Section-Navigation: ;
===========================================================
*/



/*
===========================================================
= Section-Sections for content
===========================================================
*/
.std-header{
  height: 300px !important;
}
.std-section{
  margin-bottom: 60px;
  margin-top: 60px;
}

.std-color-white{
      color: white !important;
      font-size: 15px !important;
      margin-left: 10px !important;
}


.std-margin-sm{
  margin-bottom: 50px;
}

.std-margin-md{
  margin-bottom: 75px;
}
.std-margin{
  margin-bottom: 100px;
}


/*
 ===========================================================
 = Section-Std Font-Awsome
 ===========================================================
 */

 .fa-address-book,
 .fa-phone,
 .fa-fax{
   font-size: 15px;
   color:white;

 }

/*
===========================================================
= Section-Footer
===========================================================
*/
.std-footer {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    background-color: #040E15;
}

.std-footer-logo{
    height: 15px !important;
}


.std-pre-footer{
  background-color: #003459 !important;
  color:white !important;
  padding-top: 30px;
  padding-bottom:  40px;
}

.std-footer p {
  color:#eee !important;
  font-size:14px !important;

}
.std-pre-footer p {
  font-family: 'Montserrat', sans-serif !important;

  font-size:14px !important;

}
/*==============================================================*/
