*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

::selection {
  background-color: #DBBEAD;
  color: #212121;
  text-shadow: none;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  width: 100%;
 /* height: 100vh; */
  height: auto;
 /* overflow: hidden; */
}

body {
  position: relative;
  min-width: 320px;
  overflow-x: hidden !important;
  font: normal 400 1.6rem/1.7 "Raleway", sans-serif;
  color: #676767;
  background-color: #193b48;
  margin: 0;
}
.section {
  background-color: #193b48;
   /* height: 100vh; */
  height: auto;
}
body a {
  color: #676767;
}

.logo {
	/* margin: 280px auto; */
  margin: 0px auto;
	width: 100%;
	text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

p {
	color: #ffffff;
}

.mt-20 {
	margin-top: 20px;
}

.font-size-20 {
	font-size: 20px;
}