

.dropbtn {
    background-color:lightskyblue;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    width: 100%;
}

/* .dropdown .dropbtn {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  } */

.dropdown {
    float: right;
    width: 15%;
}

#country-select option{
    background-color: white;
    color: black;
}

#country-select{
    background-color:lightskyblue;
    color: white;
    padding: 5px;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    width: 50%;
}


#header-information{
    margin-top: 180px;
    /* background-color: lightgrey; */
    padding: 60px 10px;

}
h{
    font-weight: bold;
    font-size: 16px;
}

body{
    font-family: 'Open Sans', sans-serif;
}
p{
    color: #878787;
}
h2{
    color: #878787;
}

.dropdown-content {
    position: absolute;
    min-width: 200px;
    padding-top: 30%;
}

.logo{
    width: 75%;
    float: left;
}
hr{
    /* margin-top: 45px; */
    width: 60%;
}
.dropdown-content p {
    padding: 4px 10px;
    text-decoration: none;
    display: block;
}


#information{
    width: 50%;
    margin: 0 auto;
    height: auto;
    display: flex;
}


.copyright{
    background-color: black;
    color: white;
    padding: 20px 10px;
    margin-top: 100px;
}
* {
    box-sizing: border-box;
  }

  /* Create two equal columns that floats next to each other */
  .column {
    position: relative;  
    float: right;
    /* width: 80%; */
    padding: 10px;
    height: auto;
  }

  /* Clear floats after the columns */
  #information:after {
    content: "";
    display: table;
    clear: both;
  }
.dropdown:click .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: grey;}
.parent {
    /* background: blue; */
    height: auto;
    position: relative;
    /* width: 20%; */
    float: left;
}

.inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inner-column{
    top: 45%;
    left: 50%;
    width: 100%;
}
.logo-dropdownmenu{
    width: 70%;
    margin: 0 auto;
}
.helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
img {
    vertical-align: middle;
}

.info {
    margin: 0 auto;
    height: auto;
    display: flex;
}

.image_container {
    text-align: center;
}

.justified {
    text-align: justify;
}

.row{
    width: 100% !important;
    display: flex;
}
.logo-dropdown-container{
    width: 100%;
}
.logo-dropdown{
    width : 100%;
    padding: 0 8%;
}
@media screen and (max-width: 767px){
    html, body {
        max-width: 100%;
        overflow-x: hidden;
     }
   
    .row{
        width: 110% !important;
        display: grid;
    }
    h2{
        font-size:28px !important;
    }
    .dropdown-content {
        position: absolute;
        min-width: 200px;
        float: right;
        width: 50%;
        margin-top: -140%;
        margin-left: -60%;
        padding-top: 0%;
    }
    .copyright {
        background-color: black;
        color: white;
        padding: 20px 0;
        margin-top: 100px;
    }

    .logo-dropdown .image_container{
        width:50%;
        margin-left: -10%;
    }
}
