@import url('https://fonts.googleapis.com/css2?family=Lora&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

html, body {
  margin: 0;
  padding: 0;
}  


.one-third {
  width: calc(100% / 3);
}
.twelve{
  width: calc(100% / 12)
}

.column {
  margin: 0;
  float:left;
}

.header {
    font-size: 30px;
    font-family: 'Lora Regular';
    background-color: #CFC5C3;
    color: #665450;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 4;
}
  
.header li {
    float: left;
    list-style-type: none;
    background-color: #CFC5C3;
    color: #665450;
    text-align: center;
    padding: 20px 20px 20px 0;
    z-index: 4;
  }
  
.header li a {
    display: block;
    color: #665450;
    text-align: center;
    padding: 20px 25px;
    text-decoration: none;
    opacity: 70%;
    z-index: 4;
  }
  
.header li a:hover {
  color: #665450;
  opacity: 100%;
  text-decoration: underline;
  z-index: 4;
}

.header img {
  text-align: center;
  padding: 15px 0 30px 0;
  width: 135px;
  z-index: 4;
}

.socmed {
  width: 230px;
  height: auto;
  margin: 20px 50px 0 5px;
  float: right;
}

.socmed img {
  height: 26px;
  width: auto;
  padding: 5px;
  text-align: right;
}

.socmed a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}

.dropli {
  font-family: "Lora Regular";
  background-color: rgba(207, 197, 195, 1.0);
  color: #665450;
  padding: 40px 16px 0px 16px;
  font-size: 28px;
  border: none;
  opacity: 70%;
  float: left;
  list-style-type: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}

.dropdown-content {
  font-family: "Lora Regular";
  font-size: 17px;
  display: none;
  position: absolute;
  color: #665450;
  text-align: left;
  min-width: 160px;
  margin-top: 55px;
}

.dropdown-content a {
  color: #665450;
  padding: 0;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  opacity: 50%;
  height: auto;
}

.branding {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.photography {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.uiux {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.aboutme {
  margin: 10px;
  padding: 10px 10px 10px 0;
}

.contacts {
  margin: 10px;
  padding: 10px 10px 10px 0;
} 

.dropdown-content a:hover {
    font-size: 20px;
    opacity: 100%;
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
  }

.dropdown:hover .dropli {
  text-decoration: underline;
  color: #665450;
  opacity: 100%;
}


.contact {
  background-color: #CFC5C3;
  height: 50vh;
  margin: -10px 0 0 0;
  padding: 0;
  align-content: center;
  padding-left: 40%;
  vertical-align: middle;
  padding-top: 15vh;
}

.contact img {
  width:25px ;
  height: 25px;
  vertical-align: middle;
  padding-right: 10px;
}

.contact p {
  font-family: "Lora Regular";
  font-size: 18px;
  color: #4C3E3C;
  margin: auto;
  line-height: 2;
}

.contact a {
  text-decoration: none;
}


.messageme {
  height: 200px;
  background-color: #CFC5C3;
}

.kontaks {
  width: 100px;
  float: right;
  margin-top: 15px;
}

.send img{
  width:80px;
  float:right;
  z-index: 0;
  padding-top: 12px;
  padding-left: 10px;
}



.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}


.modal-content {
  background-color: #CFC5C3;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 35%;
  height: 400px;
  text-align: center;
  border-radius: 20px;
}


.close {
  color: #aaaaaa;
  font-size: 30px;
  font-weight: bold;
  float: left;
  margin-left: 29vw;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#myBtn {
  background-color: #CFC5C3;
  border: none;
  margin: 0px 50px 30px 30px;
  float: right;
}





.input[type=text], select {
  width: 100%;
  height:200px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.input[type=submit]:hover {
  background-color: #45a049;
}


#fname{
  height: 30px;
  width:400px;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 5px;
  border: none;
}

#lname{
  height: 190px;
  width: 400px;
  border-radius: 5px;
  margin-top: 5px;
  padding-left: 5px;
  border: none;
}


.setengah{
  width: calc(100% / 2);
  height: 50px;
  font-family: 'Lora Regular';
  font-weight: bolder;
  color:#665450;
  font-size: 30px;
}

.setengah img {
  width: 70px;
  float: right;
  padding-right: 30px;
  padding-top: 10px;
}

.half {
  width: calc(100% / 2);
  height: 90vh;
}

.column {
  float: left;
  background-color: #CFC5C3;
}





.footer {
  height: 132px;
  width: 100%;
  background-color: #A98E83;
  color: #CFC5C3;
  text-align: center;
  overflow: hidden;
}

.footer h1 {
  font-family: "Montserrat";
  font-size: 15px;
  font-weight: bolder;
  background-color: #A98E83;
}

.footer img {
  height: 41px;
  text-align: center;
  padding-top: 28px;
  background-color: #A98E83;
}

