
/*https://colorhunt.co/palette/2763*/

body{
    background-color: #eeeeee;
}

p{
    font: 120% monospace;
}
label{
    font-family: "Palatino", sans-serif;
}

section{
    padding-left: 20px;
    padding-right: 20px;
}

#round_corners_img {
    border-radius: 100px;
    border: 8px solid #222831;
    width: 200px;
    height: 200px;
    margin-top: 20px;
}


footer {
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
    margin-top: 20px;
    background: linear-gradient(#393e46, #222831);
}

.color_green{
    color: #00adb5;
}

.color_darkgreen{
    color: darkgreen;
}

.color_red{
    font-weight: bold;
    color:red;
}

.color_yellow{
    color: #ffe12f;
}

.color_whitesmoke{
    color: whitesmoke;
}

.color_body{
    background-color: #eeeeee;
}

.center{
    text-align: center;
}

/* Add an active class to highlight the current page */
.topnav a.active {
    background: linear-gradient(#00adb5, #00f7ff);

}


/* Add a black background color to the top navigation */
.topnav {

    background: linear-gradient(#393e46, #222831);
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    background: linear-gradient(#393e46, #222831);
}

/* Change the color of links on hover */
.topnav a:hover {
    background: linear-gradient(#ddd, #595959);
    color: black;
}

.link_decoration{
    text-decoration: none;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

.linkedin{
    color: white;
    font-size: x-large;
    padding-left: 5px;
    padding-right: 5px;
}
.facebook{
    color: white;
    font-size: x-large;
    padding-left: 5px;
    padding-right: 5px;
}
.twitter{
    color: white;
    font-size: x-large;
    padding-left: 5px;
    padding-right: 5px;
}


/* Forms */
label{
    float: left;
    width: 70px;
    padding-right: 24px;
    padding-left:  10px;
    padding-bottom: 20px;
}
input{
    height: 24px;
    float: left;
    width: calc(100% - 70px);
}

textarea{
    margin-left: 10px;
}
input[type=submit]{
    margin-top: 10px;
    margin-left: 10px;
    height: 30px;
    border: none; /*rewriting standard style, it is necessary to be able to change the size*/
    background: linear-gradient(rgba(28, 41, 149, 0.87), #4975c4);
    color:white;
}
#name_form:invalid{
    background-color: pink;
}
#email_form:invalid{
    background-color: pink;
}
#phone_form:invalid{
    background-color: pink;
}
.hidden{
    display: none;
    height: 0;
    visibility: hidden;
    width: 0;
}

.bootstrap_card_img {
    padding: 5%;
}

.margin_row {
    padding-bottom: 30px;
    background-color: #eeeeee;
}


