/* color:burlywood */
/* universal selector */
*{
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.5;
}
body, html {
    height: 100%;
    background-color: #F5F1ED;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
header{
    background-image: url("../images/viktor-theo-g0i8e-sh3hk-unsplash.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #25283D;
    color: #F5F1ED;
    position: relative;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
}
header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(30,30,30,0.3);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    }
  
  header nav ul li {
    float: left;
    margin-left: 15px;
  }
  header nav ul li:last-child {
    float: right;
  }
  header nav ul li #logo {
    margin:0 20px 0 0;
    width: 150px;
    /* height: 80%; */
  }
  header nav ul li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-style: italic;
  }
  
  header nav ul li a:hover {
    background-color: #3a86ff;
    color: #ffffff;
    text-decoration: none;
  }

  header .head-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 50px;
  }
  header .head-text h1{
    font-weight: 800;
  }

  /* Add padding to containers */
.container-signup {
  padding: 16px;
  background-color: white;
}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: #186fe2;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
/* Main */
main{
  padding: 10px 20px;
}
/* colums */
main .col-container {
  display: table;
  width: 100%;
  padding: 10px;
  
}

main .col-container .col {
  display: table-cell;
  padding: 16px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 7px;
  transform: scale(1);
  transition: 0.5s;
  width: 40px;
}
main .col-container .col:hover{
  transform: scale(1.02);
}
main .col h2{
  font-weight: bolder;
  background-color: #d3d3d3;
  color: #186fe2;
}
main .card-image{
  
  height: 300px;
  border-radius: 7px;
  background-position: center;
  background-size: cover;

}
main .com{
  background-image: url("../images/markus-winkler-3vlGNkDep4E-unsplash.jpg");

}
main .per{
  background-image: url("../images/junior-reis-jgvKWT2iRtw-unsplash.jpg");
}
main .gov{
  
  background-image: url("../images/marilia-castelli-sbXNOlW1Tgk-unsplash.jpg");

}
main .col-container .col p{
  margin: 10px 0px;
}
  
/* Login-signup Button */
#loginb{
  padding: 10px 20px;
  font-weight: bold;
  font-style: italic;
}
#signup{
  padding: 10px 20px;
  background-color: rgb(255, 230, 0);
  color: black;
  font-weight: bold;
  font-style: italic;
}
#signup:hover{
  background-color: rgb(225, 200, 0);
}


h2 {  
  padding: 25px 0;  
  text-align: center;  
  color: rgb(8, 8, 8);  
  background: #d3d3d3;  
  }  
footer {  
   background: #d3d3d3;  
    color: rgb(0, 0, 0);  
    margin-top:10px;  
  }  
  footer a {  
    color: rgb(0, 0, 0);  
    font-size: 14px;  
    transition-duration: 0.2s;  
  }  
  footer a:hover {  
    color: #FA944B;  
    text-decoration: none;  
  }  
  footer h4{
    color: #222;
    font-weight: bold;
  }
  .copy {  
    font-size: 12px;  
    padding: 10px;  
    border-top: 1px solid #FFFFFF;  
  }  
  .footer-middle {  
    padding-top: 2em;  
    color: white;  
  }  
  ul.social-network {  
    list-style: none;  
    display: inline;  
    margin-left: 0 !important;  
    padding: 0;  
  }  
  ul.social-network li {  
    display: inline;  
    margin: 0 5px;  
  }  
    
  .social-network a.icoFacebook:hover {  
    background-color: #3B5998;  
  }  
  .social-network a.icoLinkedin:hover {  
    background-color: #007bb7;  
  }  
  .social-network a.icoFacebook:hover i  
  {  
    color: #fff;  
  }  
  .social-network a.icoLinkedin:hover i {  
    color: rgb(255, 255, 255);  
  }  
  .social-network a.socialIcon:hover {  
    color: #ffffff;  
  }  
  .socialHoverClass {  
    color: #3B5998;  
  }  
  .social-circle li a {  
    display: inline-block;  
    position: relative;  
    margin: 0 auto 0 auto;  
    -webkit-border-radius: 50%;  
    border-radius: 50%;  
    text-align: center;  
    width: 30px;  
    height: 30px;  
    font-size: 15px;  
  }  
  .social-circle li i {  
    margin: 0;  
    line-height: 30px;  
    text-align: center;  
  }  
  .social-circle li a:hover i  
  {  
    transition: all 0.2s;  
  }  
  .triggeredHover {     
    transition: all 0.2s;  
  }  
  .social-circle i {  
    color: #595959;  
    -webkit-transition: all 0.8s;   
    transition: all 0.8s;  
  }  
  .social-network a {  
    background-color: #F9F9F9;  
  }  
  .social-network a:hover {  
  background: #3B5998;
  }  