/*
Theme Name: Atlant
Theme URI: https://localhost/
Description: Тема сайта хоккейной команды Атлант 
Author: Ruslan Inozemtsev
Author URI: https://localhost/
Version: 1.0
Tags: responsive, 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-color: rgb(1,11,75);
}
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;
 }

.content-container {
     width:100%
}

.mainsitelogo img {
     width:100px;
     height:100px;
     
}
.rss
{
     width:80px;
     height:32px;
}
.player_photo
{
}
.player_photo img {
  border-radius: 15%; 
}

.player_name
{
     text-align: center;
     font-size: 24px;
}