* {box-sizing: border-box;}

.img-comp-container {
  position: relative;
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index:9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 40px;
  background-color: rgba(135, 205, 222,0.7);
  border-radius: 50%;
}

body {
  padding: 0px;
  margin: 0px;
  outline: 0px;
  font-family: 'Comfortaa', cursive;
  overflow: auto;
}

.menu {
  z-index: 10;
  position: fixed;
  left: 0;
  height: 100%;
  background-color: rgba(168, 8, 35,0.7);
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: flex-start;
  border-right: 2px solid rgba(120, 185, 200, 1);
  -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  transition: width 2s;
}

.menu_space {
  z-index: 9;
  position: fixed;
  left: 0;
  height: 100%;
  width: 60px;
  background-color: rgba(168, 8, 35,1);
}

.hr {
  color: rgba(120, 185, 200, 1);
  background-color: rgba(120, 185, 200, 1);
  width: 100%;
  height: 3px;
  border: none;
}

h1 {
  text-align: center;
}

.logo {
  margin: 5px;
  margin-bottom: 55px;
}

.m_con {
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: #000000;
}

.m_con img {
  display: inline;
  width: 50px;
  height: auto;
  margin: 5px;
}

.arrow {
  display: none;
  width: 60px;
  height: auto;
  cursor: pointer;
}

.rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}

.m_con span {
  display: none;
  font-size: 25px;
  padding: 5px;
  padding-left: 15px;
  width: 125px;
}

.body {
  margin-left: 60px;
  background-color: white;
}

.header {
  display: flex;
  justify-content: space-around;
  background-image: url(/img/world_l.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 15px 25px 15px;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  background-color: rgba(135, 205, 222,1);
  padding: 20px 25px 20px 25px;
}

.footer a {
  text-decoration: none;
  color: black;
  font-size: 20px;
}

.footer p {
  font-size: 20px;
  text-align: center;
}

.img_comp {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  align-items: center;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.5); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.4); 
}

::-webkit-scrollbar-thumb:active {
  background: rgba(0,0,0,0.6); 
}

.start {
  position: fixed;
  width: calc(100vw - 60px);
  height: auto;
  z-index: -1;
  margin-left: 60px;
}

.goat {
  width: 400px;
  height: auto;
}
.d_goat {
  display: flex;
  justify-content: space-around;
  background-image: linear-gradient(to right, rgba(235,237,250, 1), rgba(212, 218, 236, 1), rgba(203, 208, 217, 1), rgba(180, 183, 200, 1));
}

.asyncImage {
  filter: blur(15px);
}

.contact {
  padding: 15px 0px 15px 15px;
}

.contact input {
  background-color: white;
  border: 2px solid rgba(168, 8, 35,1);
  border-radius: 5px;
  padding: 7px;
  width: calc(100vw - 40px);
  max-width: 350px;
  font-size: 15px;
  margin: 10px 0px 5px 10px;
}

.contact textarea {
  background-color: white;
  border: 2px solid rgba(168, 8, 35,1);
  border-radius: 5px;
  padding: 7px;
  font-size: 15px;
  margin: 10px 0px 5px 10px;
  max-width: 730px;
  width: calc(100vw - 40px);
  font-family: "Calibri";
}

.contact input[type="submit"] {
  cursor: pointer;
}

.contact input[type="file"] {
  display: none;
}

.browse-btn {
  border: solid rgba(168, 8, 35,1);
  border-width: 2px 0px 2px 2px;
  background: rgba(168, 8, 35,1);
  color: #fff;
  min-height: 35px;
  font-size: 15px;
  font-family: "Calibri";
  padding: 7px;
  border: none;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  margin: 10px 0px 5px 10px;
  display: inline-block;
}
.browse-btn:hover {
  background: rgba(168, 8, 35,0.7);
  cursor: pointer;
}

.file-info {
  border: solid rgba(168, 8, 35,1);
  border-width: 2px 2px 2px 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 10px 5px 5px -5px;
  font-size: 15px;
  font-family: "Calibri";
  padding: 7px;
  width: calc(100vw - 125px);
  max-width: 400px;
  position: absolute;
}

.contact_send {
  display: none;
  width: 730px;
  height: 400px;
  padding-top: 100px;
  justify-content: flex-start;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.street {
  height: 600px;
  width: auto;
}

.comp_str {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-around;
  background-image: linear-gradient(to right, rgba(159, 156, 150, 1), rgba(12, 13, 13, 1));
}

@media only screen and (max-width: 950px) {
  .comp_str {
    flex-direction: column;
  }
  .street {
    width: calc(100vw - 80px);
    max-width: 600px;
    height: auto;
  }
}

@media only screen and (max-width: 800px) {
  .footer {
    flex-direction: column;
  }
  .menu {
    flex-direction: row;
    bottom: 0;
    width: 100%;
    height: 60px;
    justify-content: space-around;
  }
  .menu_space {
    bottom: 0;
    width: 100%;
    height: 60px;
  }
  .logo {
    display: none;
  }
  .hr {
    display: none;
  }
  .body {
    width: 100%;
    margin-left: 0px;
  }
  .start {
    margin-left: 0px;
    width: 100%;
  }
  .alogo {
    display: none;
  }
  .footer {
    padding: 20px 25px 70px 25px;
  }
}

@media only screen and (max-width: 500px) {
  .header img {
    width: calc(100vw - 120px);
    height: auto;
  }
  .goat {
    width: calc(100vw - 80px);
    height: auto;
  }
}

@media (hover: none) {
  .arrow {
    display: inline;
  }

  .img-comp-slider {
    width: 60px;
    height: 60px;
  }
}