/*~~~
Name: AB Animates 2019
Author: A. Bogin
Author URI: http://auilix.com

~~~*/


/* Set Standards */

html {
	background-color: #93928a;
}

html,body,div {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	color: #3b3b3b;
	margin-left: auto ;
	margin-right: auto ;
	padding: 0px;

}


a
{
color: #3b3b3b;
}


body {
	background-color: #fff;
}


h1 {
	margin-top:0;
	font-family: 'PT Sans Narrow', sans-serif;
}


/* Navigation */

header {
  background: rgba(25,180,187,1);	
  height: 140px;	
  overflow: hidden;
}

header img{
	width: 1296px;
	height: 140px;
}

#heady {
    background-image: url('../images/header.png');
    background-repeat: no-repeat;
	height: 180px;

    }

.title
	{
	display: block;
	font-size: 25px;
	color: #f4e9e1;
	text-decoration:none;
	margin-left:800px;
	margin-top:20px;
	padding-top:0px;	
	padding-bottom:30px;
	position: absolute; 
	}
	
#main {
	background-image: url('../images/bg-repeat.png');
	background-position: left top;
	background-repeat:repeat-y;
	background-color: #93928a;
	margin-left:0px;
	padding-top: 20px;
}

#maintext {
	margin-left:100px;
	margin-top: 0px;
	width: 1100px;	
}


/* Custom Scrollbar party time! */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(147,146,138,1); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(238,223,213,1); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(147,146,138,1); 
}


#reelbox {
	font-family: 'PT Sans Narrow', sans-serif;
    font-size: 20px;
    color: #ffffff;
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    border-radius: 10px;
    background-color: #3f8185;
}
