nav{
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

main{
    background-color: white;
    padding: 10px;
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    max-width: 1750px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    clear: both;
    overflow: hidden;
    background-color: #053359;
    font-family: 'Josefin Slab', serif; 
    font-weight: 400;
    text-align: center;
    color: white;
    
}

h3 {
    font-family: 'Quicksand', sans-serif;
    color: #053359;
    font-weight: 500;
    font-size: 30px;
}

h2 {
    font-family: 'Quicksand', sans-serif;
    color: #053359;
    font-weight: 600;
    font-size: 35px; 
    text-align: center;
}

p {
    font-family: 'Josefin Slab', serif;
    font-weight: 400;
    font-size: 15px;
    max-width: 1000px;
    min-width: 50px;
}

a.top_mav:link {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

a.top_mav:visited {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

a.top_mav:hover {
    color: #053359;
    background-color: white;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

a.top_mav:active {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

li.top_mav:link {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

li.top_mav:visited {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

li.top_mav:hover {
    color: #053359;
    background-color: white;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

li.top_mav:active {
    color: white;
    background-color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

li.top_mav {
    text-decoration: none;
    background-color: #053359;
    color: white;
    padding: 8px;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

a.top_mav {
    text-decoration: none;
    background-color: #053359;
    padding: 8px;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

@media screen and (min-width: 1001px)
{
   
}
@media screen and (max-width: 1000px)
{
    
}
@media screen and (max-width: 700px)
{
    
}


nav ul {
    background: #053359;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    min-width: 15%;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav a {
    background: #053359;
    color: white;
    display: block;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav .dropdown:after {
    content: ' \25bc';
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li:hover a {
    background: white;
    color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li ul {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li:hover ul {
    opacity: 1;
    top: 50px;
    visibility: visible;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li ul li {
    width: 100%;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}
nav li ul a:hover {
    background: white;
    color: #053359;
    font-family: 'Josefin Slab', serif;
    font-weight: 500;
}

div {
    clear: both;
    overflow: hidden;
}


form {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;
    max-width: 500px;
    min-width: 50px;
    float: right;
    padding: 50px;
}

input {
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    max-width: 10000px;
    min-width: 50px; 
}

textarea {
    font-family: 'Josefin Slab', serif;
    font-size: 20px;  
}

.contact {
    float: right;
    font-size: 20px;
    color: #4DAFFF; 
    list-style-type: none;
}

.agent {
    padding: 25px;
    float: left;
    flex: 50%;
}

.desc {
    flex: 50%;
    max-width: 70%;
    min-width: 20%;
    float: right;
    padding-right: 20px;
    font-family: 'Josefin Slab', serif;
    font-size: 25px;
    padding-top: 50px;
}

.text_desc {
    font-size: 25px;
}

.home {
    font-size: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.description {
    font-size: 25px;
    max-width: 100%;
    text-align: center;
}

.copyright {
    font-size: 15px;
    text-align: center;
    max-width: 100%;
}

.adress {
    text-align: center;
}

.stuff {
    font-size: 25px;
    max-width: 80%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.icons {
    text-align: center;
    font-size: 25px;
    color: #053359;
}

.map {
    font-size: 25px;
    padding-top: 200px;
    float: left;
}

.map_real {
    padding: 20px;
    float: right;
}

.calling {
    min-width: 800px;
    padding: 50px;
}

img {
    max-width: 300px;
}

.map2 {
    font-size: 25px;
    padding-top: 50px;
    float: right;
}

.home_map {
    float: left;
    padding: 20px;
}