/*Body and HTML*/

body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%}
.bgimg {
  min-height: 100%;
  background-position: center;
  background-size: cover;
  background-color: #646464;
}

html, body {
  font-size: 18px;
  line-height: 1.5;
}

body {
  margin: 0;
}

.padding {
  padding: 10px;
}

.white-bg {
  background-color: #ffffff;
  color: #0f0f0f;
}

.orange-bg {
  background-color: #ff8800;
  color: #ffffff;
}

.gradient-bg {
  background-image: linear-gradient(#ff8800, white);
  text-align: center;
  padding-top: 10%;
}


.gradient-ow {
  background-image: linear-gradient(#ff8800, white);
  padding-top: 5%;
}

.gradient-wo {
  background-image: linear-gradient(white, #ff8800);
  padding-top: 5%;
}



/*Divs and containers*/
.middle-container {
  align-content: center;
}

.padding-large {
  padding: 12px 24px!important;
}

.topleft-display {
  position: absolute;
  left: 0;
  top: 0;
}

.center-div {
  text-align: center;
  width: 100% !important;
  padding-top: 20px;
  padding-bottom: 20px;
} 

.text-p {
  padding-left: 15%;
  padding-right: 15%;
}

.profilePic {
  width: 50%;
  height: auto;
}

.profilePicSmall {
  width: 15%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 992px) {
  .text-p {
    padding-left: 10%;
    padding-right: 10%;
  }
  
}

@media (max-width: 1200px) {
  .profilePicSmall {
    width: 50%;
  }

  .logo {
    width: 10%;
  }
}

.small-header {
  font-size: 10px!important;
}
.medium-header {
  font-size: 18px!important;
}
.large-header {
  font-size: 40px!important;
}

.logo {
  margin-top: 10px;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 400px) {

  .small-header {
    font-size: 18px!important;
  }
  .medium-header {
    font-size: 24px!important;
  }
  .large-header {
    font-size: 50px!important;
  }
  .logo {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .center-div {
    width: 60%;
  }
  .small-header {
    font-size: 18px!important;
  }
  .medium-header {
    font-size: 24px!important;
  }
  .large-header {
    font-size: 64px!important;
  }
  .logo {
    margin: 10px;
    width: 60%;
  }
  
  
}

/*Text and headers*/

.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 15px 10px;
}

.text-white, .hover-text-white:hover {
  color: #fff!important;
}

/* Header 2 */
.topnav {
  overflow: hidden;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
}

.navicon {
  float: left;
  width: 25px;
  height: 25px;
  padding: 14px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: rgba(221, 221, 221, 0.356);
  color: black;
}

/* .topnav a.active {
  background-color: #4bb1ff;
  color: white;
} */

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .gradient-bg {
    padding-top: 20%;
    padding-bottom: 10%;
  }
}

/*Borders and breaks*/
.border-grey, .hover-border-grey:hover, .border-gray, .hover-border-gray:hover {
  border-color: #9e9e9e!important;
}

.border-white, .hover-border-white:hover, .border-white, .hover-border-white:hover {
  border-color: #fff!important;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0; 
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.short-hr {
  margin:auto;
  width: 40%;
}

@media screen and (max-width: 900px) {
  iframe {
      max-width: 100% !important;
      width: auto !important;
      height: auto !important;
  }
}

@media screen and (max-width: 1800px) {
  iframe {
      max-width: 80% !important;
      width: auto !important;
      height: auto !important;
  }
}

/* FOOTER */
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #222222;
}
.footer .col {
  color: #d1d1d1;
  width: 190px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

.footer .col h1 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 12px;
  line-height: 17px;
  padding: 20px 0px 5px 0px;
  color: rgba(255, 255, 255, 0.486);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.250em;
}
.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer .col ul li {
  color: #d1d1d1;
  font-size: 14px;
  font-family: inherit;
  font-weight: bold;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
.social ul li {
  display: inline-block;
  padding-right: 5px !important;
}

.footer .col ul li:hover {
  color: #ffffff;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}
.clearfix {
  clear: both;
}
@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1139px) {
  .contain .social {
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}
@media only screen and (max-width: 950px) {
  .footer .col {
    width: 33%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) {
    .footer .col {
      width: 50%;
    }
    .footer .col h1 {
      font-size: 14px;
    }
    .footer .col ul li {
      font-size: 13px;
    }
}
@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

/* Contact form */
/* Style the submit button with a specific background color etc */
.submitButton {
  background-color: #ff8800;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contactButton {
  background-color: white;
  color: #6BBFFF;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
.submitButton:hover {
  background-color: #ffb25a;
}

.contactButton:hover {
  background-color: #ff8800;
  color: white;
}

/* Flex containers */
.flex-container {
  padding-left: 20%;
  padding-right: 20%;
  display: flex;
  flex-direction: row;
  text-align: center;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .flex-container {
    padding-left: 10%;
    padding-right: 10%;
    flex-direction: column;
  }
}


.regular {
  text-align: initial;
}

/* IMAGE TEST BLUR*/
body, html {
  height: 100%;
}

* {
  box-sizing: border-box;
}

.bg-image {
  /* The image used */
  background-image: url("../images/keyboard.jpg");
  background-color: black;

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px); 
  /* transform: scale(1.1);  */

  /* Full height */
  height: 80%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Position text in the middle of the page/image */
.bg-text {
  /* background-color: #ff8800; 
  background-color: #ffffff61;
  color: white; */
  font-weight: bold;
  /* border: 3px solid #f1f1f1; */
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.a-hidden {
  text-decoration: none;
}

.button {
  background-color: #ff8800; 
  border: 2px solid #ff8800;
  margin: 10px 0; 
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 8px;
}

.button {
  transition-duration: 0.4s;
}

.button:hover {
  background-color: #ffc17b; /* Green */
  color: #ff8800;
  cursor: pointer;
}
