@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");

html,
body {
  height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  background: #111111;
  font-family: "Didact Gothic", sans-serif;
  font-size: 12pt;
  font-weight: 200;
  color: #fff;
  width: 100%;
}

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
}

p,
ol,
ul {
  margin-top: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

p {
  line-height: 180%;
}

strong {
}

a {
  color: #ee0000;
}

a:hover {
  text-decoration: none;
}

.container {
  overflow: hidden;
  margin: 0em auto;
  width: 100%;
}

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

.image {
  display: inline-block;
}

.image img {
  display: block;
  width: 100%;
}

.image-full {
  display: block;
  width: 100%;
  margin: 0 0 2em 0;
}

.image-left {
  float: left;
  margin: 0 2em 2em 0;
}

.image-centered {
  display: block;
  margin: 0 0 2em 0;
}

.image-centered img {
  margin: 0 auto;
  width: auto;
}

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul.style1 {
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

ul.contact {
  margin: 0;
  padding: 2em 0em 0em 0em;
  list-style: none;
}

ul.contact li {
  display: inline-block;
  padding: 0em 0.3em;
  font-size: 1em;
}

ul.contact li span {
  display: none;
  margin: 0;
  padding: 0;
}

ul.contact li a {
  color: #fff;
}

ul.contact li a:before {
  display: inline-block;
  background: #3f3f3f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  color: #ffffff;
}

ul.contact li a.icon-facebook:before {
  background: #39599f;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

.button {
  display: inline-block;
  padding: 1em 2em 1em 2em;
  letter-spacing: 0.1em;
  margin-top: 2em;
  padding: 1.4em 3em;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  color: #fff;
}

.button-alt {
  padding: 1em 2em;
  border-color: rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
}

/*********************************************************************************/
/* 3-column                                                                      */
/*********************************************************************************/

.boxA,
.boxB,
.boxC {
  min-height: 177px;
  padding: 2rem;
  flex: 1 1 350px;
}

.boxA,
.boxB,
.boxC  p {
  font-size: 1.5em;
 }

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

.title {
  margin-bottom: 1em;
}

.title h2 {
  font-size: 2.7em;
}

.title .byline {
  font-size: 1.3em;
  color: rgba(255, 255, 255);
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#wrapper {
  position: relative;
  padding: 3em 0em 1em 0em;
  background: #fff;
}

#wrapper .title {
  width: 100%;
  font-size: xx-large;
  text-align: center;
}

#wrapper .title .byline {
  font-size: 1.3em;
  color: rgba(0, 0, 0);
}

#wrapper .title h2 {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

#header-wrapper {
  position: relative;
  padding: 5em 0em 7em 0em;
  background: #111111 url(images/trawa-bg.webp) no-repeat center;
  background-size: cover;
}

#header {
  position: relative;
  padding: 5em 0em;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo {
  width: 30%;
  height: 80px;
  position: absolute;
  top: 3.6em;
  left: 0;
  background: url(images/Muzar_white.webp) no-repeat center;
  background-size: contain;
}

/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

#menu {
  position: absolute;
  top: 4.5em;
  right: 0;
}

#menu ul {
  display: inline-block;
}

#menu li {
  display: block;
  float: left;
  text-align: center;
}

#menu li a,
#menu li span {
  padding: 1em 1.5em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.8);
}

#menu li:hover a,
#menu li.active a,
#menu li.active span {
}

#menu .active a {
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  color: rgba(255, 255, 255, 1);
}

#menu .icon {
}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

#banner {
  padding-top: 10em;
  text-align: center;
}

#banner .title h1 {
  font-size: 4em;
}

#banner .title h2 {
  font-size: 4em;
}

#banner .title {
  background-color: rgba(0, 0, 0, 0.3);
}

#banner .title .byline {
  font-size: 2em;
}

#banner .button {
  margin-top: 2em;
  padding: 1.4em 3em;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 6px;
  font-weight: 700;
  font-size: 1em;
  background-color: rgba(0, 0, 0, 0.3);
}

/*********************************************************************************/
/* Page                                                                          */
/*********************************************************************************/

#page {
}

/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

#content {
}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

#sidebar {
}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

#footer {
}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

#copyright {
  overflow: hidden;
  padding: 5em 0em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#copyright p {
  text-align: center;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.3);
}

#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

#welcome {
  position: relative;
  padding: 7em 0em 7em 0em;
  background: #111111 no-repeat center;
  background-size: cover;
  text-align: center;
}

#welcome .container {
  width: auto;
  padding: 0px 100px;
  color: rgba(255, 255, 255, 0.8);
}

#welcome a {
  color: rgba(255, 255, 255, 1);
}

/*********************************************************************************/
/* Extra                                                                         */
/*********************************************************************************/

#three-column {
  text-align: center;
  color: #111111;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#three-column .fa {
  display: block;
  padding: 1em 0em;
  color: rgba(0, 0, 0, 1);
  font-size: 3em;
}

#three-column .title .byline {
  text-align: center;
  color: #111111;
}

#contact-form {
  width: 40%;
}

/*********************************************************************************/
/* Responsive                                                                    */
/*********************************************************************************/

@media only screen and (max-width: 1080px) {
  /* For mobile phones: */

  #contact-form {
    width: 80%;
  }
}
	