/*

Coded by MohamaD Fala
https://www.mohamadfala.com

*/


/* Fonts */

@font-face {
    font-family:'Gotham Book';
    src: url('gothambook.ttf') format('truetype');
}
@font-face {
    font-family:'Gotham Bold';
    src: url('gothambold.ttf') format('truetype');
}

@font-face {
    font-family:'Archer Italic';
    src: url('archeritalic.otf') format('opentype');
}
@font-face {
    font-family:'Archer M';
    src: url('archermedium.otf') format('opentype');
}
@font-face {
    font-family:'Archer Light';
    src: url('archerlight.otf') format('opentype');
}
@font-face {
    font-family:'Archer Bold';
    src: url('archerbold.ttf') format('truetype');
}


html {
	font-size: 15px;
	font-family: Gotham Book;
  overflow-x: hidden;
}

.center {
  text-align: center;
}

.logo {
  width: 200px;
}

h1 {
  font-size: 25px;
  font-family: Gotham Book;
  text-transform: uppercase;
  margin: 20px 0;
  color: #137ca4;
}

.textbox {
  font-family: Gotham Book;
  font-size: 16px;
  margin-bottom: 0px;
}

.bold {
  font-family: Gotham Bold;
}

.archerl {
  font-family: Archer Light;
  margin-bottom: 0px;
}

.archerb {
  font-family: Archer Bold;
}

.archeri {
  font-family: Archer Italic;
}

.archerm {
  font-family: Archer M;
}

.text1 {
  font-family: Archer Italic;
}

.box {
  background: #d2e3ec;
  padding: 30px 70px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}

.break {
  border-top: 1px solid #137ca4;
  border-bottom: 1px solid #d2e3ec;
  height: 5px;
  margin-top: 40px;
  margin-bottom: 10px;
}

.quoteT {
  background: url(../img/qt.png);
  background-size: contain;
  width: 46px;
  height: 40px;
  position: relative;
  top: 26px;
  left: 150px;
  z-index: -1;

}


.quoteB {
  background: url(../img/qb.png);
  background-size: contain;
  width: 46px;
  height: 40px;
  position: relative;
  top: -65px;
  left: 795px;
  z-index: -1;

}

.nameq {
  font-size: 15px;
  font-weight: bold;
}

.quoteT1 {
  background: url(../img/qt.png);
  background-size: contain;
  width: 46px;
  height: 40px;
  position: relative;
  top: 31px;
  left: 220px;
  z-index: -1;

}


.quoteB1 {
  background: url(../img/qb.png);
  background-size: contain;
  width: 46px;
  height: 40px;
  position: relative;
  top: -62px;
  left: 719px;
  z-index: -1;

}

.areyouin {
  color: #000;
  font-size: 60px;
}

.stars {
  background: url(../img/stars.png);
  background-size: cover;
  width: 330px;
  height: 45px;
}
