@import 'https://fonts.googleapis.com/css?family=Indie+Flower|Montserrat';
@import 'https://fonts.googleapis.com/css?family=Tangerine';

body,
html {
    font-family: 'Montserrat', sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    color: darkblue;
}

a:hover {
    color: red;
    text-decoration: underline;
}

.dropdown {
/*    background-color: rgb(0,0,0);*/
    z-index: 12;
/*    width: 100% !important;*/
}

.dropdown-content {
    display:none;
    position: absolute;
}

.dropdown-content a {
    border-bottom: 1px solid lightgrey;
}

form {
    margin: 0 auto;
    max-width: 600px;
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 1em;
}

label {
    display: block;
    width: 100%;
    text-align: left;
}

input,
textarea {
    width: 60%;
    border: 1px solid #777;
    font-size: 1em;
}

input:focus,
textarea:focus {
    border-color: red;
}

#wrapper {
    max-width: 1250px;
    margin: 0 auto;
}

#header {
    margin: 0 auto;
    max-width: 1200px;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
/*    border: 1px solid black;*/
/*    background-color: #ddd;*/
    text-align: center;
    color:#eee;
}

#menu .navicon {
    display: none;
    font-size: 2em;
    float: right;
    margin-right: 20px;
}

#menu nav {
/*    float: right;*/
}

#menu nav ul {
    padding: 0;
    margin: 0;
}

#menu nav li {
/*    float: right;*/
    list-style-type: none;
/*    border: 1px solid black;*/
    display: inline-block;
}

#menu nav li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    background-color: #fff;
    color: #222;
    width: 230px;
}

#menu nav li a:hover,
#menu nav li a.active{
    background-color: #000;
    color: white;
}

/*
#menu nav li:last-child {
    margin-right: 10px;
}
*/

.section {
    min-height: 100vh;
    overflow: hidden;
    padding-top: 60px;
    /*position: relative;*/
    border: 1px solid black;
    background-size: cover;
    background-position: center center;
}

.section h2 {
    font-family: 'Indie Flower', cursive;
    background-color: white;
    padding: 5px;
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 80px;
}

.section article {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    border-radius: 20px;
    margin: 0 100px;
    color: white;
}

#hosting {
    background-image: url('fotos/Milky way.jpg');
    background-color: white;
}

#design {
    background-image: url('fotos/martin-jernberg-UdURxHDhrgY-unsplash.jpg');
    background-color: white;
}

#services {
    background-color: white;
}

/*
#portfolio {
    background-color: darkgray;
}

#portfolio ul li {
    display: inline-block;
    width: 48%;
    min-height: 200px;
}

#portfolio ul {
    padding: 10px;
    list-style-type: none;
}
*/

#development {
    background-image: url('fotos/Andromeda.jpg');
    background-color: white;
}

footer {
    background-color: black;
    color: white;
    text-align: center;
    height: 50px;
    font-family: tangerine,serif;
    font-size: x-large;
}

.fixPoint {
    background-attachment: fixed;
}

.pie{
    padding-top: 10px;
}
/*-------------------------------- estilo carousel ---------------------------------------*/

.navbar {
    position: fixed;
    right: 5%;
    top: 250px;
/*    height: 150px;*/
    opacity: 0.9;
    z-index: 100;
    margin: 0 -70% 0 0;
    padding: 0;
    width: 80%;
}

.navbar li {
    list-style-type: none;
    padding: 0;
    font-size: 0.01px;
}

.navbar a {
    box-shadow: 3px 3px 3px #888;
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid black;
    margin-top: 5px;
    overflow: hidden;
    vertical-align: top;
}

.navbar a:hover {
    background-color: cornflowerblue;
}

.navbar li.active a {
    background-color: cornflowerblue;
}

/*--------------------------------------------------------------------------------------*/

@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: portrait){
        
    .dropdown-content {
        position: relative;

    }

    .dropdown-content a{
        position: relative;
        border: 1px solid white !important;
        box-shadow: 0px 1px 0px !important;
    }
    
    #menu .navicon {
        display: block;
    }
    
    #menu nav {
        display: none;
        width: 100%;
    }
    
    #menu nav ul li {
        width: 100%;
    }
    
    #menu nav ul li a {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid wheat;
        box-shadow: 0px 2px 10px;
    }
    
}

/*--------------------------------------------------------------------------------------*/

@media screen and (min-width: 631px) and (max-width: 825px) and (orientation: landscape){
    
    .dropdown-content {
        position: relative;

    }

    .dropdown-content a{
        position: relative;
        border: 1px solid white !important;
        box-shadow: 0px 1px 0px !important;
    }
    
    #menu .navicon {
        display: block;
    }
    
    #menu nav {
        display: none;
        width: 100%;
    }
    
    #menu nav ul li {
        width: 100%;
    }
    
    #header{
        position: absolute;
    }
    
    #menu nav ul li a {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid wheat;
        box-shadow: 0px 2px 10px;
    }

}

/*--------------------------------------------------------------------------------------------*/

@media screen and (max-width:640px) and (orientation: landscape) {
    
    .dropdown-content {
        position: relative;

    }

    .dropdown-content a{
        position: relative;
        border: 1px solid white !important;
        box-shadow: 0px 1px 0px !important;
    }
    
    #header{
        position: absolute;
    }
    
    #menu .navicon {
        display: block;
    }
    
    #menu nav {
        display: none;
        width: 100%;
    }
    
    #menu nav ul li {
        width: 100%;
    }
    
    #menu nav ul li a {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid wheat;
        box-shadow: 0px 2px 10px;
    }
    
}


/*--------------------------------------------------------------------------------------------*/

@media screen and (max-width:640px) {
   
    #menu .navicon {
        display: block;
    }
    
    #menu nav {
        display: none;
        width: 100%;
    }
    
    #menu nav ul li {
        width: 100%;
    }
    
    #menu nav ul li a {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid wheat;
        box-shadow: 0px 2px 10px;
    }
    
    .dropdown-content {
        position: relative;

    }

    .dropdown-content a{
        position: relative;
        border: 1px solid white !important;
        box-shadow: 0px 1px 0px !important;
    }
    
    .section article {
        margin: 0 30px;
    }

}
