﻿@import 'navigation.css';

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto&display=swap');

body
{
    overflow-x:hidden;
}

a
{
    color:#17c5ff;
    text-decoration:none;
}
a:hover
{
    text-decoration:none;
    color:steelblue;
}

html,body,table
{
    font-family: 'Open Sans', sans-serif;
    font-size:10pt;
    line-height:18pt;
    color:#222;    
}

h1,h2,h3,h4,h5
{
    font-family: 'Roboto', sans-serif;
}

.spacer60
{
    margin-top:60px;
}
.spacer30
{
    margin-top:30px;
}

.breadcrumb-item
{
    text-transform:uppercase;
    font-size:0.9em;
    letter-spacing:1px;
}
.breadcrumb-item a
{
    color: #17c5ff;
}

h1
{
    letter-spacing:2pt;
}

.headerrow
{
    margin-top:60px;
    background-image:url(/img/header2.png);    
    color:white;
    padding-top:40px;
    padding-bottom:40px;
}

.headerrow hr 
{
    width:100px;
    margin-top:20px;
    margin-bottom:20px;
    border-top: 1px solid white;
}

.subtitle
{
    font-size:0.8em;
    text-transform:uppercase;
    letter-spacing:2pt;
}

.grayrow
{
    background-color:#f8f8f8;
}

.thumb
{
    max-width:120px;
    margin-right:5px;
}

ul.bluelist
{
  list-style: none; /* Remove default bullets */
}

ul.bluelist li::before 
{
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #17c5ff; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.footer1
{
    background-color:#202020;
    color:#bdc3c7;
    padding-top:40px;
    padding-bottom:40px;
}

.footer1 h3
{
    margin-bottom:30px;
}

.worldmap
{
    background-image:url(/img/worldmap.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position : center center;
}

.footer1 a
{
    color: #bdc3c7;
    text-decoration:none;
}
.footer1 a:hover
{
    color:#17c5ff;
}

.footer2
{
    color:#bdc3c7;
    background-color:#101010;
    padding-top:20px;
    padding-bottom:20px;
}

.smaller
{
    font-size:0.8em;
}

@media (max-width: 576px) 
{
    .marginxs
    {
        margin-left:10px;
        margin-right:10px;
    }
}

.ItemBox
{
    background-color:white;
    padding:0;    
    height: 320px;
    margin-bottom:30px;
}
.ItemBox .text
{
    background-color:white;
    padding:15px;
    border-bottom: solid 5px #f0f0f0;
}
.ItemBox .text a
{
    color:#222; 
    text-transform:uppercase;    
    font-size:0.9em;
}
.ItemBox .text a:hover
{
    text-decoration:none;
    color:#17c5ff;
}

.reverse
{
    unicode-bidi: bidi-override;
    direction: rtl;
}
.larger
{
    font-size:1.1em;
}
.blue
{
    color:#17c5ff;
}