/* además de los que te ofrece Bootstrap,
acá podés agregar los estilos que quieras */

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    background: #dd3e54;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #6be585, #dd3e54);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #6be585, #dd3e54); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    

}

.islandimg {
    background-image: url(./img/backgroundimg.jpg);
    background-position:bottom;
    background-repeat: no-repeat;
    background-size:auto;
    height: 100%;
}

.enterbutton {
    background-color: white;
}

.enterbutton:hover {
    background-color: rgb(0, 140, 255);
}

.sec1 {
border: 2px solid black;
}

.sec3 {
    border: 2px solid black;
    }

#imgone {
    width: auto;
    height: 18em;
}

#imgtwo {
    width: auto;
    height: 18em;
}

#imgthree {
    width: auto;
    height: 18em;
}

#imgfour {
    width: auto;
    height: 18em;
}

#imgc3 {
    width: auto;
    height: 17.9em;
}

#imgc4 {
    width: auto;
    height: 17.9em;
}
