/* Main CSS file for golmium.com */

/* Colors 
header-title-orange 46423b

back 0097E8
light-text FFFFFF
text ffffff
link 0000EE
link-2 FFFFFF

red text AD9274
*/ 

/*-------------- General --------------*/

div#header_zone
{
    background-color:#0097E8;
}

.dark_row
{
    background-color:#0097E8;
}

.header_colL
{
    width:60%;
    float:left;
    background-color:#0097E8;
}

.header_colR
{
    width:40%;
    float:left;
    background-color:#0097E8;
}

a.header_link:link, a.header_link:visited
{
    color:#00FFFF;
}

a.header_link:hover, a.header_link:active
{
    color:#CCCCFF;
}

header
{
    color:#FFFFFF;
    padding-top:35px;
    padding-bottom:20px;
}

header#for_ios
{
    padding-top:20px;
}

img.image2
{
	padding:0px;
	margin:0px;	
}

p#TCT_logo
{
    display:table-cell;
    padding:20px;
}

/*-------------- Content --------------*/

.promo
{
    color:#46423b;
}

p#text1
{
	padding-top:30px;
    padding-bottom:0px;
    padding-left:50px;
    padding-right:50px;
}

.apps_column_3
{
    width:26%;
    background-color:#0097E8;
    padding-top:0px;
}

div#text_dark1
{
    width:33%;
}

div#text_dark2
{
    width:33%;
}

div#text_dark_center
{
    width:33%;
}

.apps_column_3_light
{
    width:33%;
    float:left;
    background-color:#ffffff;
    padding-top:10px;
}

.apps_column_3_center
{
    width:37%;
    background-color:#0097E8;
    padding-top:0px;
}

.app_text_2
{
    color:#0097E8;
}

.app_text_3
{
    color:#FFFFFF;
    background-color:#0097E8;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:10px;
    margin-bottom:10px;
}

ul.list_text
{
    text-align:left;
    padding-left:80px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:1.4em;
    color:#FFFFFF;
}

div#dark_table
{
    background-color:#0097E8;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:0px;
}

.app_image
{
    padding-top:0px;
    padding-bottom:0px;
}

.apps_column_3_light_Big
{
    width:70%;
    float:left;
    background-color:#ffffff;
    padding-top:10px;
}

.apps_column_3_light_Small
{
    width:30%;
    float:left;
    background-color:#ffffff;
    padding-top:100px;
}

div#double_picture
{
	padding:0px;
}

.video-container
{
    max-width:900px;
    width:100%; /* Responsive */
    margin:auto; /* Centering */
}

video
{
    width: 100%;
    height: auto;
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Shadow effect */
    margin:20px;
}

/*-------------- Bottom --------------*/

div#bottom_zone
{
    background-color:#0097E8;
    margin-top:-5px;
}

.bottom_row
{
    background-color:#0097E8;
}

.bottom_column
{
	background-color:#0097E8;
}

a.bottom_text:link, a.bottom_text:visited
{
    color:#00FFFF;
}

a.bottom_text:hover, a.bottom_text:active
{
    color:#CCCCFF;
}

/*-------------- SubBottom --------------*/

footer
{
    background-color:#ffffff;
}

p#copyright
{
	color:#0097E8;
}

/* End */



