* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
  font-size: 20px;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 4em;
}

.site-branding {
  width: 45%;
  padding: 0 1em;
  font-size: 24px;
  padding-top: 1em;
  text-shadow: 4px 0px 4px #ffffff;
}

.site-title {
  font-size: 1.2em;
  font-weight: 600;
  text-shadow: 4px 0px 4px #ffffff;
}

.site-description {
  margin-top: 1.5em;
  padding: 0;
  font-style: italic;
}

.site-header__list {
  margin-top: 3em;
  margin-right: 1em;
  line-height: 1.2;
}

.site-header__item {
  text-align: right;
  font-weight: 400;
}

.site-header__item-1 {
  font-style: italic;
  font-size: 1.1em;
  padding-right: 2em;
  margin-bottom: 1em;
}

.site-header__item-2 {
  font-weight: 700;
}
.agreement {
  color: rgba(0, 0, 0, 0.308);
  text-decoration: underline;
}

@media (max-width: 430px) {
  .site-header {
    display: none;
  }
}

.site-footer {
  /* color: #01a5ad; */
  text-align: right;
  padding-top: 1em;
  padding-bottom: 2em;
  padding-right: 2em;
}

.widget_nav_menu {
  float: left;
  width: 20%;
  font-size: 1.15em;
  margin-right: 1.5em;
}

.menu-item {
  border: solid 1px rgba(88, 117, 163, 0.808);

  border-radius: 5px;
  margin-bottom: 0.15em;
}

.menu-item a {
  display: block;
}

.menu-item a:active,
.menu-item a:hover {
  background: rgba(88, 117, 163, 0.808);
}

.current-menu-item > a {
  background: rgba(88, 117, 163, 0.808);
}

.sub-menu li a {
  color: #11101093;
}

@media (max-width: 430px) {
  .widget_nav_menu {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
  }
  .menu-item {
    min-height: 45px;
  }
  .menu-item a {
    height: 100%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}

article {
  width: 80%;
}

.site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-section__cont,
.entry-content {
  width: 80%;
  margin-right: 0.5em;
}

.main-section__cont h3,
.entry-content h3 {
  font-size: 2em;
  margin-bottom: 0.6em;
}

@media (max-width: 430px) {
  .site-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .main-section__cont,
  .entry-content {
    width: 90%;
    margin-top: 1em;
    margin-left: 1em;
    margin-right: 1em;
    font-size: 1.1em;
    font-weight: 300;
  }
  .main-section__cont h3,
  .entry-content h3 {
    font-size: 1.5em;
  }
}

.my_form {
  border-radius: 5px;
  border: solid 1px rgba(88, 117, 163, 0.808);
  background: inherit;
}
.my_form-name {
}
.my_form-email {
}
.my_form-message {
}
.my_form-file {
  background: rgba(88, 117, 163, 0.808);
}
/* input#file-upload-button {
  display: none;
  background: rgba(88, 117, 163, 0.808);
} */
.my_form-btn {
  background: rgba(88, 117, 163, 0.808);
  width: 8em;
  height: 2em;
}

body {
  color: #111010;
  background: -webkit-linear-gradient(180deg, rgb(238, 244, 246), rgb(152, 170, 195));
  background: -moz-linear-gradient(180deg, rgb(238, 244, 246), rgb(152, 170, 195));
  background: linear-gradient(180deg, rgb(238, 244, 246), rgb(152, 170, 195));
  background-attachment: fixed;
  padding: 0;
  margin: 0 auto;
}

body a {
  color: #111010;
}

.body-cont {
  max-width: 1000px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 430px) {
  .body-cont {
    width: 90%;
    /* overflow: hidden; */
    overflow-wrap: break-word;
  }
}
