/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 1, 2019, 4:41:28 PM
    Author     : okuts
*/
ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}
ul li {
  font: bold 20px/18px sans-serif;   /* <- to change the menu text size */
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 15px 37px; /* <-to change the width of the menu */
  background: #ffd700;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: #000;
}
ul li:hover {
  background: #ffd700;
  color: #ffff00;
}
ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
ul li ul li { 
  background: #ffd700; 
  display: block; 
  color: #fff;
}
ul li ul li:hover { background: #1abc9c; }
ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
.home {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.contact {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  
  
}
a:link {
    text-decoration: none;
    color:black;
}

a:visited {
    text-decoration: none;
    color:black;
}

a:hover {
    text-decoration: none;
    color:#ffff00;
}

a:active {
    text-decoration: none;
    color:black;
}

            #topwrapper
            {
            width:1200px;
            height:380px; /* original height is 300px */
            border:1px solid black; 
            }
            

            
            
            #centerwrapper
            {
            
            width:944px; /*original width is 600px */
            height:660px;
            float:left;
            border:1px solid black; 
            }
            #contentarea
            {
                width:1200px;
                height:600px;
                margin-left:auto;
                margin-right:auto;
                
            }
            .container {
  position: relative;
  width: 50%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 780px;
  bottom: 0;
  left: 0;
  right: 0;
  height:135px;
  width: 225px;
  opacity: 0;
  transition: .5s ease;
  background-color:#A4A4A4;
}

.container:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-color:white;
}
#weeks
{
    width:300px;
    height:150px;
    margin-left:50px;
    float:left;
    border:1px solid black;
    
}
 .container2 {
  position: relative;
  width: 50%;
}

.image2 {
  display: block;
  width: 100%;
  height: auto;
}

.overlay2 {
  position: absolute;
  top: 780px;
  bottom: 0;
  left: 0;
  right: 0;
  height:135px;
  width: 225px;
  opacity: 0;
  transition: .5s ease;
  background-color:#A4A4A4;
}

.container:hover .overlay {
  opacity: 1;
}
#Whitebox
{
    width:1200px;
    height:1200px;
    background-color:white;
    font-family:Helvetica;
}
#FRCpic
{
    width:450px;
    height:450px;
    margin-left:375px;
  
}
#leftvid
{
     /*  border:1px solid black;*/
           width:450px;
       height:350px;
       margin-left:40px;
       float:left;
       

}
#Informationright
{
    width:640px;
    height:648px;
   /* border:1px solid black;*/
    float:left;
    margin-right:40px;
    font-size:18px;
    text-indent:30px;
    padding-top:5px;
    float:right;
}

#feild
{
   width:593px;
   height:326px;
  /*border:1px solid black;*/
   float:left;
   margin-top:45px;
  
}
table{
 
    width:360px;    
  border:3px solid black;
   margin-left:80px;
     font-size:18px;
     float:left;
     margin-top:30px;
     height:300px;
         text-indent:30px;
}

