body {margin: 0 0; Abackground-color: rgb(17,34,54); font-family: 'Nunito Sans', sans-serif; font-family: 'REM', sans-serif;background-image: linear-gradient(135deg, rgba(17,34,54,1), rgba(0,0,0,0.65) )}

.bg {position: fixed; box-sizing: border-box; z-index: -1; ; width: 80vw; height: 100%; padding-top: 18vh; padding-left: 5vw; margin-left:10vw; }

.cervantes, .diaz, .slogan{display: inline-block; float: left; box-sizing: border-box; width: 70vw;}
.cervantes, .diaz{font-size: 15vh; color: rgb(212,175,55); font-weight: 600; min-height: 15vh; height: auto; }
.cervantes {text-align: left;}
.diaz {text-align: right; }
.slogan{padding-top: 5vh; color: #ffffff; text-align: center; font-size: 5vh; min-height: 15vh; height: auto; font-style: italic;}


.top {display: inline-block; box-sizing: border-box; width: 100%; height: 9vh; position: fixed; z-index: 5; top: 0vh; background-color: rgb(17,34,54); padding-right:10vw; }

.top_btn {display: inline-block; box-sizing: border-box; width: 10vw; height: 9vh; font-size: 2vh; padding-top: 3.25vh; text-align: center; cursor: pointer; color: rgb(212,175,55); margin-top:0vh; float: right; text-transform: uppercase; font-weight:600; transition: 0.25s; }
.top_btn:hover {background-color: rgb(212,175,55); color: rgb(17,34,54); font-weight: 600;  }

.top_img {box-sizing: border-box; float: left; width: 8vh; height: 8vh; position: fixed; z-index: 10; border: 1px solid #ffffff; left: 10vw; top: 0.5vh; text-align: center; background-color:rgb(17,34,54); }
.top_img img{width: 100%; height: 100%;  }

.dropbtn{display: inline-block; box-sizing: border-box; width: 10vw; height: 9vh; font-size: 2vh; padding-top: 3.25vh; text-align: center; cursor: pointer; color: rgb(212,175,55); float: right; text-transform: uppercase; font-weight:600; transition: 0.25s; }
.dropbtn:hover {background-color: rgb(212,175,55); color: rgb(17,34,54); font-weight: 600;  }
.dropmenu {display: inline-block; box-sizing: border-box; width: 10vw; height: 7vh; font-size: 1.75vh; text-align: center; cursor: pointer; color: #ffffff; float: right; text-transform: uppercase; font-weight:600;}
.dropdown_content {display: none; position: absolute; background-color: #f1f1f1; z-index: 1; box-sizing: border-box; width: 10vw; min-height: 7vh; top: 9vh; }
.dropdown_content a { box-sizing: border-box; width: 10vw; height: 9vh; background-color: rgb(17,34,54); color: rgb(212,175,55); padding: 12px 16px; text-decoration: none; display: inline-block; text-transform: uppercase; padding-top: 3.25vh; transition: 0.25s;}
.dropdown_content a:hover {background-color: rgb(212,175,55); color: rgb(17,34,54);}
.dropmenu:hover .dropdown_content {display: inline-block; box-sizing: border-box; width: 10vw; min-height: 7vh; top: 9vh;}
.dropmenu:hover .dropbtn {background-color: rgb(212,175,55); color: rgb(17,34,54); font-weight: 600; }

