

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a:hover, a:focus {
    color: #ff8d49;
    text-decoration: none;
}

     header,footer {    background: #2d57a7;}
     b, strong {
    font-weight: 600;
}
     
     
    footer {   
    /* position: absolute; */
    bottom: 0;
    width: 100%;
    position: absolute;
}     
          
    header {   

    top: 0;
    width: 100%;
    position: absolute;
}     
     
     body {
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
      
     }
     
h1 {
    font-family: "Open Sans";
    text-align: center;
    margin-top: 150px;
    font-size: 36px;
    color: #2d57a7;
}
     
          
 h2  {
    font-family: "Open Sans";
    font-weight: 400;
    text-align: center;
    margin-top: 110px;
    font-size: 22px;
     color: #565656;
}
     
     
     .link {
         
    color: #ff8d49;
    text-decoration: underline;

}  
     
     
     ul {
         list-style: none;
         text-align: center;
         padding: 0;
     }  
     
     li {
    font-size: 18px;
    color: #7d7d7d;
    font-weight: 100;
    font-family: "Open Sans";
}
    
     .content{
     width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-70%);
 
     }
     
     
     
     
     @media (max-width:767px) {
         
         h1 {
    font-family: "Open Sans";
    text-align: center;
    margin-top: 80px;
    font-size: 28px;
    color: #2d57a7;
}
   
  
  body {
      
  background: url(../img/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
      
 
}  
      
         
         
         
     }
     
     
     
     
     @media (min-width:768px) and (max-width:1100px){
         
         h1 {
    font-family: "Open Sans";
    text-align: center;
 
    font-size: 28px;
    color: #2d57a7;
}
       
         
     }
     




