@viewport {
  width: device-width;
  zoom: 1.0 ;
}

@media screen and (max-width: 468px) {

* {
  margin: 0;
  padding: 0;
}

/** Fonts **/

@font-face {
  font-family: 'Engin';
  src: url(fonts/Engin.otf);
}

@font-face {
  font-family: 'SurtBlackOblique';
  src: url(fonts/ATSurtBlackOblique.otf);
}

@font-face {
  font-family: 'SurtBlack';
  src: url(fonts/ATSurtBlack.otf);
}

@font-face {
  font-family: 'SurtBoldOblique';
  src: url(fonts/ATSurtBoldOblique.otf);
}

@font-face {
  font-family: 'SurtBold';
  src: url(fonts/ATSurtBold.otf);
}

@font-face {
  font-family: 'SurtDemiBoldOblique';
  src: url(fonts/ATSurtDemiBoldOblique.otf);
}

@font-face {
  font-family: 'SurtDemiBold';
  src: url(fonts/ATSurtDemiBold.otf);
}

@font-face {
  font-family: 'SurtExtraBoldOblique';
  src: url(fonts/ATSurtExtraBoldOblique.otf);
}

@font-face {
  font-family: 'SurtExtraBold';
  src: url(fonts/ATSurtExtraBold.otf);
}

@font-face {
  font-family: 'SurtLightOblique';
  src: url(fonts/ATSurtLightOblique.otf);
}

@font-face {
  font-family: 'SurtLight';
  src: url(fonts/ATSurtLight.otf);
}

@font-face {
  font-family: 'SurtMediumOblique';
  src: url(fonts/ATSurtMediumOblique.otf);
}

@font-face {
  font-family: 'SurtMedium';
  src: url(fonts/ATSurtMedium.otf);
}

@font-face {
  font-family: 'SurtRegularOblique';
  src: url(fonts/ATSurtRegularOblique.otf);
}

@font-face {
  font-family: 'SurtRegular';
  src: url(fonts/ATSurtRegular.otf);
}

@font-face {
  font-family: 'SurtSemiBoldOblique';
  src: url(fonts/ATSurtSemiBoldOblique.otf);
}

@font-face {
  font-family: 'SurtSemiBold';
  src: url(fonts/ATSurtSemiBold.otf);
}

@font-face {
  font-family: 'SurtUltraBoldOblique';
  src: url(fonts/ATSurtUltraBoldOblique.otf);
}

@font-face {
  font-family: 'SurtUltraBold';
  src: url(fonts/ATSurtUltraBold.otf);
}

/** Webpage **/

body {
 max-width: 100%;
 height: 100%;
 background-color: #000000;
 overflow-x: hidden !important;
}

#wrapper {
    position: relative;
    overflow-x: hidden;
}

#menu {
  position: fixed;
  right: 0;
  z-index: 100;
}

#menu img {
  width: 13px;
}

#drop {
  height: 150px;
  overflow: hidden;
  z-index: 100 !important;
}

.logo {
  text-align: right;
  padding-top: 30px;
  padding-right: 30px;
}

.logo img {
  cursor: pointer;
}

.menulist {
  margin-top: -115px;
}

.menuitems {
  font-family: 'SurtBold';
  font-size: 18px;
  color: #e3e6f5;
  text-decoration: none;
}

.menulist li {
  text-align: right;
  padding-top: 10px;
  padding-right: 30px;
}

.menulist a {
  border-bottom: 2px solid rgba(227, 230, 244, 0);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -ms-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}

.menulist a:hover {
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

/** Home **/

#home {
  width: 100%;
  height: 100vh;
  margin: 0;
  background-image: url("imgs/ebrio/ebrio21.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e3e6f5;
}

#eduardo {
  font-family: 'Engin';
  font-size: 13px;
  color: #e3e6f5;
  text-decoration: none;
  float: left;
  padding-top: 30px;
  padding-left: 30px;
  width: 100px
}

h1 {
  text
}

/** Projectos **/

h2 {
  font-family: 'Engin';
  font-size: 25px;
  color: #e3e6f5;
  text-decoration: none;
  float: left;
  padding-top: 60px;
  padding-left: 30px;
  padding-bottom: 30px;
}

#imgs_p {
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table;
  clear: both;
  border-bottom: 1px solid #e3e6f5;
}

#ebrio img {
  margin-left: -120px;
}

#ekklesia img {
  margin-left: -70px;
}

.projecto {
  height: 150px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-top: 1px solid #e3e6f5;
  z-index: 1;
}

.info_p {
  padding-left: 30px;
  position: absolute;
  margin-top: 90px;
}

.info_p h3 {
  font-family: 'SurtSemiBold';
  font-size: 15px;
  color: #e3e6f5;
  text-decoration: none;
}

.info_p p {
  font-family: 'SurtRegular';
  font-size: 15px;
  color: #e3e6f5;
  text-decoration: none;
}

.project_img img {
  position: absolute;
  z-index: -1;
  width: inherit;
  height: 100%;
}

/** Sobre **/
#sobre {
  width: 100%;
  height: auto;
  margin: 0;
  background-image: url("imgs/bg/sobre.jpg");
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #e3e6f5;
  overflow-y: hidden;
}

h4 {
  font-family: 'SurtSemiBold';
  color: #e3e6f5;
  font-size: 15px;
}

#sobre_content {
  float: left;
  margin-left: 30px;
  margin-right: 60px;
  position: relative;
}

#info_sobre {
  font-family: 'SurtRegular';
  font-size: 14px;
  line-height: 18px;
  color: #e3e6f5;
  width: 100%
}

#info_sobre p {
  width: auto;
}

#form {
  margin-top: 40px;
  width: 100%;
}

#recurso {
  padding-top: 20px;
}

#mestrado {
  padding-top: 20px;
}

#licenciatura {
 clear: both;
 padding-top: 20px;
}

.curso_porto {
  padding-top: 5px;
}

.curso_fac1 {
  padding-top: 5px;
}

.curso_fac2 {
  padding-top: 5px;
  padding-bottom: 45px;
}

.curso {
  font-family: 'SurtBold';
}

/** Contactos **/
#contactos {
  width: 100%;
  height: 280px;
  margin: 0;
  border-bottom: 1px solid #e3e6f5;
  background-color: #000000;
}

#contactos_content {
  clear: both;
  margin-left: 30px;
}

#contactos_content a {
  font-family: 'SurtRegular';
  font-size: 15px;
  color: #e3e6f5;
  text-decoration: none;
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

footer {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e3e6f5;
}

footer p {
  font-family: 'SurtRegular';
  font-size: 12px;
  color: #e3e6f5;
}

footer a {
  text-decoration: none;
  font-family: 'SurtSemiBold';
  font-size: 12px;
  color: #e3e6f5;
  border-bottom: 2px solid rgba(227, 230, 244, 1);
}

#above_footer {
  background-color: #000000;
  z-index: 1;
}

#design {
  float: left;
  margin-left: 30px;
  line-height: 60px;
}

#back_top {
  font-size: 20px;
  font-family: "SurtBold";
  cursor: pointer;
  float: right;
  margin-right: 30px;
  line-height: 60px;
}

.disclaimer {
    display: none;
}


img[src="https://cdn.000webhost.com/000webhost/logo/footer-powered-by-000webhost-white2.png"]{
  display: none;
}

}
