html{outline: none;}
body{
  margin: 0 auto;
  color: #ffffff;
  font-size:14px;
  background:#000;
  font-family: 'Montserrat', sans-serif;

}

::-moz-selection { /* Code for Firefox */
}

::selection {
}

h1,h2,h3,h4,h5,h6{
  margin:0;
  font-weight: 700;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: initial;
}
h1{font-size: 36px;}
h2{font-size: 30px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 13px;}

a{color: inherit;text-decoration: none;}
a:hover{color: inherit; text-decoration: none;}
a:focus{text-decoration: none;outline: none !important;}
a:visited{}
a img{border: none;}

img{width:100%;}
p{line-height: initial;}

button{outline: none;}

.clear{clear:both;}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

/* LANDING */
.Landing{
  padding-top: 12%; 
  height: 100vh;
  background: url(../img/bg.png) no-repeat 160% bottom;
  background-size: 65%;
}
.Landing img{max-width: 600px;}
.Landing h1{
  margin: 10% 0;
  font-size: 54px;
  font-weight: 500;
  color: #4a4a4a;
}
.Landing h1 span{
  font-weight: 800;
}
p{
  font-size: 16px;
  font-weight: 600;
}
ul{
  margin: 30px 0 0 0; 
  padding: 0;
  max-width: 400px;
}
ul li{
  margin: 0; 
  padding: 0;
  color: #ffe273;
  list-style: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 20px 0;
  border-bottom: 3px dotted #b4b4b5;
}
ul li:last-child{border-bottom: none;}
li a{
  color: #4a4a4a;
}













/* Media Queries */
@media only screen and (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 414px) {
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.Landing h1{
  font-size: 36px;
  color: #4a4a4a;
}
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}
