/* Table of Contents
==================================================
 #General
 #Typography
 #Links
 #Intro
 #Nav
 #Welcome
 #Work
 #Services
  #Abou
 #Contact*/

/* #General
================================================== */
html, body {
  font-family:                Calibri, Arial, Helvetica, Sans Serif Verdana;
  color:                      #000033;
  font-size:                  12px;
  link:                       #0066FF; 
  vlink:                      #0066FF;   
  background-color:           #FFFFFF; 
  color:                      #151B54;
  margin:                     5px;
  padding:                    5px;
  background-image:           url(Photos/BG-4.gif);
  background-repeat:          repeat;

  width:                       100%;
  display:                     table;
  line-height:                1.5;
  margin-top:                 0px;
  margin-left:                0px;
  margin-right:               0px;
  margin-bottom:              50px;
  padding:                    0px;

}


.WebContainer{
    width: 100%;
    height: auto;
}


a.head1:link    {color:#ffffff; font-family:"verdana"; font-size:10pt; text-decoration:none; }
a.head1:visited {color:#ffffff; font-family:"verdana"; font-size:10pt; text-decoration:none; }
a.head1:active  {color:#ff0000; font-family:"verdana"; font-size:10pt; text-decoration:none; }
a.head1:hover   {color:#ff0000; font-family:"verdana"; font-size:10pt; }

a.bold {font-family:"verdana"; font-size:10pt; font-weight:bold; color:#99FFFF;}
h3 {font-family:"georgia"; }
p {font-family:"arial"; font-size:11pt; }
li {font-family:"verdana"; font-size:10.5pt;}
td {font-family:"verdana"; font-size:10.5pt; }
.foot {font-family:"verdana"; font-size:7.5pt; color:blue; font-weight:bold; }
.head {font-family:"verdana"; font-size:10pt; color:white; text-decoration:none; }
.d12 {font-family:"verdana"; font-weight:bold; font-size:12pt; }
.title10 {font-family:"wide latin"; font-weight:bold; font-size:10pt; color:#0d004c; }
.title12 {font-family:"wide latin"; font-weight:bold; font-size:12pt; color:#0d004c; }
.title16 {font-family:"wide latin"; font-weight:bold; font-size:16pt; color:#0d004c; }

#nav-menu {
 margin: auto;
 padding: 0;
 width: 100%;
}

.nav-menu ul li {
 display: inline-block;
 margin: 0;
 width: 240px;
}

.nav-menu a {
 background-color: #002256;
 color: #ffffff;
 display: inline-block;
 font-size: 12px;
 font-weight: 300;
 height: 25px;
 letter-spacing: 1px;
 padding-top: 7px;
 text-align: center;
 text-decoration: none;
 text-transform: uppercase;
 width: 200px;
}

.nav-menu a:hover {
 background-color: #250517;
 color: #ffffff;
 font-size: 12px;
 font-weight: 700;
}


/* beginning of the sample magazine code */
.slides {
    padding: 0;
    height: 600px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.slides input { display: none; }

.slide-container { display: block; }

.slide {
    top: 0;
    opacity: 0;
    height: 600px;
    display: block;
    position: absolute;

    transform: scale(0);

    transition: all .7s ease-in-out;
}

.slide img {
    width: 100%;
    height: 100%;
}

.nav label {
    width: 200px;
    height: 100%;
    display: none;
    position: absolute;

   opacity: 0;
    z-index: 9;
    cursor: pointer;

    transition: opacity .2s;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 380px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255, .3);
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
}

.slide:hover + .nav label { opacity: 0.5; }

.nav label:hover { opacity: 1; }

.nav .next { right: 0; }

input:checked + .slide-container  .slide {
    opacity: 1;

    transform: scale(1);

    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .nav label { display: block; }

.nav-dots {
 width: 100%;
 bottom: 9px;
 height: 11px;
 display: block;
 position: absolute;
 text-align: center;
}

.nav-dots .nav-dot {
 top: -5px;
 width: 11px;
 height: 11px;
 margin: 0 4px;
 position: relative;
 border-radius: 100%;
 display: inline-block;
 background-color: rgba(0, 0, 0, 0.6);
}

.nav-dots .nav-dot:hover {
 cursor: pointer;
 background-color: rgba(0, 0, 0, 0.8);
}

input#img-1:checked ~ .nav-dots label#img-dot-1,
input#img-2:checked ~ .nav-dots label#img-dot-2,
input#img-3:checked ~ .nav-dots label#img-dot-3,
input#img-4:checked ~ .nav-dots label#img-dot-4,
input#img-5:checked ~ .nav-dots label#img-dot-5,
input#img-6:checked ~ .nav-dots label#img-dot-6 {
 background: rgba(0, 0, 0, 0.8);
}

