* {
font-family: 'Amiri', sans-serif !important;
text-transform: uppercase;
}

.logo-top {
position: fixed;
top: 0;
left: 0;
margin: 45px;
z-index: 1000;
}
.logo-top img {
width: 220px
}
.n1 {
font-size: 16px;
font-weight: 600;
}
.n2 {
font-size: 14px;
font-weight: 200;
}
.intro-title {
font-size: 38px;
}
.button-link-ex {
background: url('../img/ex-button-bg.png') no-repeat center;
padding: 10px 30px;
width: 180px;
text-align: center;
font-weight: 400;
font-size: 16px !important;
}
.button-link-ex:hover {
border-bottom: 2px solid #000;
border-top: 2px solid #000;
}
.ex-bottom {
padding-top: 15px;
}
.excalibur-swd-bt {
position: fixed;
z-index: 1;
left: 0;
bottom: 0;
width: 100%;
text-align: center;
}
.excalibur-swd {
margin-bottom: -400px;
width: 300px;
}

@media (max-width: 800px) {
.logo-top {
margin: 20px;
}
.logo-top img {
width: 140px
}
.n1 {
font-size: 14px;
font-weight: 600;
}
.n2 {
font-size: 11px;
font-weight: 200;
}
.intro-title {
font-size: 22px;
}
.ex-bottom {
padding-top: 30px;
}
.excalibur-swd {
margin-bottom: -500px;
}
}