@font-face {
  font-family: 'gothamLight';
  src: url('fonts/webfonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/webfonts/Gotham-Light.otf')  format('opentype'),
	     url('fonts/webfonts/Gotham-Light.woff') format('woff'), url('fonts/webfonts/Gotham-Light.ttf')  format('truetype'), url('webfonts/Gotham-Light.svg#Gotham-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gotham';
  src: url('fonts/webfonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/webfonts/Gotham-Medium.otf')  format('opentype'),
	     url('fonts/webfonts/Gotham-Medium.woff') format('woff'), url('fonts/webfonts/Gotham-Medium.ttf')  format('truetype'), url('fonts/webfonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* BASE STYLES */

html{height:100%;}
title{text-transform:capitalize;}
body
{
    position:relative;
    font-family: gothamLight,serif;
    font-weight:normal;
    font-size:16px;
    color:#125B79;
    min-height:100%;
    background-color:#D4EDF8;
    
}
a
{
    text-decoration:none;
    color:#848080;
}
a:hover
{
    color:#9F218B;
}
.main-container
{
    width:1160px;
    margin:0 auto;
}
.container
{
    background-color:white;
}
.light{font-family:gothamLight,sans-serif;}
.bold{font-family:gotham,serif;}
.btn
{
    display:block;
    background-color:#5cb85c;
    color:white;
    padding:10px;
    border-radius:5px;
    width:150px;
    text-align:center;
}