/*   
Theme Name: CPP website
Author: Wynne Tran
*/

body {
  background: #efefef;
  background-image: url("images/scallop_copy.png"), url("images/scallopFlipped_copy.png");
  background-size: 53px 216px, 53px 132px;
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  margin-bottom: 150px;
  font-family: Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif; 
  color: #818181; 
  font-size: 15px;
}

header { 
  text-align: center;
  width: 1100px; 
  height: 185px;
  margin: 0 auto 20px auto;
}

#banner {
  display: block;
  margin: 0px auto 0px auto;
  padding: 0;
  /* width: 963px; */
  height: 150px;
}

#footer {
  width: 963px;
  height: 10px;
  text-align: left;
  padding-top: 50px;
  background-color: rgba(255, 255, 255, 0)
  

}

p#footer {
  margin: 0;
  padding: 0;
  height: 7px;
}

a#footer {
  color: #5a5377;
}

a#footer:hover, a#footer:visited:hover {
  color: black;
}


/* gray navigatino */
nav {
  width: 963px;
  padding: 0 50px 0 50px;
  margin: 0 50px 0 50px;
  font-family: Futura, 'CaviarDreams', Century Gothic, 'Questrial', sans-serif;
  font-size: 17px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2em;
  z-index: 10;
  position: absolute;
  align: left;
  
  
  /*background-image: url("images/menu-scallop.png");
  background-repeat: repeat-x;
  position: fixed;*/
}

nav ul ul {
  display: none;
}

nav ul li:hover > ul {
  background-color: #A9A8A9;
  font-size: 14px;
  font-weight: normal;
  display: block;
  position: absolute;
}

nav ul {
  color: white;
  list-style: none;

  padding: 0;
  position: relative;
  display: block;
}

nav ul:after {
  content: ""; 
  clear: both; 
  display: inline;
}

nav ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  position: relative;
}

nav ul li:hover, nav ul li:hover a, nav ul li:visited:hover, nav ul li a:hover, nav ul li a:visited:hover
{
  color: black;
  text-decoration: none;
  font-weight: normal;
}

nav ul li a {
  display: block; 
  padding: 0;
  color: white; 
  font-weight: normal;
  text-decoration: none;
}

nav ul ul {
  color: black;
  padding: 0;
  position: absolute; 
  width: 150px;
  border-radius: 7px;
  z-index: 11;
}

nav ul ul.last {
  right: 0%;
  width: 150px;
}
 
nav ul ul a:hover, nav ul ul a:visited:hover {
  color: white;
  opacity: 1;
}

nav ul ul li {
  color: white;
  float: none; 
  position: relative;
  width: 150px;
  padding-left: 0;
  padding-bottom: 0;
}

nav ul ul li a {
  padding: 20px 15px;
  color: #fff;
} 

nav ul ul li a:hover {
  color: white;
  background: black;
  border-radius: 7px;
}

nav ul ul ul {
  position: absolute; left: 0; top:0;
}

#noBullet {
  list-style-type: none;
}

table {
  margin: auto;
  position: relative;
}

table td {
  vertical-align: top;
  position: relative;
}

td.contact {
  padding: 20px;
  width: 33%;
  text-align: center;
}

td.contact p {
  text-align: center;
}

img.contact {
  width: 220px;
  bottom: 220px;
	border-radius: 220px;
}

a.contact {
  font-size: 14px;
}

th {
  color: #5a5377;
  text-align: left;
}

.points {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  padding: 0 15px;
  letter-spacing: 0.05em;
}

/* used in scholarships and internships */
.entry {
  padding: 0;
  margin-bottom: 50px;
}

div {
  background: white;
  padding: 50px;
  margin: 40px auto 30px auto;
  width: 863px;
}

div.subscribe {
  background: white;
  margin: 40px auto 30px auto;
}

div.basic {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
}

div.post {
  background: white;
  padding: 20px 20px 20px 0px;
  margin: 20px 30px 20px 0px;
  width: 590px;
}

div.post.img {
  width: 500px;
  display: inline;
}

div.column {
  background: white;
  padding: 25px;
  margin: 20px 0px 20px 0px;
  width: 270px;
  text-align: center;
  position: relative;
}

div.resources {
  width: 160px;
  padding: 20px 30px;
  margin: 0;
}

div.members {
  width: 650px;
  padding: 30px;
  margin: 10px 0px 10px 30px;
  margin-right: 0;
}

div.spotlight {
  display: inline-block;
  width: 650px;
  padding: 0;
  margin: 0;
}

div.normal {
  padding: 0 0 0 25px;
  margin: 0;
}

div.Dindent {
  width: 848px;
  padding: 0 30px 0 25px;
}

#page {
  background-color: #efefef;
  position: absolute;
  bottom: 0;
  padding: 25px;
  margin: 20px 0px 20px 0px;
  width: 270px;
  text-align: right;
}

a#page {
  padding-left: 20px;
}

/* h1 and h2 are the same except h1 is inline and h2 is block. */
h1, h2 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 2.1em;
  text-transform: uppercase;
  color: #5a5377;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  display: inline;
}

h2 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #A9A8A9;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
  display: block;
}

/* h3 and h4 are smaller than h1 and h2 */
h3 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 2em;
  text-transform: uppercase;
  color: #DBC554;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
}

/* h4 is same as h3 except with no bottom padding */
h4 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 1.4em;
  text-transform: uppercase;
  color: #5a5377;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;

  margin-bottom: 5px;
}

/* h5 and h6 are smaller and grey */
h5 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #818181;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;
}

h5.alumni {
  text-align: left;
  margin-bottom: 0;
}

h5.spotlight {
  font-size: 0.9em; 
  margin: 15px 0 15px 0;
}

p.alumni {
  margin-top: 0;
}

/* h6 is same as h5 except with no upper padding */
h6 {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-weight: bold;
  font-size: 1.15em;
  text-transform: uppercase;
  color: #818181;
  letter-spacing: 0.05em;
  word-spacing: 0.05em;

  margin-top: 5px;
  margin-bottom: 15px;
}

h1.column {
  font-size: 27px;
}

strong {
  font-family: 'League Spartan', 'Montserrat', Intro, BebasNeue, Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-style: none;
  letter-spacing: 0.05em;
}

p {
  font-size: 15px;
  font-family: Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  color: #818181;
  text-align: left;
  line-height: 1.3em;
}

p.center {
  text-align: center;
}

p.Pindent {
  padding-left: 25px;
}

li {
  line-height: 1.2em;
}

li.listItem {
  padding-bottom: 7px;
}

input {
  border-radius: 5px;
}

a {
  color: #5a5377;
  text-decoration: none;
  font-weight: bold;
}

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

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

a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:visited:hover {
  color: #5a5377;
  text-decoration: none;
}

li.menu {
  display: inline;
  margin-right: 20px;
  color: white;
}

.date {
  display: inline;
  font-family: Helvetica, Arial, 'Swansea', 'ClinicaPro', sans-serif;
  font-size: 0.85em;
  font-style: normal;
  color: white;
  letter-spacing: 0.05em;
  
  width: 65px;
  height: 55px;
  border-radius: 70px;
  padding: 37px 7px 0 20px;
  margin: 0 0 0 0;
  background-color: rgba(101, 101, 101, 0.3);
  float: left;
  z-index: 8; 
  position: relative; 
  right: 47px;
  top: -10px;
}

#top {
  color: #545454;
  font-family: 'League Spartan', 'Montserrat', Arial;
  font-size: 11px;
  letter-spacing: 0.05em;
  text-align: center;
  z-index: 10;

  width: 75px;
  height: 50px;
  border-radius: 70px;
  padding: 30px 0 0 5px;
  margin: 0 0 0 0;
  background-color: #D9e2e2;
  opacity: 0.6;
  position: fixed;
  bottom: 30px;
  right: 30px;
}

#top:hover {
  opacity: 0.85;
  text-decoration: none;
}


#help {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  width: 700px;
}

#sponsor {
  width: 640px;
  margin-top: 70px;
  margin-bottom: 0;
  padding-bottom: 0;
}

img.spotlight {
  float: left;
  width: 300px;
  padding: 15px 25px 25px 0;
}

/* SOCIAL MEDIA BUTTONS */
#social-media {
  width: 270px;
  height: 80px;
  margin: 0;
}

.circle_img {
  float: left;
  border: none;
  background-repeat: no-repeat;
}

/* facebook */
a#facebook {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url('images/facebook.png');
  background-position: 0px 0px;
  background-size: 50px 150px;
}
  
a#facebook span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/facebook.png');
  background-position: 0 0;
  background-size: 50px 150px;
}

a#facebook:hover {
  background-position: 0 -50px;
}

a#facebook:active {
  background-position: 0 -100px;
}

/* twitter */
a#twitter {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url('images/twitter.png');
  background-position: 0px 0px;
  background-size: 50px 150px;
}
  
a#twitter span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/twitter.png');
  background-position: 0 0;
  background-size: 50px 150px;
}

a#twitter:hover {
  background-position: 0 -50px;
}

a#twitter:active {
  background-position: 0 -100px;
}

/* instagram */
a#instagram {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background-image: url('images/instagram.png');
  background-position: 0px 0px;
  background-size: 50px 150px;
}
  
a#instagram span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/instagram.png');
  background-position: 0 0;
  background-size: 50px 150px;
}

a#instagram:hover {
  background-position: 0 -50px;
}

a#instagram:active {
  background-position: 0 -100px;
}

/* linkedin */
a#linkedin {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-image: url('images/linkedin.png');
  background-position: 0px 0px;
  background-size: 50px 150px;
}
  
a#linkedin span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/linkedin.png');
  background-position: 0 0;
  background-size: 50px 150px;
}

a#linkedin:hover {
  background-position: 0 -50px;
}

a#linkedin:active {
  background-position: 0 -100px;
}


/* join */
a#join {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 260px;
  margin-left: 10px;
  margin-bottom: 5px;
  background-image: url('images/join_copy.jpg');
  background-position: 0px 0px;
  background-size: 260px 780px;
}
  
a#join span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/join_copy.jpg');
  background-position: 0 0;
  background-size: 260px 780px;
}

a#join:hover {
  background-position: 0 -260px;
}

a#join:active {
  background-position: 0 -520px;
}


/* questions */
a#questions {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 20px;
  background-image: url('images/sprites/questions.png');
  background-position: 0px 0px;
}
  
a#questions span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/questions.png');
  background-position: 0 0;
}

a#questions:hover {
  background-position: 0 -200px;
}

a#questions:active {
  background-position: 0 -400px;
}


/* SWE button */

a#SWE {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url('images/logo_white.png');
  background-position: 0px 0px;
  opacity: 0.3;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
  
a#SWE span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/SWE.png');
  /*background-position: 0 0;*/
}

a#SWE:hover {
  /*background-position: 0 -100px;*/
  opacity: 1;
}

a#SWE:active {
  /*background-position: 0 -200px;*/
  opacity: 1;
}


/* MEMBER RESOURCES */
/* EVENTS */
a#events {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-image: url('images/sprites/members/events.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#events span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/events.png');
  background-position: 0 0;
  z-index: 0;
}

a#events:hover {
  background-position: 0 -160px;
}

a#events:active {
  background-position: 0 -160px;
}

/* OUTREACH */
a#outreach {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-image: url('images/sprites/members/outreach.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#outreach span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/outreach.png');
  background-position: 0 0;
  z-index: 0;
}

a#outreach:hover {
  background-position: 0 -160px;
}

a#outreach:active {
  background-position: 0 -160px;
}

/* SCHOLARSHIPS */
a#scholarships {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-image: url('images/sprites/members/scholarships.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#scholarships span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/scholarships.png');
  background-position: 0 0;
  z-index: 0;
}

a#scholarships:hover {
  background-position: 0 -160px;
}

a#scholarships:active {
  background-position: 0 -160px;
}

/* INTERNSHIPS */
a#internships {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 15px;
  background-image: url('images/sprites/members/internships.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#internships span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/internships.png');
  background-position: 0 0;
  z-index: 0;
}

a#internships:hover {
  background-position: 0 -160px;
}

a#internships:active {
  background-position: 0 -160px;
}


/* ALUMNI */
a#alumni {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  background-image: url('images/sprites/members/alumni.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#alumni span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/alumni.png');
  background-position: 0 0;
  z-index: 0;
}

a#alumni:hover {
  background-position: 0 -160px;
}

a#alumni:active {
  background-position: 0 -160px;
}


/* PICTURES */
a#pictures {
  position: relative;
  width: 160px;
  height: 160px;
  margin-bottom: 0;
  background-image: url('images/sprites/members/pictures.png');
  background-position: 0px 0px;
  z-index: 0;
}
  
a#pictures span {
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-image: url('images/sprites/members/pictures.png');
  background-position: 0 0;
  z-index: 0;
}

a#pictures:hover {
  background-position: 0 -160px;
}

a#pictures:active {
  background-position: 0 -160px;
}


/* WELCOME NOTE */
#note {
  color: #fff;
  background-color: #333;
  opacity: 0.9;
  padding: 1em 1em 2em 1em;
  height: 100%;
  width: 100%;
  position: fixed;
  top: -3em;
  left: 0;
  z-index: 11;
}

#note .header + div {
  background: rgb(255, 255, 255);
  opacity: 1;
  /*background: rgba(255, 255, 255, 1);*/
  position: relative;
  top: 50px;
  padding: 20px;
  margin: 100px auto 0 auto;
}

#note a {
  text-decoration: none;
  /*color: #fff;*/
}

#note .header {
  text-align: right;
  background-color: #333;
  border: none;
  padding: 0px 0px 0px 10px;
}

.shown {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

div.closeButton {
  color: #545454;
  font-family: 'League Spartan', 'Montserrat', Arial;
  font-size: 16px;
  text-align: center;
  z-index: 11;

  width: 70px;
  height: 50px;
  border-radius: 70px;
  padding: 25px 0 0 7px;
  margin: 0 0 0 0;
  background-color: #D9e2e2;
  position: absolute;
  top: 50px;
  left: 50px;
}

/* MEETING DATE */
#meetingDate {
  color: #818181;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 1em 1em 2em 1em;
  /* height: 130px; */
  height: 130px;
  width: 150px;
  border-radius: 150px;
  position: fixed;
  top: -2em;
  right: 0.5em;
  z-index: 15;
}

#meetingDate a {
  text-decoration: none;
}

#meetingDate .header {
  text-align: right;
  background-color: #333;
  border: none;
  padding: 0px 0px 0px 10px;
}

.shown {
  visibility: visible;
}

.hidden {
  visibility: hidden;
}

div.closeDate {
  color: #818181;
  font-family: 'League Spartan', 'Montserrat', Arial;
  font-size: 30px;
  text-align: center;
  z-index: 5;

  width: 40px;
  height: 37px;
  border-radius: 40px;
  padding: 2px 0 0 0;
  margin: 0 0 0 0;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0.1em;
  right: 0.1em;
}

/* SLIDEHOW */
/* OPTIONAL */
#slides {
  display: none;
  width: 610px;
}

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
  background-image: url("images/btns.png");
  background-size: 59px 36px;
  background-repeat: no-repeat;
  display:block;
  width:12px;
  height:18px;
  overflow: hidden;
  text-indent: -9999px;
  float: left;
  margin-right:5px;
}

a.slidesjs-next {
  margin-right:10px;
  background-position: -12px 0;
}

a:hover.slidesjs-next {
  background-position: -12px -18px;
}

a.slidesjs-previous {
  background-position: 0 0;
}

a:hover.slidesjs-previous {
  background-position: 0 -18px;
}

a.slidesjs-play {
  width:15px;
  background-position: -25px 0;
}

a:hover.slidesjs-play {
  background-position: -25px -18px;
}

a.slidesjs-stop {
  width:18px;
  background-position: -41px 0;
}

a:hover.slidesjs-stop {
  background-position: -41px -18px;
}

.slidesjs-pagination {
  margin: 7px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  float: left;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(images/pagination_copy.png);
  background-size: 13px 39px;
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link, #slides a:visited {
  color: #333
}

#slides a:hover, #slides a:active {
  color: #9e2020
}

.navbar {
  overflow: hidden
}
    
/* END OPTIONAL */

#slides {
  display: none;
  margin: 0;
  padding: 0;
  background-color: #efefef;
}

#slides img {
  width: 610px;
}

.container {
  margin: 20px 0;
  padding: 0;
  width: 610px;
  height: 300px;
  z-index: -1;
}

.slidesjs-container {
  margin: 0;
  padding: 0;
  height: 300px;
  z-index: 1;
}

.slidesjs-control {
  margin: 0;
  padding: 0;
}

/* READ MORE STYLE */
.more {
    padding: 0;
    margin-top: 0;
    width: 525px;
    -webkit-text-size-adjust: auto;
}

a.readmore-js-toggle {
  text-align: right;
}

/* GOOGLE FORMS */
iframe.form {
  width: 380px;
  float: left; 
  z-index: 8; 
  position: relative;
  top: -35px;
  left: -37px;
}

div.ss-form-container {
  margin: 0;
}



/* Font */
@font-face {
    font-family: 'LeagueGothic';
    src: url('fonts/leaguegothic/leaguegothic-regular-webfont.eot'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic/leaguegothic-regular-webfont.svg#league_gothicregular') 
         format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'League Spartan';
    src: url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.eot');
    src: url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.woff2') format('woff2'),
         url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.woff') format('woff'),
         url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.ttf') format('truetype'),
         url('fonts/league-spartan-master/_webfonts/leaguespartan-bold.svg#league_spartanbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichBlack';
    src: url('fonts/ostrich/ostrich-black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'OstrichDashed';
  src: url('fonts/ostrich/ostrich-dashed.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}
    
@font-face {
  font-family: 'OstrichLight';
  src: url('fonts/ostrich/ostrich-light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}   

@font-face {
  font-family: 'OstrichRegular';
  src: url('fonts/ostrich/ostrich-regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}    
    
@font-face {
  font-family: 'OstrichRounded';
  src: url('fonts/ostrich/ostrich-rounded.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeue';
  src: url('fonts/bebasneue/BebasNeue-webfont.eot');
  src: url('fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
       url('fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
       url('fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Intro';
  src: url('fonts/intro.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'CaviarDreams';
    src: url('fonts/CaviarDreams/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/CaviarDreams/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CaviarDreams/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/CaviarDreams/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/CaviarDreams/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Swansea';
  src: url('fonts/swansea/SWANSE__.TTF');
  font-weight: normal;
  font-style: normal;
}

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2014 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mint Type
 * License URL: http://www.fontspring.com/fflicense/mint-type
 *
 *
 */

@font-face {
    font-family: 'ClinicaPro';
    src: url('fonts/ClinicaPro/ClinicaPro-Regular-webfont.eot');
    src: url('fonts/ClinicaPro/ClinicaPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ClinicaPro/ClinicaPro-Regular-webfont.woff') format('woff'),
         url('fonts/ClinicaPro/ClinicaPro-Regular-webfont.ttf') format('truetype'),
         url('fonts/ClinicaPro/ClinicaPro-Regular-webfont.svg#clinica_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



