/*
Theme Name: CSP8
Theme URI: https://localhost/
Description: Тема главного сайта ГАУ МО Центр спортивной подготовки №8 
Author: Ruslan Inozemtsev
Author URI: https://localhost/
Version: 1.0
Tags: responsive, white, bootstrap
 
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: https://creativecommons.org/licenses/by-sa/3.0/

*/
@import url('bootstrap/css/bootstrap.css'); 
body { 
     padding-top: 0px; 
     padding-bottom: 0px; 
     background-image: url('images/background.jpg?2');
     background-position: top;
     background-size:cover;
     background-repeat: no-repeat;     
     background-attachment:fixed; 
}
header{
     margin:0px;
}

@font-face {
     font-family: 'OpenSansBold'; /*a name to be used later*/
     font-weight: bold;
     src: url('fonts/OpenSans-Bold.ttf'); /*URL to font*/
 }
 .header-font {
     font-family: 'OpenSansBold';
     font-size: 24px;
 }
 .nav-background {

     /* fallback for old browsers */
     background: #536597;

     /* Chrome 10-25, Safari 5.1-6 */
     background: -webkit-linear-gradient(to bottom, rgba(83,101,151,0.5), rgba(24,31,60,0.5));

     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: linear-gradient(to bottom, rgba(83,101,151,0.5), rgba(24,31,60,0.5))
     
}
.custom-background {

     /* fallback for old browsers */
     background: #536597;

     /* Chrome 10-25, Safari 5.1-6 */
     background: -webkit-linear-gradient(to bottom, rgba(83,101,151,0.5), rgba(24,31,60,0.5));

     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: linear-gradient(to bottom, rgba(83,101,151,0.5), rgba(24,31,60,0.5))
     
}

.navbar-nav > li > a:hover{
     /* fallback for old browsers */
     background: #5b699a;
   
     /* Chrome 10-25, Safari 5.1-6 */
     background: -webkit-linear-gradient(to bottom, rgba(91,105,154,0.5), rgba(31,42,87,0.5));
   
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: linear-gradient(to bottom, rgba(91,105,154,0.5), rgba(31,42,87,0.5))
   }

.dropdown-menu > li > a:hover{
     /* fallback for old browsers */
     background: #5b699a;
   
     /* Chrome 10-25, Safari 5.1-6 */
     background: -webkit-linear-gradient(to bottom, rgba(91,105,154,0.5), rgba(31,42,87,0.5));
   
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
     background: linear-gradient(to bottom, rgba(91,105,154,0.5), rgba(31,42,87,0.5))
   }
.content-container {
     width:82%
}

