/* ------------------------------------------------------------------------------------------------------- */
/*                                                      INCLUDES                                                                                            
/* ------------------------------------------------------------------------------------------------------- */
@import url("slide-content.css");

/* ------------------------------------------------------------------------------------------------------- */
/*                                                      PRELOADER                                                                                            
/* ------------------------------------------------------------------------------------------------------- */


/* ------------------------------------------------------------------------------------------------------- */
/*                                                      MAIN SETUP                                                                                             
/* ------------------------------------------------------------------------------------------------------- */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*:focus{
    outline: none;
}

html,
body {
    background-color: #fff;
    color:#ffffff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    line-height: 135%;
    font-weight: 300;
}

.clearfix {zoom:1}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                               REUSABLE COMPONENTS                                                                       
/* ------------------------------------------------------------------------------------------------------- */


.row{
    width: 80%;
    margin: 0 auto; /*0=top and bottom  and auto=left and right*/
}

h1{
   font-weight: 100; 
    font-family: "Raleway", sans-serif;
}

h2{
    text-transform: uppercase;
   font-weight: 300; 
    font-family: "Lato", sans-serif;
    color: #626262;
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    letter-spacing: 1px;
    padding: 100px 0 40px 0;
    
}

h2:after {
 content: "";
     display: block;
    border-bottom: 2px solid #3498db;
    width: 50px;
    margin: 0 auto;
    margin-top: 30px
}

h3 {
    text-transform: uppercase;
    font-size: 110%;
    margin-bottom: 15px;
    text-align: center;
    color: #626262;
    font-weight: 400;
}

p {
    ont-family: "Open Sans", sans-serif;
    color: #7c7c7c;
}

.long-copy{
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

/*******************************************  NAVIGATION BAR *********************************************/

.dlogo{
    margin:10px 0;
    float: left;
}

.main-page .logosmall {
    display: none;    
}


.menubar{
    margin-top: 60px;
    float: right;
    margin-right: 50px;
}

.menubar li {
    display: inline-block;
    list-style: none;
    padding: 0 25px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
    font-size: 85%;
}

.menubar li a:link,
.menubar li a:visited {
    text-decoration: none;
    color: #fff;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
    padding-top: 6px;
    transition: border-top 0.5s, border-bottom 0.5s, padding-bottom 0.3s, padding-top 0.3s;
}

.menubar li a:hover,
.menubar li a:active {
    text-decoration: none;
    color: #fff;
    padding-bottom: 3px;
    padding-top: 3px;
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
    
}

/************************************************STICKY***************************************************/

.sticky .logo1{
    display: none;
}

.sticky .dlogo{
    margin: 0;
}

.sticky .logosmall {

    display: block;
    height: 30px;
}

.sticky .menubar{
    margin-top: 5px;
    font-size: 90%;
    
}

.sticky {
    width: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    background-color:#3498db;
    height: 35px;
}

.sticky .menubar li a:link,
.sticky .menubar li a:visited {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-bottom: 6px;
    padding-top: 6px;
    transition: border-top 0.5s, border-bottom 0.5s, padding-bottom 0.3s, padding-top 0.3s;
}

.sticky .menubar li a:hover,
.sticky .menubar li a:active {

    padding-bottom: 3px;
    padding-top: 3px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    
}


/* ------------------------------------------------------------------------------------------------------- */
/*                                                    MAIN PAGE                                                                                        
/* ------------------------------------------------------------------------------------------------------- */

.main-page {
    background-image: linear-gradient(rgba(0, 0, 0, 0.85),rgba(0, 0, 0, 0.7)),url(img/back.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-color: #464646;
    min-height: 100vh
} 


.main-page-text-wrapper {
    position: absolute;
    top:50%;
    left: 50%;
    width: 60%;
    transform: translate(-50%, -50%);
    font-size: 170%;
    line-height: 220%
}

.main-page-slogan{
    text-align: left;
    text-transform: uppercase;
    
}


.dlearn-more a:link,
.dlearn-more a:visited {
    position: absolute;
    bottom: 100px;
    text-align: center;
    left: 50%;
    width: 150px;
    transform: translate(-50%, -50%);
    background-color: #3498db;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;  
    font-weight: 100;
    border-radius: 20px;
    transition: background-color 0.5s;
    
}

.dlearn-more a:hover,
.dlearn-more a:active {
    background-color: #38739b;    
}






/* ------------------------------------------------------------------------------------------------------- */
/*                                                    SERVICES                                                                                      
/* ------------------------------------------------------------------------------------------------------- */

.services-column-wrapper i {
    font-size: 350%;
    color:#3498db;
    width: 100%;
    text-align: center;
}


.services-column-wrapper {
    width: 70%;
    margin-bottom: 100px;
}

.services-column-wrapper p{
    margin: 0 auto;
    width: 80%;
    text-align: justify;
    margin-bottom: 30px;
}

.services-column-wrapper a:link,
.services-column-wrapper a:visited{
    display: block;
    width: 100px;
    height: 30px;
    text-decoration: none;
    border:1px solid #3498db;
    color:#3498db;
    font-size: 75%;
    padding: 2px 0;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
    transition: border 0.5s, background-color 0.5s, color 0.5s;
    
}

.services-column-wrapper a:hover,
.services-column-wrapper a:active{

    border:1px solid transparent;
    background-color: #3498db;
    color:#fff;

    
}

/* ------------------------------------------------------------------------------------------------------- */
/*                                                    CONTACT                                                                                       
/* ------------------------------------------------------------------------------------------------------- */

.section-form{
    background-color: #f7f7f7;
    color: #9f9f9f;
    
}


.contact-form {
    width: 60%;
    margin: 0 auto;
    
}


input[type=text],
input[type=email],
select,
textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

textarea {
    height: 100px;
}

input[type=checkbox]{
    margin: 10px 5px 10px 0;
}

input[type=submit]{
    display: block;
    width: 130px;
    background-color: #3498db;
    color: #fff;
    padding: 7px 20px;
    border: 1px solid transparent;
    border-radius: 20px;
    margin-bottom: 100px;
}


/* ------------------------------------------------------------------------------------------------------- */
/*                                                    FOOTER                                                                                      
/* ------------------------------------------------------------------------------------------------------- */




footer {
    background-color: #1f1f1f;
    padding: 50px;
    font-size: 80%;
}


.footer-nav {
    list-style: none;
    float: left;
}

.social-links{
    list-style: none;  
    float: right
}

.footer-nav li,
.social-links li{
    display: inline-block;
    margin-right: 20px;
}


.social-links li:last-child{
    margin-right: 0px;
}

.footer-nav li a:link,
.footer-nav li a:visited,
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    color: #888;
    border: 0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.fa fa-facebook,
.fa fa-twitter,
.fa fa-google,
.fa fa-instagram {
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    
}


.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a:hover,
.social-links li a:active {
    color: #3498db;
}

footer p {
    text-align: center;
    color:#888;
    font-size: 90%;
    margin-top: 20px;

    padding-top: 100px;
}
